diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2019-01-13 20:58:36 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2019-01-13 20:58:36 +0000 |
| commit | 2eb84a7a059fb89765e1d2e0676b6649fe4d384c (patch) | |
| tree | 0ab3646146acd5dfea61c57f28f979f6613d0336 /mail/mailfromd | |
| parent | Remove outdated document (diff) | |
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this.
Diffstat (limited to 'mail/mailfromd')
| -rw-r--r-- | mail/mailfromd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/mailfromd/Makefile b/mail/mailfromd/Makefile index 91f17be58dc8..7646b73c713b 100644 --- a/mail/mailfromd/Makefile +++ b/mail/mailfromd/Makefile @@ -3,7 +3,7 @@ PORTNAME= mailfromd PORTVERSION= 8.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://download.gnu.org.ua/pub/release/${PORTNAME}/ \ http://download.gnu.org.ua/pub/alpha/${PORTNAME}/ @@ -34,7 +34,7 @@ SUB_LIST+= MFD_RUN_DIR=${MFD_RUN_DIR} INFO= ${PORTNAME} PORTDOCS= AUTHORS ChangeLog NEWS README THANKS TODO -OPTIONS_DEFINE= DEBUG DOCS DSPAM GEOIP NLS +OPTIONS_DEFINE= DEBUG DOCS DSPAM NLS OPTIONS_DEFAULT= GDBM OPTIONS_MULTI= DB OPTIONS_MULTI_DB= BDB GDBM @@ -50,9 +50,6 @@ DSPAM_LIB_DEPENDS= libdspam.so:mail/dspam DSPAM_USES= pkgconfig DSPAM_CONFIGURE_WITH= dspam -GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP -GEOIP_CONFIGURE_WITH= geoip - NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls |
