mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
mail/qmail: Remove support for expired SRS option.
The SRS option depended on a Google Code project which was abandonded in 2017.
This commit is contained in:
parent
0fd403935e
commit
633212ee21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487236
@ -69,7 +69,6 @@ SMTPEXECCHECK_DESC= Smtp DOS/Windows executable detection
|
||||
SMTPEXTFORK_DESC= Allow qmail-smtpd fork external progs
|
||||
SMTP_AUTH_PATCH_DESC= Provide SMTP Authentication
|
||||
SPF_PATCH_DESC= Implement SPF checker
|
||||
SRS_DESC= Sender Rewriting Scheme support
|
||||
TARPIT_PATCH_DESC= Implement TARPIT functions
|
||||
TLS_DESC= SMTP TLS support
|
||||
TLS_DEBUG_DESC= Enable additional debug information
|
||||
@ -226,7 +225,7 @@ OPTIONS_DEFINE+=TLS ALTQUEUE BIGBROTHER BIGTODO BIND_8_COMPAT CLEARTEXTPASSWD \
|
||||
DASH_EXT DATA_COMPRESS EXTERNAL_TODO IGNOREVERISIGN \
|
||||
QLDAP_CLUSTER QMQP_COMPRESS QUOTATRASH SMTPEXECCHECK \
|
||||
AUTOMAILDIRMAKE AUTOHOMEDIRMAKE LDAP_DEBUG SMTPEXTFORK \
|
||||
XF_QUITASAP SENDERCHECK4 ENHACELOGS GRTDELAY SRS
|
||||
XF_QUITASAP SENDERCHECK4 ENHACELOGS GRTDELAY
|
||||
|
||||
OPTIONS_DEFAULT+= TLS DASH_EXT DATA_COMPRESS EXTERNAL_TODO QLDAP_CLUSTER \
|
||||
QLDAP_CLUSTER QMQP_COMPRESS SMTPEXECCHECK \
|
||||
@ -296,7 +295,6 @@ PKGMESSAGE_SUFFIX= ldap
|
||||
PLIST_SUB+= LDAP="" NO_LDAP="@comment "
|
||||
.else
|
||||
PLIST_SUB+= LDAP="@comment " NO_LDAP=""
|
||||
PLIST_SUB+= SRS="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(SLAVE_SPAMCONTROL)
|
||||
@ -418,16 +416,6 @@ LDAPFLAGS+= -D${param}
|
||||
. endif
|
||||
. endfor
|
||||
|
||||
. if ${PORT_OPTIONS:MSRS}
|
||||
BUILD_DEPENDS+= srs:mail/libsrs2
|
||||
MASTER_SITES+= http://qmail-ldap-smtpauthuser.googlecode.com/svn/trunk/:srs_ldap
|
||||
BROKEN= Unfetchable (google code has gone away)
|
||||
DEPRECATED= Unfetchable for more than six months (google code has gone away)
|
||||
EXPIRATION_DATE= 2017-04-30
|
||||
SRS_LDAP_PATCH= qmail-ldap-1.03-20060201-SRS.patch
|
||||
DISTFILES+= ${SRS_LDAP_PATCH}:srs_ldap
|
||||
. endif
|
||||
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSMTP_AUTH_PATCH}
|
||||
@ -777,9 +765,6 @@ post-patch:
|
||||
@${REINPLACE_CMD} "s|^#LDAPFLAGS=.*$$|LDAPFLAGS=${LDAPFLAGS}|" \
|
||||
${WRKSRC}/Makefile
|
||||
. endif
|
||||
. if ${PORT_OPTIONS:MSRS}
|
||||
@${PATCH} -d ${WRKSRC} < ${DISTDIR}/${DIST_SUBDIR}/${SRS_LDAP_PATCH}
|
||||
. endif
|
||||
.endif
|
||||
.if defined(EXT_BIG_TODO_PATCH)
|
||||
@${PATCH} -d ${WRKSRC} < ${DISTDIR}/${DIST_SUBDIR}/${EXT_BIG_TODO_PATCH}
|
||||
|
@ -87,5 +87,3 @@ SHA256 (qmail/enhacelogging-ldap-20120221.patch) = e5403eee9c180180eb52ce343575b
|
||||
SIZE (qmail/enhacelogging-ldap-20120221.patch) = 1207
|
||||
SHA256 (qmail/ucspi-ssl-0.94.tgz) = 343c0281269d88650823eb053fe80bf34b81f52c12b895f27534706b983a23b4
|
||||
SIZE (qmail/ucspi-ssl-0.94.tgz) = 112640
|
||||
SHA256 (qmail/qmail-ldap-1.03-20060201-SRS.patch) = 2c54abef2af35e7e7a54b94e06cd002877db3ea96fa06f1b53e6d741a62a2154
|
||||
SIZE (qmail/qmail-ldap-1.03-20060201-SRS.patch) = 25883
|
||||
|
@ -77,7 +77,6 @@ bin/qreceipt
|
||||
bin/qsmhook
|
||||
bin/sendmail
|
||||
bin/splogger
|
||||
%%SRS%%bin/srsfilter
|
||||
%%TLS%%bin/update_tmprsadh
|
||||
bin/tcp-env
|
||||
%%NO_LDAP%%boot/binm1
|
||||
|
Loading…
Reference in New Issue
Block a user