aboutsummaryrefslogtreecommitdiff
path: root/mail/greylite
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2019-01-13 20:58:36 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2019-01-13 20:58:36 +0000
commit2eb84a7a059fb89765e1d2e0676b6649fe4d384c (patch)
tree0ab3646146acd5dfea61c57f28f979f6613d0336 /mail/greylite
parent8634eafdb93075a48cc744574b5ea40bec528073 (diff)
downloadports-2eb84a7a059fb89765e1d2e0676b6649fe4d384c.tar.gz
ports-2eb84a7a059fb89765e1d2e0676b6649fe4d384c.zip
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2. Also, as suggested by zi, add an UPDATING note about this.
Notes
Notes: svn path=/head/; revision=490211
Diffstat (limited to 'mail/greylite')
-rw-r--r--mail/greylite/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/mail/greylite/Makefile b/mail/greylite/Makefile
index 0316d56481cb..ab893f5d453d 100644
--- a/mail/greylite/Makefile
+++ b/mail/greylite/Makefile
@@ -3,7 +3,7 @@
PORTNAME= greylite
PORTVERSION= 2.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= LOCAL/oliver
@@ -22,19 +22,13 @@ PLIST_FILES= bin/greylite \
SUB_FILES= pkg-message
-OPTIONS_DEFINE= GEOIP DNSBLENV UCSPI2SOCKET
-OPTIONS_DEFAULT= GEOIP DNSBLENV UCSPI2SOCKET
-GEOIP_DESC= Support for GeoIP in suspicion rules
+OPTIONS_DEFINE= DNSBLENV UCSPI2SOCKET
+OPTIONS_DEFAULT= DNSBLENV UCSPI2SOCKET
DNSBLENV_DESC= Module for interfacing with DNS blacklists
UCSPI2SOCKET_DESC= Module for using greylite as SMTP proxy
.include <bsd.port.pre.mk>
-.if ${PORT_OPTIONS:MGEOIP}
-LIB_DEPENDS+= libGeoIP.so:net/GeoIP
-MAKE_ARGS+= WITH_GEOIP=yep
-.endif
-
.if ${PORT_OPTIONS:MDNSBLENV}
LIB_DEPENDS+= libcares.so:dns/c-ares
MAKE_ARGS+= WITH_DNSBLENV=yep