diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-10-01 19:18:10 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-10-01 19:18:10 +0000 |
commit | b1263ba7413df50d7c0be164b7c00f87e12f0d8f (patch) | |
tree | 255e960248043daaee5cf911a0c4187071265606 /mail | |
parent | 773ec42e9c8170ff9375f08310db277470ddee68 (diff) | |
download | ports-b1263ba7413df50d7c0be164b7c00f87e12f0d8f.tar.gz ports-b1263ba7413df50d7c0be164b7c00f87e12f0d8f.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail-spamcontrol/Makefile | 2 | ||||
-rw-r--r-- | mail/qmail/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/mail/qmail-spamcontrol/Makefile b/mail/qmail-spamcontrol/Makefile index 144415b2449d..8e953cc865f6 100644 --- a/mail/qmail-spamcontrol/Makefile +++ b/mail/qmail-spamcontrol/Makefile @@ -7,7 +7,7 @@ PORTNAME= qmail PORTVERSION= ${QMAIL_VERSION}.${SPAMCONTROL_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES+= http://www.fehcom.de/qmail/spamcontrol/:spamcontrol \ ${MASTER_SITE_LOCAL:S/$/:spamcontrol/} diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index fbe9faa667a5..119d782ecc13 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -599,6 +599,8 @@ post-patch: ${WRKSRC}/qmail-smtpd.c . endif . endif + @${REINPLACE_CMD} -E "/qhpsi *= *\"unknown\"/d; s/(\*qqx *== *'D')/qhpsi \&\& \1/g" \ + ${WRKSRC}/qmail-smtpd.c .elif defined(SLAVE_TLS) @${HEAD} -105 ${DISTDIR}/${DIST_SUBDIR}/qmail-1.03-tls-${TLS_PATCH_DATE}-renato.patch > \ ${WRKDIR}/TLS.readme |