diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-06 14:33:15 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-06 14:33:15 +0000 |
commit | 6055642cec9c1cf7ec4335fc4b1eab42f0dd5148 (patch) | |
tree | 00d482514b839226e70dae14b9058ea4be3100e7 /mail/postfix28 | |
parent | 1596b84c039539d956902fdbc011c1b208cf561c (diff) | |
download | ports-6055642cec9c1cf7ec4335fc4b1eab42f0dd5148.tar.gz ports-6055642cec9c1cf7ec4335fc4b1eab42f0dd5148.zip |
Notes
Diffstat (limited to 'mail/postfix28')
-rw-r--r-- | mail/postfix28/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix28/distinfo | 4 | ||||
-rw-r--r-- | mail/postfix28/scripts/configure.postfix | 6 |
3 files changed, 6 insertions, 7 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 87c7f815ba94..99270ce36258 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/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/postfix28/distinfo b/mail/postfix28/distinfo index 2a5e20714209..289839dc8b90 100644 --- a/mail/postfix28/distinfo +++ b/mail/postfix28/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/postfix28/scripts/configure.postfix b/mail/postfix28/scripts/configure.postfix index 7264a9017f6f..40e1d341d3a8 100644 --- a/mail/postfix28/scripts/configure.postfix +++ b/mail/postfix28/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.12 2001-09-23 02:53:35 dwcjr Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/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="" ;; |