From b027e35017c13cb6b5ca505f9dfaa07320571c6c Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Mon, 5 Feb 2001 02:46:44 +0000 Subject: Upgrade to 20010202. PR: ports/24727 Submitted by: "David W. Chapman Jr." (maintainer) --- mail/postfix-current/Makefile | 5 ++--- mail/postfix-current/distinfo | 4 ++-- mail/postfix-current/files/patch-lmtp.h | 13 +++++++++++++ mail/postfix-current/pkg-plist | 1 + mail/postfix-current/scripts/configure.postfix | 4 ++-- 5 files changed, 20 insertions(+), 7 deletions(-) create mode 100644 mail/postfix-current/files/patch-lmtp.h (limited to 'mail/postfix-current') diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index daf07ba0a104..cd379e556a15 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,15 +6,14 @@ # PORTNAME= postfix -PORTVERSION= 20001217 -PORTREVISION= 1 +PORTVERSION= 20010202 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ ftp://ftp.tux.org/pub/net/postfix/experimental/ \ ftp://ftp.utoronto.ca/mirror/packages/postfix/experimental/ \ ftp://ftp.samurai.com/pub/postfix/experimental/ -MASTER_SITE_SUBDIR= . old +MASTER_SITE_SUBDIR= . old related/postfix DISTNAME= snapshot-${PORTVERSION} MAINTAINER= dwcjr@inethouston.net diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index bf4e14ee154c..df9fac2b084f 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,2 +1,2 @@ -MD5 (snapshot-20001217.tar.gz) = b6ef69548b58b23001dd9d3c56896aba -MD5 (pfixtls-0.6.33-snap20001217-0.9.6.tar.gz) = aaf3361e837ebffcbe1968ce26fa360c +MD5 (snapshot-20010202.tar.gz) = 2fc440422cc4de9478e0e6e130b11728 +MD5 (pfixtls-0.6.35-snap20010202-0.9.6.tar.gz) = f465a4d5c87793b5889bea0c1b4833c2 diff --git a/mail/postfix-current/files/patch-lmtp.h b/mail/postfix-current/files/patch-lmtp.h new file mode 100644 index 000000000000..3d941c034198 --- /dev/null +++ b/mail/postfix-current/files/patch-lmtp.h @@ -0,0 +1,13 @@ +--- ./src/lmtp/lmtp.h.orig Fri Jan 19 15:43:06 2001 ++++ ./src/lmtp/lmtp.h Sat Feb 3 14:01:09 2001 +@@ -12,8 +12,8 @@ + * SASL library. + */ + #ifdef USE_SASL_AUTH +-#include +-#include ++#include ++#include + #endif + + /* diff --git a/mail/postfix-current/pkg-plist b/mail/postfix-current/pkg-plist index 95e7fc7a8c3b..dd8100ef94d5 100644 --- a/mail/postfix-current/pkg-plist +++ b/mail/postfix-current/pkg-plist @@ -121,6 +121,7 @@ sbin/sendmail %%SUB_DOCS%%share/doc/postfix/trivial-rewrite.8.html %%SUB_DOCS%%share/doc/postfix/uce.html %%SUB_DOCS%%share/doc/postfix/virtual.5.html +%%SUB_DOCS%%share/doc/postfix/virtual.8.html %%SUB_DOCS%%@dirrm share/doc/postfix @dirrm libexec/postfix @dirrm etc/postfix diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix index 4c67e1be275f..45a48ca4bde0 100644 --- a/mail/postfix-current/scripts/configure.postfix +++ b/mail/postfix-current/scripts/configure.postfix @@ -77,8 +77,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.6.33-snap20001217-0.9.6.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.6.33-snap20001217-0.9.6/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.6.35-snap20010202-0.9.6.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.6.35-snap20010202-0.9.6/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; -- cgit v1.2.3