Date: Tue, 11 Dec 2018 13:21:18 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487236 - head/mail/qmail Message-ID: <201812111321.wBBDLIjk071071@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Tue Dec 11 13:21:18 2018 New Revision: 487236 URL: https://svnweb.freebsd.org/changeset/ports/487236 Log: mail/qmail: Remove support for expired SRS option. The SRS option depended on a Google Code project which was abandonded in 2017. Modified: head/mail/qmail/Makefile head/mail/qmail/distinfo head/mail/qmail/pkg-plist Modified: head/mail/qmail/Makefile ============================================================================== --- head/mail/qmail/Makefile Tue Dec 11 13:02:50 2018 (r487235) +++ head/mail/qmail/Makefile Tue Dec 11 13:21:18 2018 (r487236) @@ -69,7 +69,6 @@ SMTPEXECCHECK_DESC= Smtp DOS/Windows executable detec 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 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} @@ -776,9 +764,6 @@ post-patch: . if defined(LDAPFLAGS) @${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) Modified: head/mail/qmail/distinfo ============================================================================== --- head/mail/qmail/distinfo Tue Dec 11 13:02:50 2018 (r487235) +++ head/mail/qmail/distinfo Tue Dec 11 13:21:18 2018 (r487236) @@ -87,5 +87,3 @@ SHA256 (qmail/enhacelogging-ldap-20120221.patch) = e54 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 Modified: head/mail/qmail/pkg-plist ============================================================================== --- head/mail/qmail/pkg-plist Tue Dec 11 13:02:50 2018 (r487235) +++ head/mail/qmail/pkg-plist Tue Dec 11 13:21:18 2018 (r487236) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812111321.wBBDLIjk071071>