svn commit: r530981 - head/net-mgmt/cacti
Ben Woods
woodsb02 at FreeBSD.org
Tue Apr 7 14:24:40 UTC 2020
Author: woodsb02
Date: Tue Apr 7 14:24:39 2020
New Revision: 530981
URL: https://svnweb.freebsd.org/changeset/ports/530981
Log:
net-mgmt/cacti: Update to 1.2.10
Changes this release:
https://github.com/Cacti/cacti/blob/release/1.2.10/CHANGELOG
PR: 245198
Submitted by: Michael Muenz <m.muenz at gmail.com>
Approved by: Daniel Austin <freebsd-ports at dan.me.uk> (maintainer)
MFH: 2020Q2
Security: https://www.vuxml.org/freebsd/e2b564fc-7462-11ea-af63-38d547003487.html
Modified:
head/net-mgmt/cacti/Makefile
head/net-mgmt/cacti/distinfo
head/net-mgmt/cacti/pkg-plist
Modified: head/net-mgmt/cacti/Makefile
==============================================================================
--- head/net-mgmt/cacti/Makefile Tue Apr 7 13:54:14 2020 (r530980)
+++ head/net-mgmt/cacti/Makefile Tue Apr 7 14:24:39 2020 (r530981)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cacti
-PORTVERSION= 1.2.8
+PORTVERSION= 1.2.10
CATEGORIES= net-mgmt www
MASTER_SITES= http://www.cacti.net/downloads/ \
ftp://ftpmirror.uk/freebsd-ports/cacti/
Modified: head/net-mgmt/cacti/distinfo
==============================================================================
--- head/net-mgmt/cacti/distinfo Tue Apr 7 13:54:14 2020 (r530980)
+++ head/net-mgmt/cacti/distinfo Tue Apr 7 14:24:39 2020 (r530981)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577112723
-SHA256 (cacti-1.2.8.tar.gz) = ca4b83d1963a358c9ab60276becc46553fa0125d1ad906c2d26278a485615a29
-SIZE (cacti-1.2.8.tar.gz) = 24881361
+TIMESTAMP = 1585634591
+SHA256 (cacti-1.2.10.tar.gz) = ca3535c0c52cb5dcb6327eed79373c10eb620a9ebfb9b100b0a60ce228558fa6
+SIZE (cacti-1.2.10.tar.gz) = 24907181
Modified: head/net-mgmt/cacti/pkg-plist
==============================================================================
--- head/net-mgmt/cacti/pkg-plist Tue Apr 7 13:54:14 2020 (r530980)
+++ head/net-mgmt/cacti/pkg-plist Tue Apr 7 14:24:39 2020 (r530981)
@@ -596,6 +596,7 @@
%%CACTIDIR%%/include/content/iframe-example.html
%%CACTIDIR%%/include/content/index.php
%%CACTIDIR%%/include/content/php-example.html
+%%CACTIDIR%%/include/csrf.php
%%CACTIDIR%%/include/fa/css/fontawesome.css
%%CACTIDIR%%/include/fa/css/index.php
%%CACTIDIR%%/include/fa/index.php
@@ -790,7 +791,6 @@
%%CACTIDIR%%/include/js/jquery.dropdown.js
%%CACTIDIR%%/include/js/jquery.hotkeys.js
%%CACTIDIR%%/include/js/jquery.js
-%%CACTIDIR%%/include/js/jquery.metadata.js
%%CACTIDIR%%/include/js/jquery.multiselect.filter.js
%%CACTIDIR%%/include/js/jquery.multiselect.js
%%CACTIDIR%%/include/js/jquery.sparkline.js
@@ -1149,9 +1149,10 @@
%%CACTIDIR%%/include/vendor/cldr-to-gettext-plural-rules/tests/Get/GetTest.php
%%CACTIDIR%%/include/vendor/cldr-to-gettext-plural-rules/tests/Rules/RulesTest.php
%%CACTIDIR%%/include/vendor/cldr-to-gettext-plural-rules/tests/bootstrap.php
-%%CACTIDIR%%/include/vendor/csrf/LICENSE
-%%CACTIDIR%%/include/vendor/csrf/NEWS
-%%CACTIDIR%%/include/vendor/csrf/README
+%%CACTIDIR%%/include/vendor/csrf/LICENSE.txt
+%%CACTIDIR%%/include/vendor/csrf/NEWS.md
+%%CACTIDIR%%/include/vendor/csrf/README.md
+%%CACTIDIR%%/include/vendor/csrf/csrf-conf.php
%%CACTIDIR%%/include/vendor/csrf/csrf-magic.js
%%CACTIDIR%%/include/vendor/csrf/csrf-magic.php
%%CACTIDIR%%/include/vendor/csrf/index.php
@@ -2239,6 +2240,7 @@
%%CACTIDIR%%/rrdcleaner.php
%%CACTIDIR%%/script_server.php
%%CACTIDIR%%/scripts/3com_cable_modem.pl
+%%CACTIDIR%%/scripts/cacti_user_stats.php
%%CACTIDIR%%/scripts/diskfree.pl
%%CACTIDIR%%/scripts/diskfree.sh
%%CACTIDIR%%/scripts/index.php
More information about the svn-ports-head
mailing list