svn commit: r387393 - in head/mail: postfix postfix-current
Bryan Drewery
bdrewery at FreeBSD.org
Mon May 25 17:55:46 UTC 2015
Author: bdrewery
Date: Mon May 25 17:55:45 2015
New Revision: 387393
URL: https://svnweb.freebsd.org/changeset/ports/387393
Log:
VDA: Remove misleading '32bit' in description.
This stemmed from older VDA patches which provided a default patch which only
used 'long' for its data types and a '64bit' patch which used 'long long'.
On 32bit systems 'long' is limited to a 2GB quota while on 64bit systems it will
not be. They later renamed the '64bit' patch to be 'bigquota'. They no longer
provide a 'bigquota' patch due to less demand as most systems are 64bit
today and do not have the small 2GB quota limitation with the 'long' type.
The description of '32bit' was not accurate or useful anymore.
Upstream discussion: http://sourceforge.net/p/vda/mailman/message/24713171/
Modified:
head/mail/postfix-current/Makefile
head/mail/postfix/Makefile
Modified: head/mail/postfix-current/Makefile
==============================================================================
--- head/mail/postfix-current/Makefile Mon May 25 17:36:47 2015 (r387392)
+++ head/mail/postfix-current/Makefile Mon May 25 17:55:45 2015 (r387393)
@@ -71,7 +71,7 @@ LDAP_SASL_DESC= LDAP client-to-server SA
LMDB_DESC= LMDB maps
SPF_DESC= SPF support (via libspf2 1.2.x)
TEST_DESC= SMTP/LMTP test server and generator
-VDA_DESC= VDA (Virtual Delivery Agent 32Bit)
+VDA_DESC= VDA (Virtual Delivery Agent)
RG1_DESC= Dovecot SASL authentication methods
DOVECOT_DESC= Dovecot 1.x SASL authentication method
Modified: head/mail/postfix/Makefile
==============================================================================
--- head/mail/postfix/Makefile Mon May 25 17:36:47 2015 (r387392)
+++ head/mail/postfix/Makefile Mon May 25 17:55:45 2015 (r387393)
@@ -69,7 +69,7 @@ LDAP_SASL_DESC= LDAP client-to-server SA
LMDB_DESC= LMDB maps
SPF_DESC= SPF support (via libspf2 1.2.x)
TEST_DESC= SMTP/LMTP test server and generator
-VDA_DESC= VDA (Virtual Delivery Agent 32Bit)
+VDA_DESC= VDA (Virtual Delivery Agent)
RG1_DESC= Dovecot SASL authentication methods
DOVECOT_DESC= Dovecot 1.x SASL authentication method
More information about the svn-ports-all
mailing list