diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-06-20 03:03:41 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-06-20 03:03:41 +0000 |
commit | bf48a40a29294f71405284a7224536d7cd593086 (patch) | |
tree | 3850914e4e8bbe1988e83ec838c090ac7773b745 /mail/qmail-mysql | |
parent | a4fd9d5220ad1d4384eb16a0345f78e9cf7d4bc3 (diff) | |
download | ports-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-mysql')
-rw-r--r-- | mail/qmail-mysql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail-mysql/Makefile b/mail/qmail-mysql/Makefile index 7f0f55b1f7c7..416414686707 100644 --- a/mail/qmail-mysql/Makefile +++ b/mail/qmail-mysql/Makefile @@ -3,7 +3,7 @@ PORTNAME= qmail PORTVERSION= ${QMAIL_VERSION}.${MYSQL_PATCH_VERSION} -PORTREVISION= 6 +PORTREVISION= 0 CATEGORIES= mail PKGNAMESUFFIX= -mysql |