diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-15 16:31:09 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-15 16:31:09 +0000 |
commit | 6caca0d9cf953579f972cea611006a08a166cda4 (patch) | |
tree | 0ae3944826253b1d51fa8a6f1132ae3d809c3487 /mail/postfix22 | |
parent | ac9a7acea320d872539deaba60f2a116f6236b03 (diff) | |
download | ports-6caca0d9cf953579f972cea611006a08a166cda4.tar.gz ports-6caca0d9cf953579f972cea611006a08a166cda4.zip |
Notes
Diffstat (limited to 'mail/postfix22')
-rw-r--r-- | mail/postfix22/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix22/distinfo | 4 | ||||
-rw-r--r-- | mail/postfix22/scripts/configure.postfix | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile index adff4156ca04..0191ec4ee57b 100644 --- a/mail/postfix22/Makefile +++ b/mail/postfix22/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 20010228.7 +PORTVERSION= 20010228.8 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/postfix22/distinfo b/mail/postfix22/distinfo index 04c64bccdf53..cd3f9a39bc6e 100644 --- a/mail/postfix22/distinfo +++ b/mail/postfix22/distinfo @@ -1,3 +1,3 @@ -MD5 (postfix/pfixtls-0.7.12-20010228-pl06-0.9.6b.tar.gz) = 1cc36b0d1e907111dfc6458b46490b9f -MD5 (postfix/postfix-20010228-pl07.tar.gz) = 32de69416aef37c8ebf958456e8710e9 +MD5 (postfix/postfix-20010228-pl08.tar.gz) = 3efd7d52e01acc014e7dabdd8081a369 +MD5 (postfix/pfixtls-0.7.13-20010228-pl08-0.9.6b.tar.gz) = 74664809daaf465ae9b710ac3181bdda MD5 (postfix/postfix-20010228pl04-v6-20010913a.diff.gz) = 82e7777c84e2c95f2e3fe9aa3596a3ea diff --git a/mail/postfix22/scripts/configure.postfix b/mail/postfix22/scripts/configure.postfix index 8516249ee5d7..aaa610a8f060 100644 --- a/mail/postfix22/scripts/configure.postfix +++ b/mail/postfix22/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.13 2001-11-06 14:33:15 dwcjr Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.14 2001-11-15 16:31:09 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.12-20010228-pl06-0.9.6b.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.12-20010228-pl06-0.9.6b/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.7.13-20010228-pl08-0.9.6b.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.13-20010228-pl08-0.9.6b/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; |