From 1ab85b998ef54bceb0bb0294343cea33c429b2fe Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Tue, 25 Jan 2011 23:24:03 +0000 Subject: [PATCH] - Turn IPV6 support on by default - Bump PORTREVISION Requested by: dougb, delphij Feature safe: yes --- security/amavisd-new/Makefile | 4 ++-- 1 file 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 \