aboutsummaryrefslogtreecommitdiff
path: root/mail/qmail-tls
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-06-20 03:03:41 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-06-20 03:03:41 +0000
commitbf48a40a29294f71405284a7224536d7cd593086 (patch)
tree3850914e4e8bbe1988e83ec838c090ac7773b745 /mail/qmail-tls
parenta4fd9d5220ad1d4384eb16a0345f78e9cf7d4bc3 (diff)
downloadports-bf48a40a29294f71405284a7224536d7cd593086.tar.gz
ports-bf48a40a29294f71405284a7224536d7cd593086.zip
Switch mail/qmail and mail/qmail-mysql to using netqmail. Switch their
PKGNAMEs to reflect this as well and bump their version up to the last netqmail release of 1.06. qmail-ldap and qmail-spamcontrol explicitly want to be applied on stock qmail, so leave those alone. This does not bring much, but it allows easier updates to qmail-tls and some of the other patches which depend on netqmail. qmail-tls is left as qmail for now. It will be updated to the newer revision soon which does require netqmail. Changes include: * QMAILQUEUE by default * Fix for 0.0.0.0 * qmail-smtpd is protected from exceedingly long (eg 2GB) headers Other than those listed, there are no other significant changes beyond documentation or patches that were already applied by default.
Notes
Notes: svn path=/head/; revision=358497
Diffstat (limited to 'mail/qmail-tls')
-rw-r--r--mail/qmail-tls/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/qmail-tls/Makefile b/mail/qmail-tls/Makefile
index 2041ce7a95a6..f749662bc835 100644
--- a/mail/qmail-tls/Makefile
+++ b/mail/qmail-tls/Makefile
@@ -22,4 +22,6 @@ MASTERDIR= ${.CURDIR}/../qmail
DESCR= ${.CURDIR}/pkg-descr
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-qmail-local.c
+
.include "${MASTERDIR}/Makefile"