diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2004-03-16 06:14:04 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2004-03-16 06:14:04 +0000 |
commit | 69626c7b8af1554f403ba39fbaa38f55e1ac0859 (patch) | |
tree | 2f9cc9467f3190637dd5b76afc3805ccef0f8698 /security | |
parent | - specify reason for BROKEN on alpha 4.x (diff) |
Update to 20030616.p8
Add new official mirrors.
PR: ports/64146
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=104136
Diffstat (limited to 'security')
-rw-r--r-- | security/amavisd-new/Makefile | 6 | ||||
-rw-r--r-- | security/amavisd-new/distinfo | 2 | ||||
-rw-r--r-- | security/amavisd-new/files/patch-configure | 11 |
3 files changed, 9 insertions, 10 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index a8b5c8364077..6a5a29385354 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -7,9 +7,11 @@ # Based on amavisd ports makefile. PORTNAME= amavisd-new -PORTVERSION= 20030616.p7 +PORTVERSION= 20030616.p8 CATEGORIES= security -MASTER_SITES= http://www.ijs.si/software/amavisd/ +MASTER_SITES= http://www.ijs.si/software/amavisd/ \ + http://mirrors.catpipe.net/amavisd-new/ \ + http://ftp.cfu.net/pub/amavisd-new/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/-p/} MAINTAINER= blaz@si.FreeBSD.org diff --git a/security/amavisd-new/distinfo b/security/amavisd-new/distinfo index 0a2c1c1d3dbe..d467666ab3d1 100644 --- a/security/amavisd-new/distinfo +++ b/security/amavisd-new/distinfo @@ -1 +1 @@ -MD5 (amavisd-new-20030616-p7.tar.gz) = e6f35be1e14861e3869debdd9bdfbfba +MD5 (amavisd-new-20030616-p8.tar.gz) = 5b55cef4ef4cc717b9ee1ed204a1ed96 diff --git a/security/amavisd-new/files/patch-configure b/security/amavisd-new/files/patch-configure index 2fa281225031..f75f7a81e940 100644 --- a/security/amavisd-new/files/patch-configure +++ b/security/amavisd-new/files/patch-configure @@ -1,15 +1,12 @@ ---- helper-progs/configure.orig Tue Nov 11 22:59:24 2003 -+++ helper-progs/configure Tue Nov 11 23:01:31 2003 -@@ -2040,12 +2040,3 @@ +--- helper-progs/configure.orig Thu Mar 4 18:45:55 2004 ++++ helper-progs/configure Fri Mar 12 08:53:15 2004 +@@ -2041,9 +2041,3 @@ -- -if test "$SENDMAILPROG" != "no" ; then - sendmailversion=`$SENDMAILPROG -bv -d0.1 | $AWK '/Version/ {print $2}'` - echo "" -- echo "Note: sendmail version $sendmailversion detected" -- echo "check http://www.sendmail.org/~ca/email/sm-812.html for sendmail bugs and patches" -- echo "It's advised to run sendmail latest versions when using MILTER" +- echo "Info: sendmail version $sendmailversion detected" - echo "" -fi |