aboutsummaryrefslogtreecommitdiff
path: root/dns/bindgraph
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2015-12-19 18:19:11 +0000
committerThomas Zander <riggs@FreeBSD.org>2015-12-19 18:19:11 +0000
commitde30e81f4099c6855a69fae502f38fb4205783a9 (patch)
treee4da49ea532c4936b003b0237e133cf8664971da /dns/bindgraph
parentd0b3663704deb402b5d0c1bf97ef6cc16362287c (diff)
downloadports-de30e81f4099c6855a69fae502f38fb4205783a9.tar.gz
ports-de30e81f4099c6855a69fae502f38fb4205783a9.zip
Update to upstream version 0.3
While on it: - Pet portlint - Add LICENSE* PR: 205376 Submitted by: jochen@jochen-neumeister.de
Notes
Notes: svn path=/head/; revision=404025
Diffstat (limited to 'dns/bindgraph')
-rw-r--r--dns/bindgraph/Makefile10
-rw-r--r--dns/bindgraph/distinfo4
2 files changed, 8 insertions, 6 deletions
diff --git a/dns/bindgraph/Makefile b/dns/bindgraph/Makefile
index 5a63c676fe5b..aecbbfa5d2a0 100644
--- a/dns/bindgraph/Makefile
+++ b/dns/bindgraph/Makefile
@@ -2,14 +2,16 @@
# $FreeBSD$
PORTNAME= bindgraph
-PORTVERSION= 0.2
-PORTREVISION= 7
+PORTVERSION= 0.3
CATEGORIES= dns
MASTER_SITES= http://www.linux.it/~md/software/
MAINTAINER= ports@FreeBSD.org
COMMENT= RRDtool frontend for BIND statistics
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \
p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail
@@ -48,8 +50,8 @@ post-patch:
do-install:
${MKDIR} ${STAGEDIR}${CGIDIR}
${MKDIR} ${STAGEDIR}${DATADIR}
- @${INSTALL_SCRIPT} ${WRKSRC}/bindgraph.pl ${STAGEDIR}${PREFIX}/sbin/
- @${INSTALL_SCRIPT} ${WRKSRC}/bindgraph.cgi ${STAGEDIR}${CGIDIR}/
+ ${INSTALL_SCRIPT} ${WRKSRC}/bindgraph.pl ${STAGEDIR}${PREFIX}/sbin/
+ ${INSTALL_SCRIPT} ${WRKSRC}/bindgraph.cgi ${STAGEDIR}${CGIDIR}/
${MKDIR} ${STAGEDIR}${DOCSDIR}
for f in ${DOCS}; do \
${INSTALL_DATA} ${WRKSRC}/$$f ${STAGEDIR}${DOCSDIR}/; \
diff --git a/dns/bindgraph/distinfo b/dns/bindgraph/distinfo
index 486321c3f35d..05877377d30b 100644
--- a/dns/bindgraph/distinfo
+++ b/dns/bindgraph/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bindgraph-0.2.tgz) = 680ca9a73a9c06e3c4281f52eb7af95871d69f909642ca490d2da437c522bff6
-SIZE (bindgraph-0.2.tgz) = 15808
+SHA256 (bindgraph-0.3.tgz) = 9aa7052da09cb242f107b0bfba09c4b62d337a29a1c9078aae6350efe90ef1fc
+SIZE (bindgraph-0.3.tgz) = 16106