diff options
author | Doug White <dwhite@FreeBSD.org> | 2000-12-03 05:54:26 +0800 |
---|---|---|
committer | Doug White <dwhite@FreeBSD.org> | 2000-12-03 05:54:26 +0800 |
commit | 1d59d971c7884da6dd6bdbab21c44ab4effec915 (patch) | |
tree | ffd68f9d416b8367a5bf25fdcf560ef1d81018e3 /mail | |
parent | ebb11f5638aa36761a7daf098ad633e3d88dd8b5 (diff) | |
download | freebsd-ports-gnome-1d59d971c7884da6dd6bdbab21c44ab4effec915.tar.gz freebsd-ports-gnome-1d59d971c7884da6dd6bdbab21c44ab4effec915.tar.zst freebsd-ports-gnome-1d59d971c7884da6dd6bdbab21c44ab4effec915.zip |
Add remaining changes to update TLS support. I forgot to commit these
with the original PR (didn't see the additional two patch files).
PR: 23062
Approved by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 57cbfaba2a63..6f17a9e66057 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -110,8 +110,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.23-snap20001030-0.9.6.tar.gz -EXTRA_PATCHES+= ${WRKDIR}/pfixtls-0.6.23-snap20001030-0.9.6/pfixtls.diff +DISTFILES+= ${DISTNAME}.tar.gz pfixtls-0.6.24-snap20001121-0.9.6.tar.gz +EXTRA_PATCHES+= ${WRKDIR}/pfixtls-0.6.24-snap20001121-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 26513c47d182..bcb4bdec75cf 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,2 +1,2 @@ MD5 (snapshot-20001121.tar.gz) = c2c20ea7ba47c42af8c2da6ffbef855c -MD5 (pfixtls-0.6.23-snap20001030-0.9.6.tar.gz) = a2e32d621740c760d0355ce31dea220b +MD5 (pfixtls-0.6.24-snap20001121-0.9.6.tar.gz) = e82cb86f317374d5fddf9a3329d7213a |