sysutils/sec: Update to 2.7.12

Additional port changes:
* Changed to DISTVERSION
* Fixed %%DATADIR%% in PLIST_FILES
* Split out do-install-DOCS-on from do-install
* Changed URL to https in WWW

PR:		226196
Submitted by:	Nicolas Jombart <ecu@200ok.org> (maintainer)
Approved by:	tcberner (mentor, implicit)
This commit is contained in:
Yuri Victorovich 2018-02-25 20:33:04 +00:00
parent 7b64d5e3b5
commit bb78800a7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462977
3 changed files with 8 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= sec
PORTVERSION= 2.7.11
DISTVERSION= 2.7.12
CATEGORIES= sysutils
MASTER_SITES= SF/simple-evcorr/${PORTNAME}/${PORTVERSION}
@ -21,7 +21,7 @@ PORTDOCS= ChangeLog README
PLIST_FILES= bin/sec man/man8/sec.8.gz
PORTCONTRIB= convert.pl itostream.c swatch2sec.pl
PLIST_FILES+= ${PORTCONTRIB:S|^|%%DATADIR%%/|}
PLIST_FILES+= ${PORTCONTRIB:S|^|share/sec/|}
OPTIONS_DEFINE= DOCS
@ -30,6 +30,8 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/sec.man ${STAGEDIR}${MANPREFIX}/man/man8/sec.8
@${MKDIR} ${STAGEDIR}${DATADIR}
cd ${WRKSRC}/contrib && ${INSTALL_DATA} ${PORTCONTRIB} ${STAGEDIR}${DATADIR}
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1502637445
SHA256 (sec-2.7.11.tar.gz) = 59cd744c36be43c0cb69f1570d2aa6911ebb3492ff01fc292347ec8876dfe991
SIZE (sec-2.7.11.tar.gz) = 134533
TIMESTAMP = 1519563042
SHA256 (sec-2.7.12.tar.gz) = 4ab19f0e9499a071c1e07dddd453faad2cde5e7de2ff187f0eafb2d2a615aa38
SIZE (sec-2.7.12.tar.gz) = 134197

View File

@ -5,4 +5,4 @@ comprise of a few simple shell scripts.
SEC is highly customizable to accept events from many sources and build a
powerful correlation engine.
WWW: http://simple-evcorr.github.io/
WWW: https://simple-evcorr.github.io/