diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-16 06:45:08 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-16 06:45:08 +0000 |
commit | 993731eb8e1ff3bd30af037af42e4a988f78f002 (patch) | |
tree | 991982312a120199588a9f7058b1205536b63315 /mail/postfix-current | |
parent | 50725fdf9761e232702908e6f6437dba3eb9fa64 (diff) | |
download | ports-993731eb8e1ff3bd30af037af42e4a988f78f002.tar.gz ports-993731eb8e1ff3bd30af037af42e4a988f78f002.zip |
Notes
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 5 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 4 | ||||
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 8d8d553dae15..153be1137217 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 20011127 +PORTVERSION= 20011210 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ @@ -37,7 +37,8 @@ CONF1= access aliases canonical main.cf master.cf \ CONF2= sample-aliases.cf sample-canonical.cf sample-debug.cf \ sample-filter.cf sample-flush.cf sample-local.cf sample-misc.cf \ sample-qmqpd.cf \ - sample-rate.cf sample-regexp.cf sample-relocated.cf \ + sample-rate.cf sample-regexp-access.cf sample-regexp-body.cf \ + sample-regexp-header.cf sample-relocated.cf \ sample-resource.cf sample-rewrite.cf sample-smtp.cf \ sample-smtpd.cf sample-transport.cf sample-virtual.cf install.cf diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 73802d7ef193..900f04db2754 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,2 +1,2 @@ -MD5 (postfix/snapshot-20011127.tar.gz) = b15b79f9e5b385b079f422c5d23ea89b -MD5 (postfix/pfixtls-0.7.13c-snap20011127-0.9.6b.tar.gz) = ca4f1e4e1f2287875fa582fa184b209c +MD5 (postfix/snapshot-20011210.tar.gz) = 70e93ba261fd6aa81095067addc88b1f +MD5 (postfix/pfixtls-0.7.13d-snap20011210-0.9.6b.tar.gz) = 44ff7bb84ec25d73979e14651452f069 diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix index fdc0976c9386..49fa58fa6def 100644 --- a/mail/postfix-current/scripts/configure.postfix +++ b/mail/postfix-current/scripts/configure.postfix @@ -87,8 +87,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.13c-snap20011127-0.9.6b.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.13c-snap20011127-0.9.6b/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.7.13d-snap20011210-0.9.6b.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.13d-snap20011210-0.9.6b/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; |