diff options
author | mat <mat@FreeBSD.org> | 2017-10-27 20:19:09 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-10-27 20:19:09 +0800 |
commit | bf38f3a199e8dcdca68242fc98759b1e54e7da43 (patch) | |
tree | 6bf0a142eafd5b7ffc173c8164315a5270321131 /sysutils | |
parent | 2a0b3961cc3fa5a164d0044138dbbd27003cc1bb (diff) | |
download | freebsd-ports-gnome-bf38f3a199e8dcdca68242fc98759b1e54e7da43.tar.gz freebsd-ports-gnome-bf38f3a199e8dcdca68242fc98759b1e54e7da43.tar.zst freebsd-ports-gnome-bf38f3a199e8dcdca68242fc98759b1e54e7da43.zip |
Update to 2.0.34.
Sponsored by: Absolight
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/munin-common/distinfo | 6 | ||||
-rw-r--r-- | sysutils/munin-common/munin.mk | 2 | ||||
-rw-r--r-- | sysutils/munin-master/Makefile | 1 | ||||
-rw-r--r-- | sysutils/munin-node/Makefile | 1 |
4 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/munin-common/distinfo b/sysutils/munin-common/distinfo index ee57bc9e09ac..6624dc86f1ed 100644 --- a/sysutils/munin-common/distinfo +++ b/sysutils/munin-common/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491998294 -SHA256 (munin-2.0.33.tar.gz) = 1c6f994bf62d6dee89554efba0733b6f96d4130ba906162c32f77587088974c4 -SIZE (munin-2.0.33.tar.gz) = 1342564 +TIMESTAMP = 1509105915 +SHA256 (munin-2.0.34.tar.gz) = ae9a314db0790882fdd4b2d3debe06248d541cb6c5705be4dbb1f8d9d6d66ca7 +SIZE (munin-2.0.34.tar.gz) = 1342411 diff --git a/sysutils/munin-common/munin.mk b/sysutils/munin-common/munin.mk index 3eb8038d86b7..8878f2693c69 100644 --- a/sysutils/munin-common/munin.mk +++ b/sysutils/munin-common/munin.mk @@ -1,4 +1,4 @@ -MUNIN_VERSION= 2.0.33 +MUNIN_VERSION= 2.0.34 MUNIN_SITES= http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/ DISTINFO_FILE= ${.CURDIR}/../../sysutils/munin-common/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/munin-common/files diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile index 23ffd21a790f..dc055a4ffa27 100644 --- a/sysutils/munin-master/Makefile +++ b/sysutils/munin-master/Makefile @@ -3,7 +3,6 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -master diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index 484aa5bcfb95..f328c3dec37c 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -3,7 +3,6 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -node |