svn commit: r392192 - branches/2015Q3/security/afterglow
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 15 18:38:49 UTC 2015
Author: amdmi3
Date: Wed Jul 15 18:38:48 2015
New Revision: 392192
URL: https://svnweb.freebsd.org/changeset/ports/392192
Log:
MFH: r392191
- Add LICENSE_FILE
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
Approved by: ports-secteam (shebang fix blanket)
Modified:
branches/2015Q3/security/afterglow/Makefile
Directory Properties:
branches/2015Q3/ (props changed)
Modified: branches/2015Q3/security/afterglow/Makefile
==============================================================================
--- branches/2015Q3/security/afterglow/Makefile Wed Jul 15 18:37:06 2015 (r392191)
+++ branches/2015Q3/security/afterglow/Makefile Wed Jul 15 18:38:48 2015 (r392192)
@@ -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