svn commit: r364562 - head/ports-mgmt/portscout
Antoine Brodin
antoine at FreeBSD.org
Sun Aug 10 19:32:40 UTC 2014
Author: antoine
Date: Sun Aug 10 19:32:39 2014
New Revision: 364562
URL: http://svnweb.freebsd.org/changeset/ports/364562
QAT: https://qat.redports.org/buildarchive/r364562/
Log:
Unbreak
Modified:
head/ports-mgmt/portscout/Makefile
head/ports-mgmt/portscout/pkg-plist
Modified: head/ports-mgmt/portscout/Makefile
==============================================================================
--- head/ports-mgmt/portscout/Makefile Sun Aug 10 19:26:38 2014 (r364561)
+++ head/ports-mgmt/portscout/Makefile Sun Aug 10 19:32:39 2014 (r364562)
@@ -3,7 +3,7 @@
PORTNAME= portscout
PORTVERSION= 0.8.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= ports-mgmt
MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \
http://www.atarininja.org/~wxs/distfiles/ \
@@ -15,16 +15,12 @@ COMMENT= Tool to scan for new versions o
OPTIONS_DEFINE= SQLITE3 DOCS
SQLITE3_DESC= Use SQLite backend instead of PostgreSQL
-USES= perl5
+USES= perl5 shebangfix
NO_BUILD= yes
+SHEBANG_FILES= ${WRKSRC}/portscout.pl
PORTDOCS= UPDATING portscout-portconfig.txt xml-datasrc-example.xml
-#MAN1= portscout.1
-
-USES= shebangfix
-SHEBANG_FILES= ${WRKSRC}/portscout.pl
-
RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-Proc-Queue>=0:${PORTSDIR}/devel/p5-Proc-Queue \
p5-Net>=0:${PORTSDIR}/net/p5-Net \
@@ -99,10 +95,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/portscout.conf ${STAGEDIR}${PREFIX}/etc/portscout.conf.sample
-post-install:
- #@if [ ! -f ${PREFIX}/etc/portscout.conf ]; then \
- # ${CP} -p ${PREFIX}/etc/portscout.conf.sample ${STAGEDIR}${PREFIX}/etc/portscout.conf; \
- #fi
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
. for f in ${PORTDOCS}
Modified: head/ports-mgmt/portscout/pkg-plist
==============================================================================
--- head/ports-mgmt/portscout/pkg-plist Sun Aug 10 19:26:38 2014 (r364561)
+++ head/ports-mgmt/portscout/pkg-plist Sun Aug 10 19:32:39 2014 (r364562)
@@ -1,7 +1,6 @@
bin/portscout
- at unexec if cmp -s %D/etc/portscout.conf.sample %D/etc/portscout.conf; then rm -f %D/etc/portscout.conf; fi
- at exec [ ! -f %D/etc/portscout.conf ] && cp -p %D/etc/portscout.conf.sample %D/etc/portscout.conf
-etc/portscout.conf.sample
+ at sample etc/portscout.conf.sample
+man/man1/portscout.1.gz
%%DATADIR%%/templates/index.html
%%DATADIR%%/templates/maintainer.html
%%DATADIR%%/templates/reminder.mail
More information about the svn-ports-all
mailing list