aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-05-24 00:48:37 +0800
committerijliao <ijliao@FreeBSD.org>2001-05-24 00:48:37 +0800
commit1b4e9dda59f62a801966a18cb5ba2112e8136499 (patch)
treecae73e0137813a0f79efb1d81b048c87547b8631 /mail
parentcc2719c6646dd04112eb027a908b391eff048ca7 (diff)
downloadfreebsd-ports-gnome-1b4e9dda59f62a801966a18cb5ba2112e8136499.tar.gz
freebsd-ports-gnome-1b4e9dda59f62a801966a18cb5ba2112e8136499.tar.zst
freebsd-ports-gnome-1b4e9dda59f62a801966a18cb5ba2112e8136499.zip
Update postfix snapshot to 20010502
Update TLS to work with this snapshot Update IPv6 PR: 27582 Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix-current/Makefile3
-rw-r--r--mail/postfix-current/distinfo6
-rw-r--r--mail/postfix-current/scripts/configure.postfix6
3 files changed, 7 insertions, 8 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 41a100db33b7..d995e9149e01 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= postfix
-PORTVERSION= 20010329
-PORTREVISION= 1
+PORTVERSION= 20010502
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 b29014f24830..68de668efaeb 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,3 +1,3 @@
-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-20010415a.diff.gz) = 2fe76d5d33ef56ed8bc1dd6fc0c5fa10
+MD5 (postfix/snapshot-20010502.tar.gz) = 209fec3f77ab6e6401d1fa729c3c83e7
+MD5 (postfix/pfixtls-0.7.2-snap20010502-0.9.6a.tar.gz) = e1135d8f9cb0e83a7c997b40f5764299
+MD5 (postfix/postfix-20010228pl02-v6-20010515a.diff.gz) = 4ea9f56528ba94016dfed12eed5f2fc1
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix
index e1b7d41c028d..74b2f951f869 100644
--- a/mail/postfix-current/scripts/configure.postfix
+++ b/mail/postfix-current/scripts/configure.postfix
@@ -78,8 +78,8 @@ while [ "$1" ]; do
echo "BIN1+= tlsmgr"
echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl"
echo "POSTFIX_AUXLIBS+= -lssl -lcrypto"
- echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.6.38-snap20010225-0.9.6.tar.gz"
- echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.6.38-snap20010225-0.9.6/pfixtls.diff"
+ echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.7.2-snap20010502-0.9.6a.tar.gz"
+ echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.2-snap20010502-0.9.6a/pfixtls.diff"
echo "PATCH_STRIP= -p1"
SUB_TLS=""
;;
@@ -117,7 +117,7 @@ while [ "$1" ]; do
fi
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-20010424a.diff.gz"
+ echo "PATCHFILES+= postfix-20010228pl02-v6-20010515a.diff.gz"
echo "PATCH_DIST_STRIP= -p1"
echo ""
;;