summaryrefslogtreecommitdiff
path: root/mail/postfix24
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-02-26 19:34:37 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-02-26 19:34:37 +0000
commit52ec123b2f5e841da1fbbaca74e7bdf6557c5301 (patch)
tree1e22dbcaa962a4dede7929f5f6d9cfbfaef404f3 /mail/postfix24
parentUpdate to 1.0.12. (diff)
Update postfix to 1.1.4
PR: 35347 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=55274
Diffstat (limited to 'mail/postfix24')
-rw-r--r--mail/postfix24/Makefile2
-rw-r--r--mail/postfix24/distinfo4
-rw-r--r--mail/postfix24/scripts/configure.postfix6
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile
index df2246416b52..be37f880652e 100644
--- a/mail/postfix24/Makefile
+++ b/mail/postfix24/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/postfix24/distinfo b/mail/postfix24/distinfo
index 9eaa993c52eb..b24a2f716783 100644
--- a/mail/postfix24/distinfo
+++ b/mail/postfix24/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/postfix24/scripts/configure.postfix b/mail/postfix24/scripts/configure.postfix
index 11f5f1a57d75..de28b1ab4cc1 100644
--- a/mail/postfix24/scripts/configure.postfix
+++ b/mail/postfix24/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.16 2002-02-11 17:48:50 dwcjr Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/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=""
;;