aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2022-07-22 14:19:12 +0000
committerFlorian Smeets <flo@FreeBSD.org>2022-07-22 14:43:19 +0000
commit2317f15541650a6cd93007c1431f9b9b54f8d129 (patch)
tree8471aaf90dc5e169a785bbaef3aeb182ec9f3cd4
parent37056c10e20854b832b20d74bdac8e8c5fa93990 (diff)
downloadports-2317f15541650a6cd93007c1431f9b9b54f8d129.tar.gz
ports-2317f15541650a6cd93007c1431f9b9b54f8d129.zip
security/amavisd-new: Fix installing from official pkg repo
Remove LHA from from the default options. This change makes it possible to use amavis-new from the official packages repo again. This hasn't been possible since archivers/lha packages may not be distributed, thus trying to install amavisd-new failed with the following error message pkg: amavisd-new has a missing dependency: lha PR: 265240 Reported by: James B. Byrne <byrnejb@harte-lyne.ca>
-rw-r--r--security/amavisd-new/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile
index 91af2abb887e..e0c98bbf22bf 100644
--- a/security/amavisd-new/Makefile
+++ b/security/amavisd-new/Makefile
@@ -1,5 +1,6 @@
PORTNAME= amavisd-new
PORTVERSION= 2.12.2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= https://gitlab.com/amavis/amavis/-/archive/v${PORTVERSION}/
@@ -43,7 +44,7 @@ DAEMON?= /usr/sbin/daemon -p
OPTIONS_DEFINE= IPV6 BDB SNMP SQLITE MYSQL PGSQL LDAP SASL SPAMASSASSIN P0F \
FILE RAR UNRAR ARJ UNARJ LHA ARC NOMARCH CAB RPM ZOO UNZOO LZOP \
7ZIP MSWORD TNEF DOCS
-OPTIONS_DEFAULT= BDB SPAMASSASSIN FILE UNRAR ARJ LHA ARC CAB RPM ZOO LZOP \
+OPTIONS_DEFAULT= BDB SPAMASSASSIN FILE UNRAR ARJ ARC CAB RPM ZOO LZOP \
7ZIP MSWORD
BDB_DESC= Use BerkeleyDB for nanny/cache/snmp
SNMP_DESC= Install amavisd snmp subagent