From owner-svn-ports-head@FreeBSD.ORG Sun Aug 10 19:32:40 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 225A2CD0 for ; Sun, 10 Aug 2014 19:32:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC0F926B3 for ; Sun, 10 Aug 2014 19:32:39 +0000 (UTC) Received: from antoine (uid 1152) (envelope-from antoine@FreeBSD.org) id 2ba1 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 10 Aug 2014 19:32:39 +0000 From: Antoine Brodin Date: Sun, 10 Aug 2014 19:32:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364562 - head/ports-mgmt/portscout X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e7c8d7.2ba1.51935179@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2014 19:32:40 -0000 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