diff options
author | flo <flo@FreeBSD.org> | 2013-09-21 21:19:59 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2013-09-21 21:19:59 +0800 |
commit | b814fc3d67f83ba7edd4f30996da2040618c45a4 (patch) | |
tree | 2fdb0ba076437f7677ecfdaaf51bbb22830d9640 /sysutils/munin-common | |
parent | b58a8d8516adf37ca9fbddab6051edb02ba6f0d2 (diff) | |
download | freebsd-ports-gnome-b814fc3d67f83ba7edd4f30996da2040618c45a4.tar.gz freebsd-ports-gnome-b814fc3d67f83ba7edd4f30996da2040618c45a4.tar.zst freebsd-ports-gnome-b814fc3d67f83ba7edd4f30996da2040618c45a4.zip |
Update to 2.0.17
Diffstat (limited to 'sysutils/munin-common')
-rw-r--r-- | sysutils/munin-common/Makefile | 3 | ||||
-rw-r--r-- | sysutils/munin-common/distinfo | 4 | ||||
-rw-r--r-- | sysutils/munin-common/munin.mk | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/munin-common/Makefile b/sysutils/munin-common/Makefile index 8b62dd6c44a1..cb888478ced4 100644 --- a/sysutils/munin-common/Makefile +++ b/sysutils/munin-common/Makefile @@ -14,8 +14,7 @@ BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay -USES= perl5 -USE_GMAKE= yes +USES= gmake perl5 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.r/rc/} NO_STAGE= yes diff --git a/sysutils/munin-common/distinfo b/sysutils/munin-common/distinfo index b59362c92d09..112f4c1a9be2 100644 --- a/sysutils/munin-common/distinfo +++ b/sysutils/munin-common/distinfo @@ -1,2 +1,2 @@ -SHA256 (munin-2.0.16.tar.gz) = 5c8aab8714bec281cb57bad9bc7f62a41a752fa5b6e1720c74d5328708c8270a -SIZE (munin-2.0.16.tar.gz) = 1334148 +SHA256 (munin-2.0.17.tar.gz) = cfcc5bf3f8e568574ce897af7c17cc160def280e1ac63cd0796ca300ffef439e +SIZE (munin-2.0.17.tar.gz) = 1334184 diff --git a/sysutils/munin-common/munin.mk b/sysutils/munin-common/munin.mk index a5da77a2316f..3a26c1e5d31e 100644 --- a/sysutils/munin-common/munin.mk +++ b/sysutils/munin-common/munin.mk @@ -1,4 +1,4 @@ -MUNIN_VERSION= 2.0.16 +MUNIN_VERSION= 2.0.17 MUNIN_SITES= SF/${PORTNAME}/stable/${MUNIN_VERSION} MUNIN_DISTINFO= ${PORTSDIR}/sysutils/munin-common/distinfo MUNIN_PATCHES= ${PORTSDIR}/sysutils/munin-common/files/patch-Makefile \ |