diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-12 12:39:56 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-12 12:39:56 +0000 |
commit | bfcb10fb2e98f7b5d569a1adf0229ead3501c0ab (patch) | |
tree | 702285516af1b39b8acce08427c809f48d9ac71e /sysutils/munin-common | |
parent | 8dd5e7a617134db9416ebe0e4ff593de6d134fea (diff) | |
download | ports-bfcb10fb2e98f7b5d569a1adf0229ead3501c0ab.tar.gz ports-bfcb10fb2e98f7b5d569a1adf0229ead3501c0ab.zip |
Notes
Diffstat (limited to 'sysutils/munin-common')
-rw-r--r-- | sysutils/munin-common/distinfo | 6 | ||||
-rw-r--r-- | sysutils/munin-common/files/patch-Makefile | 11 | ||||
-rw-r--r-- | sysutils/munin-common/munin.mk | 2 |
3 files changed, 14 insertions, 5 deletions
diff --git a/sysutils/munin-common/distinfo b/sysutils/munin-common/distinfo index 19ff6e2c600b..ee57bc9e09ac 100644 --- a/sysutils/munin-common/distinfo +++ b/sysutils/munin-common/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488445467 -SHA256 (munin-2.0.32.tar.gz) = 132ed808f637af661b5ec8d51415638a53d175a8e0ab10878b89a28f67d018a8 -SIZE (munin-2.0.32.tar.gz) = 1342572 +TIMESTAMP = 1491998294 +SHA256 (munin-2.0.33.tar.gz) = 1c6f994bf62d6dee89554efba0733b6f96d4130ba906162c32f77587088974c4 +SIZE (munin-2.0.33.tar.gz) = 1342564 diff --git a/sysutils/munin-common/files/patch-Makefile b/sysutils/munin-common/files/patch-Makefile index 7a9536c8c7a8..b9907103e0f0 100644 --- a/sysutils/munin-common/files/patch-Makefile +++ b/sysutils/munin-common/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2014-11-24 21:46:24 UTC +--- Makefile.orig 2017-03-03 00:02:39 UTC +++ Makefile @@ -68,60 +68,47 @@ install: install-master-prime install-co @@ -153,6 +153,15 @@ install-common-prime: build-common install-common +@@ -449,7 +432,7 @@ t/install: + + # This builds */Build from Build.PL + %/Build: %/Build.PL +- cd $* && $(PERL) Build.PL ++ cd $* && $(PERL) Build.PL --config perl=$(PERL) + + build-%: %/Build + cd $* && $(PERL) Build @@ -466,6 +449,7 @@ install-%: %/Build --install_path sbin=$(SBINDIR) \ --install_path bindoc=$(MANDIR)/man1 \ diff --git a/sysutils/munin-common/munin.mk b/sysutils/munin-common/munin.mk index 31463dd13527..3eb8038d86b7 100644 --- a/sysutils/munin-common/munin.mk +++ b/sysutils/munin-common/munin.mk @@ -1,4 +1,4 @@ -MUNIN_VERSION= 2.0.32 +MUNIN_VERSION= 2.0.33 MUNIN_SITES= http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/ DISTINFO_FILE= ${.CURDIR}/../../sysutils/munin-common/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/munin-common/files |