Upgrade to 20010202.

PR:		ports/24727
Submitted by:	"David W. Chapman Jr." <dwcjr@inethouston.net> (maintainer)
This commit is contained in:
Jun Kuriyama 2001-02-05 02:46:44 +00:00
parent 0599fa97f6
commit b027e35017
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37959
5 changed files with 20 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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
/*

View File

@ -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

View File

@ -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=""
;;