aboutsummaryrefslogtreecommitdiff
path: root/security/snortreport/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2019-01-13 21:22:06 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2019-01-13 21:22:06 +0000
commitb48ed2e966e3918af26f3b2b39679a4306f3e3b8 (patch)
tree7bb4bf558b2da3587f3c95ed524f9f97aa626f44 /security/snortreport/Makefile
parent708788889cd6ee1227715b5b791ca15c2757ab42 (diff)
downloadports-b48ed2e966e3918af26f3b2b39679a4306f3e3b8.tar.gz
ports-b48ed2e966e3918af26f3b2b39679a4306f3e3b8.zip
Deprecate everything that depends on net/GeoIP and everything that depends
on those ports.
Notes
Notes: svn path=/head/; revision=490213
Diffstat (limited to 'security/snortreport/Makefile')
-rw-r--r--security/snortreport/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/security/snortreport/Makefile b/security/snortreport/Makefile
index 7827b6335f58..f0a167c0bf64 100644
--- a/security/snortreport/Makefile
+++ b/security/snortreport/Makefile
@@ -29,6 +29,12 @@ USES= php:web
MYSQL_USE= php=mysql
PGSQL_USE= php=pgsql
+.include <bsd.port.options.mk>
+.if ${PORT_OPTIONS:MBARNYARD}
+DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible
+EXPIRATION_DATE=2019-02-15
+.endif
+
pre-everything::
@${ECHO} ""
@${ECHO} "You have to configure PHP either with MySQL or PostgreSQL"