diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-02 16:26:52 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-02 16:26:52 +0000 |
commit | 7df3c36c2bbc3538de344b95194dd3797cec12ad (patch) | |
tree | d730cd20e7217af3a41e5fe046ee637d8d99793c | |
parent | 1fef7a32be1c141ec483e2ec78552adbcb1c865c (diff) | |
download | freebsd-ports-7df3c36c2bbc3538de344b95194dd3797cec12ad.zip |
Update to 2.0.21.
Sponsored by: Absolight
-rw-r--r-- | sysutils/munin-common/Makefile | 1 | ||||
-rw-r--r-- | sysutils/munin-common/distinfo | 4 | ||||
-rw-r--r-- | sysutils/munin-common/files/patch-Makefile | 4 | ||||
-rw-r--r-- | sysutils/munin-common/files/patch-Makefile.config | 2 | ||||
-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 |
7 files changed, 6 insertions, 9 deletions
diff --git a/sysutils/munin-common/Makefile b/sysutils/munin-common/Makefile index a694518443b7..d794a2828808 100644 --- a/sysutils/munin-common/Makefile +++ b/sysutils/munin-common/Makefile @@ -3,7 +3,6 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -common diff --git a/sysutils/munin-common/distinfo b/sysutils/munin-common/distinfo index 112f4c1a9be2..4e50f61e1856 100644 --- a/sysutils/munin-common/distinfo +++ b/sysutils/munin-common/distinfo @@ -1,2 +1,2 @@ -SHA256 (munin-2.0.17.tar.gz) = cfcc5bf3f8e568574ce897af7c17cc160def280e1ac63cd0796ca300ffef439e -SIZE (munin-2.0.17.tar.gz) = 1334184 +SHA256 (munin-2.0.21.tar.gz) = 76ad6602706f3449e727adbfc35014e9b4193b3691a5ca032d5a8d78e9ed259b +SIZE (munin-2.0.21.tar.gz) = 1336783 diff --git a/sysutils/munin-common/files/patch-Makefile b/sysutils/munin-common/files/patch-Makefile index 4202408dcc37..44573017969c 100644 --- a/sysutils/munin-common/files/patch-Makefile +++ b/sysutils/munin-common/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2013-07-19 16:30:03 UTC +--- Makefile.orig 2014-04-22 19:29:32 UTC +++ Makefile @@ -68,60 +68,48 @@ @@ -133,7 +133,7 @@ fi \ done -@@ -426,6 +410,7 @@ +@@ -466,6 +450,7 @@ --install_path sbin=$(SBINDIR) \ --install_path bindoc=$(MANDIR)/man1 \ --install_path libdoc=$(MANDIR)/man3 \ diff --git a/sysutils/munin-common/files/patch-Makefile.config b/sysutils/munin-common/files/patch-Makefile.config index c154efd70e27..8fea97224b26 100644 --- a/sysutils/munin-common/files/patch-Makefile.config +++ b/sysutils/munin-common/files/patch-Makefile.config @@ -1,4 +1,4 @@ ---- Makefile.config.orig 2013-07-19 16:30:03 UTC +--- Makefile.config.orig 2014-04-22 19:29:32 UTC +++ Makefile.config @@ -17,62 +17,62 @@ # diff --git a/sysutils/munin-common/munin.mk b/sysutils/munin-common/munin.mk index 3a26c1e5d31e..685d87a5b5b9 100644 --- a/sysutils/munin-common/munin.mk +++ b/sysutils/munin-common/munin.mk @@ -1,4 +1,4 @@ -MUNIN_VERSION= 2.0.17 +MUNIN_VERSION= 2.0.21 MUNIN_SITES= SF/${PORTNAME}/stable/${MUNIN_VERSION} MUNIN_DISTINFO= ${PORTSDIR}/sysutils/munin-common/distinfo MUNIN_PATCHES= ${PORTSDIR}/sysutils/munin-common/files/patch-Makefile \ diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile index f78fb8d24328..e7da47954812 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 b8f5e9d7a819..086cb7e47cda 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -3,7 +3,6 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 2 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -node |