[Midnightbsd-cvs] mports [21833] trunk/security/snort/Makefile: switch to USES, update master sites
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Aug 22 18:18:39 EDT 2016
Revision: 21833
http://svnweb.midnightbsd.org/mports/?rev=21833
Author: laffer1
Date: 2016-08-22 18:18:38 -0400 (Mon, 22 Aug 2016)
Log Message:
-----------
switch to USES, update master sites
Modified Paths:
--------------
trunk/security/snort/Makefile
Modified: trunk/security/snort/Makefile
===================================================================
--- trunk/security/snort/Makefile 2016-08-22 12:18:02 UTC (rev 21832)
+++ trunk/security/snort/Makefile 2016-08-22 22:18:38 UTC (rev 21833)
@@ -3,7 +3,8 @@
PORTNAME= snort
PORTVERSION= 2.9.5.3
CATEGORIES= security
-MASTER_SITES= SF/snort/snort \
+MASTER_SITES= https://snort.org/downloads/snort/ \
+ http://www.talosintel.com/downloads/ \
http://mirrors.rit.edu/zi/
PATCH_DIST_STRIP= -p1
@@ -43,6 +44,7 @@
.include <bsd.mport.options.mk>
+USES= cpe libtool pathfix
USE_RC_SUBR= snort
SUB_FILES= pkg-message
GNU_CONFIGURE= yes
@@ -54,13 +56,11 @@
RULES_DIR= ${PREFIX}/etc/snort/rules
LOGS_DIR= /var/log/snort
-MAN8= snort.8
DOCS= RELEASE.NOTES doc/AUTHORS doc/BUGS doc/CREDITS \
doc/README* doc/USAGE doc/*.pdf
PREPROC_RULE_DIR= ${RULES_DIR}/../preproc_rules
PREPROC_RULES= decoder.rules preprocessor.rules sensitive-data.rules
-USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
.if exists(${LIBNET_CONFIG})
More information about the Midnightbsd-cvs
mailing list