summaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-02-05 02:46:44 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-02-05 02:46:44 +0000
commitb027e35017c13cb6b5ca505f9dfaa07320571c6c (patch)
treed2a6de4d8c47cd3e2d7a9b372905c30135c7e2bc /mail/postfix-current
parentInstall *.dict too (diff)
Upgrade to 20010202.
PR: ports/24727 Submitted by: "David W. Chapman Jr." <dwcjr@inethouston.net> (maintainer)
Notes
Notes: svn path=/head/; revision=37959
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile5
-rw-r--r--mail/postfix-current/distinfo4
-rw-r--r--mail/postfix-current/files/patch-lmtp.h13
-rw-r--r--mail/postfix-current/pkg-plist1
-rw-r--r--mail/postfix-current/scripts/configure.postfix4
5 files changed, 20 insertions, 7 deletions
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 <sasl.h>
+-#include <saslutil.h>
++#include <sasl/sasl.h>
++#include <sasl/saslutil.h>
+ #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=""
;;