Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 2014 19:32:39 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364562 - head/ports-mgmt/portscout
Message-ID:  <53e7c8d7.2ba1.51935179@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@unexec if cmp -s %D/etc/portscout.conf.sample %D/etc/portscout.conf; then rm -f %D/etc/portscout.conf; fi
-@exec [ ! -f %D/etc/portscout.conf ] && cp -p %D/etc/portscout.conf.sample %D/etc/portscout.conf
-etc/portscout.conf.sample
+@sample etc/portscout.conf.sample
+man/man1/portscout.1.gz
 %%DATADIR%%/templates/index.html
 %%DATADIR%%/templates/maintainer.html
 %%DATADIR%%/templates/reminder.mail



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e7c8d7.2ba1.51935179>