aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix26
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-11-06 14:33:15 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-11-06 14:33:15 +0000
commit6055642cec9c1cf7ec4335fc4b1eab42f0dd5148 (patch)
tree00d482514b839226e70dae14b9058ea4be3100e7 /mail/postfix26
parent1596b84c039539d956902fdbc011c1b208cf561c (diff)
downloadports-6055642cec9c1cf7ec4335fc4b1eab42f0dd5148.tar.gz
ports-6055642cec9c1cf7ec4335fc4b1eab42f0dd5148.zip
Update postfix to 20010228-pl06 and update tls to go with it.
Notes
Notes: svn path=/head/; revision=49670
Diffstat (limited to 'mail/postfix26')
-rw-r--r--mail/postfix26/Makefile3
-rw-r--r--mail/postfix26/distinfo4
-rw-r--r--mail/postfix26/scripts/configure.postfix6
3 files changed, 6 insertions, 7 deletions
diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile
index 87c7f815ba94..99270ce36258 100644
--- a/mail/postfix26/Makefile
+++ b/mail/postfix26/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= postfix
-PORTVERSION= 20010228.5
-PORTREVISION= 1
+PORTVERSION= 20010228.6
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
diff --git a/mail/postfix26/distinfo b/mail/postfix26/distinfo
index 2a5e20714209..289839dc8b90 100644
--- a/mail/postfix26/distinfo
+++ b/mail/postfix26/distinfo
@@ -1,3 +1,3 @@
-MD5 (postfix/pfixtls-0.7.9-20010228-pl04-0.9.6b.tar.gz) = 2231a5fa067b7a221d03d30b00d21199
-MD5 (postfix/postfix-20010228-pl05.tar.gz) = 55551e999af82412423c538a1cc8a61c
+MD5 (postfix/pfixtls-0.7.12-20010228-pl06-0.9.6b.tar.gz) = 1cc36b0d1e907111dfc6458b46490b9f
+MD5 (postfix/postfix-20010228-pl06.tar.gz) = c0c609014d6e9037ab09356e8e23a969
MD5 (postfix/postfix-20010228pl04-v6-20010913a.diff.gz) = 82e7777c84e2c95f2e3fe9aa3596a3ea
diff --git a/mail/postfix26/scripts/configure.postfix b/mail/postfix26/scripts/configure.postfix
index 8a8a2e57275c..da5a9382fa21 100644
--- a/mail/postfix26/scripts/configure.postfix
+++ b/mail/postfix26/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.12 2001-09-23 02:53:35 dwcjr Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.13 2001-11-06 14:33:15 dwcjr Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -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.7.9-20010228-pl04-0.9.6b.tar.gz"
- echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.9-20010228-pl04-0.9.6b/pfixtls.diff"
+ echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.7.12-20010228-pl06-0.9.6b.tar.gz"
+ echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.12-20010228-pl06-0.9.6b/pfixtls.diff"
echo "PATCH_STRIP= -p1"
SUB_TLS=""
;;