diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-04-16 17:54:19 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-04-16 17:54:19 +0000 |
commit | aa2ff34fe9df4d1ed967cac8b79f59751c6427ae (patch) | |
tree | 584f2e04155011d2c0987210fab587b8353774ea /mail/postfix-current | |
parent | Upgrade to versin 1.6. (diff) |
Update port to snapshot-20010329
Update ipv6 support
PR: 26528
Submitted by: Maintainer
Notes
Notes:
svn path=/head/; revision=41470
Diffstat (limited to 'mail/postfix-current')
-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" |