diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-01-25 23:24:03 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-01-25 23:24:03 +0000 |
commit | 1ab85b998ef54bceb0bb0294343cea33c429b2fe (patch) | |
tree | a79a6303fb891fb344598b6c0058bff0662fbe3f /security/amavisd-new | |
parent | 3d39252c271a268427d92210150fd31548b9c1f4 (diff) | |
download | ports-1ab85b998ef54bceb0bb0294343cea33c429b2fe.tar.gz ports-1ab85b998ef54bceb0bb0294343cea33c429b2fe.zip |
- Turn IPV6 support on by default
- Bump PORTREVISION
Requested by: dougb, delphij
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=268236
Diffstat (limited to 'security/amavisd-new')
-rw-r--r-- | security/amavisd-new/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index 3ac6e96bfab8..78c2aa62e624 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -8,7 +8,7 @@ PORTNAME= amavisd-new PORTVERSION= 2.6.4 -PORTREVISION= 10 +PORTREVISION= 11 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://www.ijs.si/software/amavisd/ \ @@ -42,7 +42,7 @@ AMAVISDIR?= /var/amavis AMAVISQUARANTINE?= /var/virusmails DAEMON?= /usr/sbin/daemon -p -OPTIONS= IPV6 "Support IPv6" off \ +OPTIONS= IPV6 "Support IPv6" on \ BDB "Use BerkeleyDB for nanny/cache/snmp" on \ SNMP "Install amavisd snmp subagent" off \ SQLITE "Use SQLite for lookups" off \ |