diff options
author | rene <rene@FreeBSD.org> | 2018-12-11 21:21:18 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-12-11 21:21:18 +0800 |
commit | 2d366a58b28ccd9608365457be60637ac98b687d (patch) | |
tree | 05ab98f9d4544a9dec2471c1a4bf33e495627f54 /mail | |
parent | a114adb8c0d5b6ac384fc6f78364590c8e455acc (diff) | |
download | freebsd-ports-gnome-2d366a58b28ccd9608365457be60637ac98b687d.tar.gz freebsd-ports-gnome-2d366a58b28ccd9608365457be60637ac98b687d.tar.zst freebsd-ports-gnome-2d366a58b28ccd9608365457be60637ac98b687d.zip |
mail/qmail: Remove support for expired SRS option.
The SRS option depended on a Google Code project which was abandonded in 2017.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail/Makefile | 17 | ||||
-rw-r--r-- | mail/qmail/distinfo | 2 | ||||
-rw-r--r-- | mail/qmail/pkg-plist | 1 |
3 files changed, 1 insertions, 19 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 5193df6abc28..aac9aeaf4f79 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -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} diff --git a/mail/qmail/distinfo b/mail/qmail/distinfo index 1780f159c81b..66cee22359c0 100644 --- a/mail/qmail/distinfo +++ b/mail/qmail/distinfo @@ -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 diff --git a/mail/qmail/pkg-plist b/mail/qmail/pkg-plist index c324466a4aca..71536d67a3cd 100644 --- a/mail/qmail/pkg-plist +++ b/mail/qmail/pkg-plist @@ -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 |