diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-05 13:00:33 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-05 13:00:33 +0000 |
commit | 6204bfa5d0eb14988d8bfd20274bffa52da70d72 (patch) | |
tree | b72545af7a68db6647d31631c5b71dfe03a66f8c /sysutils | |
parent | 006dbe38ce47c8437b8994639fd61c0f67911c7f (diff) | |
download | ports-6204bfa5d0eb14988d8bfd20274bffa52da70d72.tar.gz ports-6204bfa5d0eb14988d8bfd20274bffa52da70d72.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/munin-contrib/Makefile | 8 | ||||
-rw-r--r-- | sysutils/munin-contrib/distinfo | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/sysutils/munin-contrib/Makefile b/sysutils/munin-contrib/Makefile index 33892d853207..99eee6624f24 100644 --- a/sysutils/munin-contrib/Makefile +++ b/sysutils/munin-contrib/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= contrib -DISTVERSION= git.2018-03-30 +DISTVERSION= git.2018-05-28 CATEGORIES= sysutils PKGNAMEPREFIX= munin- @@ -20,7 +20,8 @@ zsh_CMD= ${LOCALBASE}/bin/zsh python3_CMD= ${LOCALBASE}/bin/python${PYTHON3_DEFAULT} USE_GITHUB= yes GH_ACCOUNT= munin-monitoring -GH_TAGNAME= 2b66ed3 +GH_TAGNAME= 8e37e480 +GH_TUPLE= shuque:bind9stats:a920ded:bind9stats NO_BUILD= yes NO_ARCH= yes @@ -32,6 +33,9 @@ SUB_FILES= pkg-message EXAMPLES_DIRS= plugins samples templates tools +post-extract: + @${MV} ${WRKSRC_bind9stats}/bind9stats.py ${WRKSRC}/plugins/bind9stats + do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/munin-contrib/distinfo b/sysutils/munin-contrib/distinfo index 8766db27a455..4de57c72ec05 100644 --- a/sysutils/munin-contrib/distinfo +++ b/sysutils/munin-contrib/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1522752784 -SHA256 (munin-monitoring-contrib-git.2018-03-30-2b66ed3_GH0.tar.gz) = 482841979700a3dc6732f9ad96f385e6ae6ad2d2bd85fcb69ea8d76ec7ddc67f -SIZE (munin-monitoring-contrib-git.2018-03-30-2b66ed3_GH0.tar.gz) = 4570649 +TIMESTAMP = 1528202504 +SHA256 (munin-monitoring-contrib-git.2018-03-30-8e37e480_GH0.tar.gz) = 7d200a72ef41586fac5cf9440d5438053fd861c4292937f3ed610dfb8a38b685 +SIZE (munin-monitoring-contrib-git.2018-03-30-8e37e480_GH0.tar.gz) = 5035331 +SHA256 (shuque-bind9stats-a920ded_GH0.tar.gz) = 633c8580d1c09f7f259bdd9c97675d231464be1194f5ce983161d39129eaad07 +SIZE (shuque-bind9stats-a920ded_GH0.tar.gz) = 437443 |