diff options
author | daichi <daichi@FreeBSD.org> | 2004-03-16 14:14:04 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2004-03-16 14:14:04 +0800 |
commit | 0f67ff3ef5315c95118bf198fba46fce8334cb3c (patch) | |
tree | 00df2008392f02ef365eadeb93e35e12d1d52802 /security | |
parent | 7a74a947ac1dec5fe8486f2c0eabe99c333e07e6 (diff) | |
download | freebsd-ports-graphics-0f67ff3ef5315c95118bf198fba46fce8334cb3c.tar.gz freebsd-ports-graphics-0f67ff3ef5315c95118bf198fba46fce8334cb3c.tar.zst freebsd-ports-graphics-0f67ff3ef5315c95118bf198fba46fce8334cb3c.zip |
Update to 20030616.p8
Add new official mirrors.
PR: ports/64146
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
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 a8b5c836407..6a5a2938535 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 0a2c1c1d3db..d467666ab3d 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 2fa28122503..f75f7a81e94 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 |