aboutsummaryrefslogtreecommitdiff
path: root/security/amavisd-new/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-10-01 17:48:40 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-10-01 17:48:40 +0000
commit4c8100486c3bed73e4024bab00ce74c3c2d14367 (patch)
tree72232cbd19c5108a5b165b0879889ebfce1965a4 /security/amavisd-new/Makefile
parent46a2eab8a08a737b123b914fc05758eb07fd160d (diff)
Notes
Diffstat (limited to 'security/amavisd-new/Makefile')
-rw-r--r--security/amavisd-new/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile
index 894d7dd72cae..59dd074058b6 100644
--- a/security/amavisd-new/Makefile
+++ b/security/amavisd-new/Makefile
@@ -7,8 +7,7 @@
# Based on amavisd ports makefile.
PORTNAME= amavisd-new
-PORTVERSION= 2.4.2
-PORTREVISION= 4
+PORTVERSION= 2.4.3
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= http://www.ijs.si/software/amavisd/ \
@@ -47,13 +46,12 @@ AMAVISQUARANTINE?= /var/virusmails
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.p.+//}
OPTIONS= BDB "Use BerkeleyDB for nanny/cache/snmp" on \
- SQLITE "Use SQLite for lookups/logging/quarantine" off \
+ SQLITE "Use SQLite for lookups" off \
MYSQL "Use MySQL for lookups/logging/quarantine" off \
PGSQL "Use PgSQL for lookups/logging/quarantine" off \
LDAP "Use LDAP for lookups" off \
SASL "Use SASL authentication" off \
MILTER "Sendmail milter support" on \
- NEW_MILTER "New sendmail milter support (external module)" off \
SPAMASSASSIN "Use mail/p5-Mail-SpamAssassin" on \
P0F "Passive operating system fingerprinting" off \
FILE "Use newer file(1) utility from ports" off \
@@ -121,10 +119,6 @@ RUN_DEPENDS+= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap
RUN_DEPENDS+= ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL
.endif
-.if defined(WITH_NEW_MILTER)
-RUN_DEPENDS+= ${LOCALBASE}/sbin/amavisd-milter:${PORTSDIR}/security/amavisd-milter
-.endif
-
.if defined(WITH_SPAMASSASSIN)
RUN_DEPENDS+= ${SITE_PERL}/Mail/SpamAssassin.pm:${PORTSDIR}/mail/p5-Mail-SpamAssassin
.endif