diff options
author | jedgar <jedgar@FreeBSD.org> | 2001-04-17 01:54:19 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2001-04-17 01:54:19 +0800 |
commit | b885dfca825d5d48820a3434ebb8139a67f77231 (patch) | |
tree | 01cf9d2844a884118c77c68d0c9226a552cf17bd /mail | |
parent | d935299bb76fa80aba831363767eeac7ad08f04e (diff) | |
download | freebsd-ports-gnome-b885dfca825d5d48820a3434ebb8139a67f77231.tar.gz freebsd-ports-gnome-b885dfca825d5d48820a3434ebb8139a67f77231.tar.zst freebsd-ports-gnome-b885dfca825d5d48820a3434ebb8139a67f77231.zip |
Update port to snapshot-20010329
Update ipv6 support
PR: 26528
Submitted by: Maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 4 | ||||
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index e1e4cb491b4d..9a0b12bff7c5 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,8 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 20010228 -PORTREVISION= 6 +PORTVERSION= 20010329 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index e8030d415084..d5c37bd7dd98 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ -MD5 (postfix/snapshot-20010228.tar.gz) = 247a760613ec15c5ee7d022352d85a55 +MD5 (postfix/snapshot-20010329.tar.gz) = 0bd41fc55cbbdcf9d463a9fc3da12b7a MD5 (postfix/pfixtls-0.6.38-snap20010225-0.9.6.tar.gz) = 5559571175bbcd5695b6e636d485489f -MD5 (postfix/postfix-20010228release-v6-20010302a.diff.gz) = e8b5954bc0466239c393235319476ff7 +MD5 (postfix/postfix-20010228release-v6-20010408a.diff.gz) = 1e4e2a16eef4a04550065cefe587b265 diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix index aadbd4f1539e..fbd3e64b2073 100644 --- a/mail/postfix-current/scripts/configure.postfix +++ b/mail/postfix-current/scripts/configure.postfix @@ -107,7 +107,7 @@ while [ "$1" ]; do \"IPv6\") echo "PATCH_SITES+= ftp://ftp.kame.net/pub/kame/misc/" echo "PATCH_SITES+= \${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/kame/misc/&,}" - echo "PATCHFILES+= postfix-20010228release-v6-20010302a.diff.gz" + echo "PATCHFILES+= postfix-20010228release-v6-20010408a.diff.gz" echo "" echo "pre-patch:" echo " cd \${WRKSRC} && ln -s . postfix" |