diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-27 14:12:23 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-27 14:12:23 +0000 |
commit | 84b9758ad8bae9de32356f86a564bb6e847770ae (patch) | |
tree | 14f2fc437ffa72c560b51bbd316d2751b277a441 /sysutils/munin-common | |
parent | 57c3f72fc137af2e08f70911d5ed32924f3b515c (diff) | |
download | ports-84b9758ad8bae9de32356f86a564bb6e847770ae.tar.gz ports-84b9758ad8bae9de32356f86a564bb6e847770ae.zip |
Notes
Diffstat (limited to 'sysutils/munin-common')
-rw-r--r-- | sysutils/munin-common/Makefile | 2 | ||||
-rw-r--r-- | sysutils/munin-common/distinfo | 5 | ||||
-rw-r--r-- | sysutils/munin-common/munin.mk | 6 |
3 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/munin-common/Makefile b/sysutils/munin-common/Makefile index 4027e8baf66c..f89fb2527ffa 100644 --- a/sysutils/munin-common/Makefile +++ b/sysutils/munin-common/Makefile @@ -3,7 +3,6 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 2 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -common @@ -16,7 +15,6 @@ BUILD_DEPENDS= p5-Module-Build>=0:devel/p5-Module-Build \ RUN_DEPENDS= p5-Net-SSLeay>=0:security/p5-Net-SSLeay USES= gmake perl5 cpe -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.r/rc/} .include "${.CURDIR}/../munin-common/munin.mk" diff --git a/sysutils/munin-common/distinfo b/sysutils/munin-common/distinfo index d5805aa8b847..38fa73776813 100644 --- a/sysutils/munin-common/distinfo +++ b/sysutils/munin-common/distinfo @@ -1,2 +1,3 @@ -SHA256 (munin-2.0.25.tar.gz) = 6832bc5839d03639e4309178d9370697fc8a80a83d9b6653953f40161e949694 -SIZE (munin-2.0.25.tar.gz) = 1337586 +TIMESTAMP = 1477576389 +SHA256 (munin-2.0.26.tar.gz) = fb5fff319820e63b1107528e8302f0e0f1a29a710a3af1b8e281cc6c3c34bb84 +SIZE (munin-2.0.26.tar.gz) = 1338865 diff --git a/sysutils/munin-common/munin.mk b/sysutils/munin-common/munin.mk index 91eb1da6563b..c23d653bc369 100644 --- a/sysutils/munin-common/munin.mk +++ b/sysutils/munin-common/munin.mk @@ -1,9 +1,9 @@ -MUNIN_VERSION= 2.0.25 -MUNIN_SITES= SF/${PORTNAME}/stable/${MUNIN_VERSION} +MUNIN_VERSION= 2.0.26 +MUNIN_SITES= http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/ DISTINFO_FILE= ${PORTSDIR}/sysutils/munin-common/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/munin-common/files -PORTSCOUT= limit:^2\.0\. +PORTSCOUT= limitw:1,even DBDIR?= /var/${PORTNAME} DBDIRNODE?= /var/${PORTNAME} |