diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-05-26 01:55:45 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-05-26 01:55:45 +0800 |
commit | 3413852fb82b361f484006c2afb022a4720deb8b (patch) | |
tree | 7ac0120eac77d02276fb8559d9af6c2128264676 /mail/postfix | |
parent | 44d21bf9a784aab1f9e564a56ba7c7151aa41afd (diff) | |
download | freebsd-ports-gnome-3413852fb82b361f484006c2afb022a4720deb8b.tar.gz freebsd-ports-gnome-3413852fb82b361f484006c2afb022a4720deb8b.tar.zst freebsd-ports-gnome-3413852fb82b361f484006c2afb022a4720deb8b.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/
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |