diff options
author | leeym <leeym@FreeBSD.org> | 2002-11-24 06:18:46 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2002-11-24 06:18:46 +0000 |
commit | 06c57f16977ea590c634ecb4d82d5acdb9fafd8c (patch) | |
tree | 8171c255650acdcd98f7483f72eed43e7a39a179 /mail | |
parent | 0615f5b0bd89e2b781e6d28d1f04434bc2b36353 (diff) | |
download | FreeBSD-ports-06c57f16977ea590c634ecb4d82d5acdb9fafd8c.zip FreeBSD-ports-06c57f16977ea590c634ecb4d82d5acdb9fafd8c.tar.gz |
Remove output messages of debug() in Razor2::Signature::Ephemeral which will
add extra junk on the front of all emails and break Mail::SpamAssassin.
Noticed by: Roddie Hasan <roddie@krweb.net>
Mark Jones <mlist@hackerjones.org>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/razor-agents/Makefile | 1 | ||||
-rw-r--r-- | mail/razor-agents/files/patch-lib::Razor2::Signature::Ephemeral.pm | 11 | ||||
-rw-r--r-- | mail/razor-agents/pkg-plist | 1 |
3 files changed, 13 insertions, 0 deletions
diff --git a/mail/razor-agents/Makefile b/mail/razor-agents/Makefile index bf8edf6..5b3a8aa 100644 --- a/mail/razor-agents/Makefile +++ b/mail/razor-agents/Makefile @@ -7,6 +7,7 @@ PORTNAME= razor-agents PORTVERSION= 2.21 +PORTREVERSION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= razor diff --git a/mail/razor-agents/files/patch-lib::Razor2::Signature::Ephemeral.pm b/mail/razor-agents/files/patch-lib::Razor2::Signature::Ephemeral.pm new file mode 100644 index 0000000..4f709d6 --- /dev/null +++ b/mail/razor-agents/files/patch-lib::Razor2::Signature::Ephemeral.pm @@ -0,0 +1,11 @@ +--- lib/Razor2/Signature/Ephemeral.pm.orig Sun Nov 24 14:03:24 2002 ++++ lib/Razor2/Signature/Ephemeral.pm Sun Nov 24 14:03:29 2002 +@@ -166,7 +166,7 @@ + + sub debug { + my $message = shift; +- print "$message\n"; ++# print "$message\n"; + } + + diff --git a/mail/razor-agents/pkg-plist b/mail/razor-agents/pkg-plist index 51a91d5..298fa65 100644 --- a/mail/razor-agents/pkg-plist +++ b/mail/razor-agents/pkg-plist @@ -20,6 +20,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Razor2/Preproc/deNewline.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Razor2/Preproc/deQP.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Razor2/Preproc/enBase64.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Razor2/Signature/Ephemeral.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Razor2/Signature/Ephemeral.pm.orig lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Razor2/String.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Razor2/Syslog.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Razor2/Preproc/deHTMLxs/autosplit.ix |