aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-11-06 22:46:43 +0800
committerdwcjr <dwcjr@FreeBSD.org>2001-11-06 22:46:43 +0800
commite32ac62ee36b64969c312ac0153156a50e301c61 (patch)
treef3ff73355f8af11fb9bd8fba42b20edc8387d527 /mail
parente423f6cf34641447f85d057b4faf7e2ecd408498 (diff)
downloadfreebsd-ports-gnome-e32ac62ee36b64969c312ac0153156a50e301c61.tar.gz
freebsd-ports-gnome-e32ac62ee36b64969c312ac0153156a50e301c61.tar.zst
freebsd-ports-gnome-e32ac62ee36b64969c312ac0153156a50e301c61.zip
Update postfix-current to postfix-20011104 and tls to go with it.
IPv6 still disabled due to outdated kame patches
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix-current/Makefile3
-rw-r--r--mail/postfix-current/distinfo5
-rw-r--r--mail/postfix-current/scripts/configure.postfix4
3 files changed, 5 insertions, 7 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 43d4ce6a2486..ab198048ddc1 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= postfix
-PORTVERSION= 20010808
-PORTREVISION= 4
+PORTVERSION= 20011104
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 ba062e41ca66..257fde9fe2c1 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,3 +1,2 @@
-MD5 (postfix/pfixtls-0.7.8-snap20010808-0.9.6b.tar.gz) = 66f2c611480e4a9f50585f5b7322d5f1
-MD5 (postfix/postfix-20010228pl02-v6-20010515a.diff.gz) = 4ea9f56528ba94016dfed12eed5f2fc1
-MD5 (postfix/snapshot-20010808.tar.gz) = 584892ed8fae96b1ee51ed8aa2571f4c
+MD5 (postfix/snapshot-20011104.tar.gz) = b33235d9f2f3be74f0c992f56241a5d2
+MD5 (postfix/pfixtls-0.7.12-snap20011104-0.9.6b.tar.gz) = e8b1e0392a73a2fbbb935233a3c7c852
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix
index 15ad039f9205..5f90f70f1bba 100644
--- a/mail/postfix-current/scripts/configure.postfix
+++ b/mail/postfix-current/scripts/configure.postfix
@@ -87,8 +87,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.7.8-snap20010808-0.9.6b.tar.gz"
- echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.8-snap20010808-0.9.6b/pfixtls.diff"
+ echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.7.12-snap20011104-0.9.6b.tar.gz"
+ echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.12-snap20011104-0.9.6b/pfixtls.diff"
echo "PATCH_STRIP= -p1"
SUB_TLS=""
;;