mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Update to 20040504
- Update IPv6 patches to 1.24 PR: ports/67007 Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
This commit is contained in:
parent
1f38f53733
commit
05b1f4a496
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109712
@ -15,7 +15,7 @@
|
||||
# NOTE: PCRE is enabled by default unless you specifically disable it.
|
||||
|
||||
PORTNAME= postfix
|
||||
PORTVERSIONRAW= 2.2-20040422
|
||||
PORTVERSIONRAW= 2.2-20040504
|
||||
PORTVERSION= ${PORTVERSIONRAW:S/-/./}
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= mail ipv6
|
||||
|
@ -1,4 +1,8 @@
|
||||
MD5 (postfix/postfix-2.2-20040422.tar.gz) = df2c7485ea47402020ac3c03c38da6e0
|
||||
SIZE (postfix/postfix-2.2-20040422.tar.gz) = 2013819
|
||||
MD5 (postfix/postfix-2.2-20040504.tar.gz) = dc353d0d6deea643a73577fb00d4e3c6
|
||||
SIZE (postfix/postfix-2.2-20040504.tar.gz) = 1989111
|
||||
MD5 (postfix/pfixtls-0.8.18-2.1.0-0.9.7d.tar.gz) = 01785d9636bdae51a906320e581b1e6b
|
||||
SIZE (postfix/pfixtls-0.8.18-2.1.0-0.9.7d.tar.gz) = 239141
|
||||
MD5 (postfix/ipv6-1.24-pf-2.2-20040504.patch.gz) = 143c5d714b7584206e2291bfd7b445d2
|
||||
SIZE (postfix/ipv6-1.24-pf-2.2-20040504.patch.gz) = 52121
|
||||
MD5 (postfix/tls+ipv6-1.24-pf-2.2-20040504.patch.gz) = 85011af2c207f9036a75e57a4bab9fd5
|
||||
SIZE (postfix/tls+ipv6-1.24-pf-2.2-20040504.patch.gz) = 256490
|
||||
|
@ -24,8 +24,8 @@ SASL "Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \
|
||||
SASL2 "Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \
|
||||
SASLKRB "If your SASL requires Kerberos select this option" "$status_SASLKRB" \
|
||||
TLS "SSL and TLS (BROKEN)" "$status_TLS" \
|
||||
IPv6 "IPv6 support (BROKEN)" "$status_IPv6" \
|
||||
IPv6TLS "IPv6 support with SSL and TLS (BROKEN)" "$status_IPv6TLS" \
|
||||
IPv6 "IPv6 support" "$status_IPv6" \
|
||||
IPv6TLS "IPv6 support with SSL and TLS" "$status_IPv6TLS" \
|
||||
DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \
|
||||
DB40 "Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \
|
||||
DB41 "Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \
|
||||
@ -207,7 +207,7 @@ while [ "$1" ]; do
|
||||
exit 1
|
||||
fi
|
||||
echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/"
|
||||
echo "PATCHFILES+= ipv6-1.23-pf-2.1.0.patch.gz"
|
||||
echo "PATCHFILES+= ipv6-1.24-pf-2.2-20040504.patch.gz"
|
||||
echo "PATCH_DIST_STRIP= -p1"
|
||||
echo "IPv6_SUFFIX= +ipv6"
|
||||
echo ""
|
||||
@ -225,7 +225,7 @@ while [ "$1" ]; do
|
||||
echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}"
|
||||
echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto"
|
||||
echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/"
|
||||
echo "PATCHFILES+= tls+ipv6-1.23-pf-2.1.0.patch.gz"
|
||||
echo "PATCHFILES+= tls+ipv6-1.24-pf-2.2-20040504.patch.gz"
|
||||
echo "PATCH_DIST_STRIP= -p1"
|
||||
echo "TLS_SUFFIX= +tls+ipv6"
|
||||
SUB_TLS=""
|
||||
|
Loading…
Reference in New Issue
Block a user