Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2014 08:33:41 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357284 - head/dns/bindgraph
Message-ID:  <201406100833.s5A8Xfd3062771@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Jun 10 08:33:40 2014
New Revision: 357284
URL: http://svnweb.freebsd.org/changeset/ports/357284
QAT: https://qat.redports.org/buildarchive/r357284/

Log:
  dns/bindgraph: shebangfix and pkg-plist fix
  
  Approved by:	rafan (maintainer), jadawin (mentor)

Modified:
  head/dns/bindgraph/Makefile
  head/dns/bindgraph/pkg-plist

Modified: head/dns/bindgraph/Makefile
==============================================================================
--- head/dns/bindgraph/Makefile	Tue Jun 10 08:28:44 2014	(r357283)
+++ head/dns/bindgraph/Makefile	Tue Jun 10 08:33:40 2014	(r357284)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bindgraph
 PORTVERSION=	0.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	dns
 MASTER_SITES=	http://www.linux.it/~md/software/
 EXTRACT_SUFX=	.tgz
@@ -15,7 +15,8 @@ RUN_DEPENDS=	rrdtool>=0:${PORTSDIR}/data
 		p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail
 
 NO_BUILD=	yes
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	bindgraph.pl bindgraph.cgi
 
 CGIDIR?=	${PREFIX}/www/cgi-bin
 DATADIR?=	/var/db/bindgraph

Modified: head/dns/bindgraph/pkg-plist
==============================================================================
--- head/dns/bindgraph/pkg-plist	Tue Jun 10 08:28:44 2014	(r357283)
+++ head/dns/bindgraph/pkg-plist	Tue Jun 10 08:33:40 2014	(r357284)
@@ -1,3 +1,4 @@
 %%CGIDIR%%/bindgraph.cgi
 sbin/bindgraph.pl
 @dirrmtry %%CGIDIR%%
+@dirrmtry %%DATADIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406100833.s5A8Xfd3062771>