summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-05-25 17:55:45 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-05-25 17:55:45 +0000
commit0a7b797cd3011232c1b69482aaf5967c821502bd (patch)
tree7ac0120eac77d02276fb8559d9af6c2128264676
parentcbdb9fc8c3fa39862782a0bd12d064bac6eb3d44 (diff)
downloadfreebsd-ports-0a7b797cd3011232c1b69482aaf5967c821502bd.zip
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/
-rw-r--r--mail/postfix-current/Makefile2
-rw-r--r--mail/postfix/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 3aaccd01abd5..49170d5f0720 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -71,7 +71,7 @@ LDAP_SASL_DESC= LDAP client-to-server SASL auth
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
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 53b4c1fe2fd5..e758c8cd73d6 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -69,7 +69,7 @@ LDAP_SASL_DESC= LDAP client-to-server SASL auth
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