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/postfix-current/scripts | |
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/postfix-current/scripts')
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 2 |
1 files changed, 1 insertions, 1 deletions
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" |