aboutsummaryrefslogtreecommitdiff
path: root/mail/spamassassin
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2017-10-11 19:56:07 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2017-10-11 19:56:07 +0000
commit2a6ccb28009faa2895a472436416ad1ca61efcab (patch)
tree7f75da8601edb0f5ebedbf443d55edc8c0aa1fb4 /mail/spamassassin
parent5466991db22690a179c0a41602ef6f0a585baebc (diff)
downloadports-2a6ccb28009faa2895a472436416ad1ca61efcab.tar.gz
ports-2a6ccb28009faa2895a472436416ad1ca61efcab.zip
Add missing dependency on p5-IP-Country when the nondefault option
RELAY_COUNTRY is enabled [0] While here, carbage collect the UPDATE_AND_COMPILE option from OPTIONS_DEFUALT, this was most likely missed in r425590 Don't bump portrevision, since this dependency is nut pulled in by default. PR: 222649 [0] Reported by: Max Kostikov <max@kostikov.co> [0]
Notes
Notes: svn path=/head/; revision=451792
Diffstat (limited to 'mail/spamassassin')
-rw-r--r--mail/spamassassin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile
index dcb7d756a695..d0f98d07d220 100644
--- a/mail/spamassassin/Makefile
+++ b/mail/spamassassin/Makefile
@@ -55,7 +55,7 @@ OPTIONS_GROUP_DATABASE= MYSQL PGSQL
OPTIONS_GROUP_PLUGINS= DCC DKIM PYZOR RAZOR RELAY_COUNTRY SPF_QUERY
OPTIONS_SINGLE= GPG
OPTIONS_SINGLE_GPG= GNUPG_NONE GNUPG GNUPG2
-OPTIONS_DEFAULT= AS_ROOT DKIM GNUPG SSL UPDATE_AND_COMPILE SPF_QUERY
+OPTIONS_DEFAULT= AS_ROOT DKIM GNUPG SSL SPF_QUERY
AS_ROOT_DESC= Run spamd as root (recommended)
@@ -91,7 +91,8 @@ MYSQL_RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql
PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg
PYZOR_RUN_DEPENDS= pyzor:mail/pyzor
RAZOR_RUN_DEPENDS= razor-agents>=2.84:mail/razor-agents
-RELAY_COUNTRY_RUN_DEPENDS= p5-Geo-IP>=0:net/p5-Geo-IP
+RELAY_COUNTRY_RUN_DEPENDS= p5-Geo-IP>=0:net/p5-Geo-IP \
+ p5-IP-Country>=0:net/p5-IP-Country
SPF_QUERY_RUN_DEPENDS= p5-Mail-SPF>=0:mail/p5-Mail-SPF
SSL_USES= ssl