diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-05 20:35:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-05 20:35:47 +0000 |
commit | 106857c742aaa0eff7593b59df193ce48e9b542f (patch) | |
tree | 77f8d358f2959c4a09e3792f30d1d29b1566adcc /security/amavisd-new | |
parent | 3b609c3d604b84ff9c0e62c26bffddf458d0fd14 (diff) | |
download | ports-106857c742aaa0eff7593b59df193ce48e9b542f.tar.gz ports-106857c742aaa0eff7593b59df193ce48e9b542f.zip |
Notes
Diffstat (limited to 'security/amavisd-new')
-rw-r--r-- | security/amavisd-new/Makefile | 4 | ||||
-rw-r--r-- | security/amavisd-new/distinfo | 4 | ||||
-rw-r--r-- | security/amavisd-new/files/patch-amavisd.conf | 19 | ||||
-rw-r--r-- | security/amavisd-new/pkg-plist | 2 |
4 files changed, 8 insertions, 21 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index 1f01dabb696c..caf95cba1de1 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -7,7 +7,7 @@ # Based on amavisd ports makefile. PORTNAME= amavisd-new -PORTVERSION= 2.1.2 +PORTVERSION= 2.2.0 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://www.ijs.si/software/amavisd/ \ @@ -131,7 +131,7 @@ post-install: .endif .if ${PERL_LEVEL} < 500802 -IGNORE= "requires perl 5.8.2 or higher" +IGNORE= "requires perl 5.8.2 or higher" .endif .include <bsd.port.post.mk> diff --git a/security/amavisd-new/distinfo b/security/amavisd-new/distinfo index aaf1abaa43d5..10ae609ded9e 100644 --- a/security/amavisd-new/distinfo +++ b/security/amavisd-new/distinfo @@ -1,2 +1,2 @@ -MD5 (amavisd-new-2.1.2.tar.gz) = d24bafbe84668dec71a38a074b6bb920 -SIZE (amavisd-new-2.1.2.tar.gz) = 464713 +MD5 (amavisd-new-2.2.0.tar.gz) = 70af3c7b6d06de900b74e216cfcf12f7 +SIZE (amavisd-new-2.2.0.tar.gz) = 586935 diff --git a/security/amavisd-new/files/patch-amavisd.conf b/security/amavisd-new/files/patch-amavisd.conf index 4311e98db50a..727e9bc86a7e 100644 --- a/security/amavisd-new/files/patch-amavisd.conf +++ b/security/amavisd-new/files/patch-amavisd.conf @@ -1,5 +1,5 @@ ---- amavisd.conf.orig Mon Aug 16 03:03:16 2004 -+++ amavisd.conf Mon Aug 16 10:51:16 2004 +--- amavisd.conf.orig Tue Nov 2 22:22:48 2004 ++++ amavisd.conf Wed Nov 3 07:21:51 2004 @@ -12,15 +12,15 @@ # @bypass_spam_checks_maps = (1); # uncomment to DISABLE anti-spam code @@ -20,18 +20,3 @@ # $daemon_chroot_dir = $MYHOME; # chroot directory or undef -@@ -65,10 +65,10 @@ - $mailfrom_notify_spamadmin = "spam.police\@$mydomain"; # notifications sender - $mailfrom_to_quarantine = ''; # null return path; uses original sender if undef - --@addr_extension_virus_maps = ('virus'); --@addr_extension_spam_maps = ('spam'); --@addr_extension_banned_maps = ('banned'); --@addr_extension_bad_header_maps = ('badh'); -+#@addr_extension_virus_maps = ('virus'); -+#@addr_extension_spam_maps = ('spam'); -+#@addr_extension_banned_maps = ('banned'); -+#@addr_extension_bad_header_maps = ('badh'); - - $path = '/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin'; - $file = 'file'; # file(1) utility; use recent versions diff --git a/security/amavisd-new/pkg-plist b/security/amavisd-new/pkg-plist index 827b39743637..1884740a6a3c 100644 --- a/security/amavisd-new/pkg-plist +++ b/security/amavisd-new/pkg-plist @@ -2,6 +2,7 @@ %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/LDAP.schema %%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README.banned %%PORTDOCS%%%%DOCSDIR%%/README.chroot %%PORTDOCS%%%%DOCSDIR%%/README.contributed %%PORTDOCS%%%%DOCSDIR%%/README.courier @@ -21,6 +22,7 @@ %%PORTDOCS%%%%DOCSDIR%%/README.sendmail %%PORTDOCS%%%%DOCSDIR%%/README.sendmail-dual %%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES +%%PORTDOCS%%%%DOCSDIR%%/amavisd-new-docs.html %%PORTDOCS%%@dirrm %%DOCSDIR%% etc/amavisd.conf-default @unexec if cmp -s %D/etc/amavisd.conf %D/etc/amavisd.conf-dist; then rm -f %D/etc/amavisd.conf; fi |