diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-01-19 09:11:07 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-01-19 09:11:07 +0800 |
commit | 907df9f90d55af72e250c6c6d3102ae0d787bf0d (patch) | |
tree | b6a037112e713c09861bdee53d33a7aeedc2cd25 | |
parent | 1d15e2f849e861834e5785c6f6b573cf279cc094 (diff) | |
download | freebsd-ports-gnome-907df9f90d55af72e250c6c6d3102ae0d787bf0d.tar.gz freebsd-ports-gnome-907df9f90d55af72e250c6c6d3102ae0d787bf0d.tar.zst freebsd-ports-gnome-907df9f90d55af72e250c6c6d3102ae0d787bf0d.zip |
Update TLS and take off '\' on last MASTER_SITE.
PR: ports/24415
Submitted by: dwcjr@inethouston.net (maintainer)
-rw-r--r-- | mail/postfix-current/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 86f9ca8d52d8..603148e5f867 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -12,7 +12,7 @@ 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/ \ + ftp://ftp.samurai.com/pub/postfix/experimental/ MASTER_SITE_SUBDIR= . old DISTNAME= snapshot-${PORTVERSION} @@ -107,8 +107,8 @@ CONF2+= sample-tls.cf BIN1+= tlsmgr POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl POSTFIX_AUXLIBS+= -lssl -lcrypto -DISTFILES+= ${DISTNAME}.tar.gz pfixtls-0.6.30-snap20001217-0.9.6.tar.gz -EXTRA_PATCHES+= ${WRKDIR}/pfixtls-0.6.30-snap20001217-0.9.6/pfixtls.diff +DISTFILES+= ${DISTNAME}.tar.gz pfixtls-0.6.33-snap20001217-0.9.6.tar.gz +EXTRA_PATCHES+= ${WRKDIR}/pfixtls-0.6.33-snap20001217-0.9.6/pfixtls.diff PATCH_STRIP= -p1 PLIST_SUB+= WITH_TLS="" .else diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 760a03820f96..bf4e14ee154c 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.30-snap20001217-0.9.6.tar.gz) = 843ac4f54f63cb3b0e11d35a0a94566c +MD5 (pfixtls-0.6.33-snap20001217-0.9.6.tar.gz) = aaf3361e837ebffcbe1968ce26fa360c |