diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-02-26 19:34:37 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-02-26 19:34:37 +0000 |
commit | 52ec123b2f5e841da1fbbaca74e7bdf6557c5301 (patch) | |
tree | 1e22dbcaa962a4dede7929f5f6d9cfbfaef404f3 /mail/postfix21 | |
parent | 2224823c69a70a07890956f50558ee5364b06066 (diff) | |
download | ports-52ec123b2f5e841da1fbbaca74e7bdf6557c5301.tar.gz ports-52ec123b2f5e841da1fbbaca74e7bdf6557c5301.zip |
Notes
Diffstat (limited to 'mail/postfix21')
-rw-r--r-- | mail/postfix21/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix21/distinfo | 4 | ||||
-rw-r--r-- | mail/postfix21/scripts/configure.postfix | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix21/Makefile b/mail/postfix21/Makefile index df2246416b52..be37f880652e 100644 --- a/mail/postfix21/Makefile +++ b/mail/postfix21/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ diff --git a/mail/postfix21/distinfo b/mail/postfix21/distinfo index 9eaa993c52eb..b24a2f716783 100644 --- a/mail/postfix21/distinfo +++ b/mail/postfix21/distinfo @@ -1,2 +1,2 @@ -MD5 (postfix/postfix-1.1.3.tar.gz) = f70c14f34f0f38b0466cc40f65a53b22 -MD5 (postfix/pfixtls-0.8.3-1.1.3-0.9.6c.tar.gz) = 1a7756cab77ab793f5777c62b8b32bcb +MD5 (postfix/postfix-1.1.4.tar.gz) = 85e038344f86bc99c959d750ad221683 +MD5 (postfix/pfixtls-0.8.4-1.1.4-0.9.6c.tar.gz) = 37bdee9c0e82377fa7c3bd4eb8476f33 diff --git a/mail/postfix21/scripts/configure.postfix b/mail/postfix21/scripts/configure.postfix index 7b20a1221b01..54474210d6eb 100644 --- a/mail/postfix21/scripts/configure.postfix +++ b/mail/postfix21/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.16 2002-02-11 17:48:50 dwcjr Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.17 2002-02-26 19:34:37 dwcjr Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -79,8 +79,8 @@ while [ "$1" ]; do echo "MAN8+= tlsmgr.8" echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.3-1.1.3-0.9.6c.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.3-1.1.3-0.9.6c/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.4-1.1.4-0.9.6c.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.4-1.1.4-0.9.6c/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; |