svn commit: r392191 - head/security/afterglow
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 15 18:37:08 UTC 2015
Author: amdmi3
Date: Wed Jul 15 18:37:06 2015
New Revision: 392191
URL: https://svnweb.freebsd.org/changeset/ports/392191
Log:
- Add LICENSE_FILE
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Modified:
head/security/afterglow/Makefile
Modified: head/security/afterglow/Makefile
==============================================================================
--- head/security/afterglow/Makefile Wed Jul 15 18:36:51 2015 (r392190)
+++ head/security/afterglow/Makefile Wed Jul 15 18:37:06 2015 (r392191)
@@ -3,21 +3,31 @@
PORTNAME= afterglow
PORTVERSION= 1.6.2
+PORTREVISION= 1
CATEGORIES= security graphics net-mgmt
MASTER_SITES= SF/${PORTNAME}/AfterGlow%201.x/${PORTVERSION}
MAINTAINER= bofh at FreeBSD.org
COMMENT= Collection of graph-generating scripts
-LICENSE= GPLv2
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/GPL
RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \
p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \
p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \
p5-IP-Anonymous>=0:${PORTSDIR}/net/p5-IP-Anonymous
+USES= shebangfix
+SHEBANG_FILES= data/generate.pl \
+ src/perl/charts/*.pl \
+ src/perl/graph/afterglow.pl \
+ src/perl/loganalysis/*.pl \
+ src/perl/loganalysis/*.sh \
+ src/perl/parsers/*.pl
PORTSCOUT= skipv:2.0
NO_BUILD= yes
+NO_ARCH= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
More information about the svn-ports-all
mailing list