Undeprecate the BARNYARD option now that the dependent ports

(security/barnyard and security/bro) have been undeprecated.

PR:		235725
Reviewed by:	matthew (mentor)
Approved by:	Zane C. Bowers-Hadley (maintainer), matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D19198
This commit is contained in:
Craig Leres 2019-02-15 03:09:33 +00:00
parent 2c6f3e93de
commit 5a9395f43f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492967

View File

@ -29,12 +29,6 @@ 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"