- Update to 0.8.8b
* Security update PR: ports/181608 (based on) Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
This commit is contained in:
parent
f6d825b0bc
commit
574bb87b22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325585
3 changed files with 8 additions and 12 deletions
|
@ -1,21 +1,18 @@
|
|||
# New ports collection makefile for: cacti
|
||||
# Date created: 6 December 2003
|
||||
# Whom: Vincent Tantardini <vinc@freebsd-fr.org>
|
||||
#
|
||||
# Created by: Vincent Tantardini <vinc@freebsd-fr.org>
|
||||
# $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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue