mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
security/barnyard2: Ports cleanup
- Move DATABASE Backend options to OPTIONS_RADIO as only one backend is supported at a time. MYSQL and MYSQL_SSL will create conflict in previous state - Update pkg-plist to make proper use of @sample - Pass Maintainership [1] PR: 196552 [1] Differential Revision: https://reviews.freebsd.org/D1514 Submitted by: pauls@utdallas.edu [1] Approved by: bapt(mentor)
This commit is contained in:
parent
87c7f9bc80
commit
9307eaf5d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377067
@ -4,7 +4,7 @@ PORTNAME= barnyard2
|
||||
PORTVERSION= 1.13
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= pauls@utdallas.edu
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Interpreter for Snort unified2 binary output files
|
||||
|
||||
LICENSE= GPLv2
|
||||
@ -14,8 +14,9 @@ GH_ACCOUNT= firnsy
|
||||
GH_TAGNAME= v2-${PORTVERSION}
|
||||
GH_COMMIT= 272eaf7
|
||||
|
||||
OPTIONS_DEFINE= 64BIT ARUBA BRO GRE IPV6 MPLS MYSQL MYSQL_SSL ODBC PGSQL \
|
||||
PORT_PCAP DOCS
|
||||
OPTIONS_DEFINE= 64BIT ARUBA BRO GRE IPV6 MPLS PORT_PCAP DOCS EXAMPLES
|
||||
OPTIONS_RADIO= DATABASE
|
||||
OPTIONS_RADIO_DATABASE= MYSQL MYSQL_SSL ODBC PGSQL
|
||||
NO_OPTIONS_SORT=yes
|
||||
|
||||
64BIT_DESC= Enable 64bit compilation (experimental)
|
||||
|
@ -1,7 +1,5 @@
|
||||
bin/barnyard2
|
||||
@unexec if cmp -s %D/etc/barnyard2.conf %D/etc/barnyard2.conf.sample; then rm -f %D/etc/barnyard2.conf; fi
|
||||
etc/barnyard2.conf.sample
|
||||
@exec [ -f %B/barnyard2.conf ] || cp -p %B/%f %B/barnyard2.conf
|
||||
@sample etc/barnyard2.conf.sample
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.aruba
|
||||
|
Loading…
Reference in New Issue
Block a user