From c73907a6c5dd1e0b2b4ba258bfc3ad5030970bb9 Mon Sep 17 00:00:00 2001 From: sem Date: Thu, 29 Aug 2013 11:15:12 +0000 Subject: - Update to 0.8.8b * Security update PR: ports/181608 (based on) Submitted by: Kurt Jaeger --- net-mgmt/cacti/Makefile | 13 +++++-------- net-mgmt/cacti/distinfo | 6 ++---- net-mgmt/cacti/pkg-plist | 1 + 3 files changed, 8 insertions(+), 12 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile index 8fbc8db4c92f..60e4c2836822 100644 --- a/net-mgmt/cacti/Makefile +++ b/net-mgmt/cacti/Makefile @@ -1,21 +1,18 @@ -# New ports collection makefile for: cacti -# Date created: 6 December 2003 -# Whom: Vincent Tantardini -# +# Created by: Vincent Tantardini # $FreeBSD$ # PORTNAME= cacti -PORTVERSION= 0.8.8a${PATCHLEVEL} +PORTVERSION= 0.8.8b${PATCHLEVEL} CATEGORIES= net-mgmt www MASTER_SITES= http://www.cacti.net/downloads/ -DISTFILES= ${PORTNAME}-${SITEDISTVERSION}${EXTRACT_SUFX} +DISTNAME= ${PORTNAME}-${SITEDISTVERSION} # Vendor's patches PATCH_SITES= http://www.cacti.net/downloads/patches/${SITEDISTVERSION}/ -PATCHFILES= snmpv3_priv_proto_none.patch +PATCHFILES= PATCH_DIST_STRIP= -p1 -PATCHLEVEL= 1 +PATCHLEVEL= MAINTAINER= sem@FreeBSD.org COMMENT= Web-driven graphing interface for RRDTool diff --git a/net-mgmt/cacti/distinfo b/net-mgmt/cacti/distinfo index dfb7e2ea8f45..0ac68d7ccae4 100644 --- a/net-mgmt/cacti/distinfo +++ b/net-mgmt/cacti/distinfo @@ -1,4 +1,2 @@ -SHA256 (cacti-0.8.8a.tar.gz) = 9fea2b6c438ebf2740b5982a6ff7cfd2816e48ea88a347ef0ef238c7b4875955 -SIZE (cacti-0.8.8a.tar.gz) = 2273280 -SHA256 (snmpv3_priv_proto_none.patch) = 8d48d9cf89f2ba47a6dbce884ab3f3c164b52ed4771b8b76c656a3ae967211f8 -SIZE (snmpv3_priv_proto_none.patch) = 1407 +SHA256 (cacti-0.8.8b.tar.gz) = ef0e2a813139e0b4c2e066f0fdae1f4ad086bef0aa23446055df6331cb1af98c +SIZE (cacti-0.8.8b.tar.gz) = 2272130 diff --git a/net-mgmt/cacti/pkg-plist b/net-mgmt/cacti/pkg-plist index 4ea58d7d1328..c27f946d1b80 100644 --- a/net-mgmt/cacti/pkg-plist +++ b/net-mgmt/cacti/pkg-plist @@ -317,6 +317,7 @@ %%CACTIDIR%%/install/0_8_7h_to_0_8_7i.php %%CACTIDIR%%/install/0_8_7i_to_0_8_8.php %%CACTIDIR%%/install/0_8_8_to_0_8_8a.php +%%CACTIDIR%%/install/0_8_8a_to_0_8_8b.php %%CACTIDIR%%/install/0_8_to_0_8_1.php %%CACTIDIR%%/install/index.php %%CACTIDIR%%/install/install_finish.gif -- cgit