svn commit: r531284 - head/net-mgmt/cacti

Ben Woods woodsb02 at FreeBSD.org
Fri Apr 10 03:15:19 UTC 2020


Author: woodsb02
Date: Fri Apr 10 03:15:18 2020
New Revision: 531284
URL: https://svnweb.freebsd.org/changeset/ports/531284

Log:
  net-mgmt/cacti: Update to 1.2.11
  
  Also change maintainer to submitter. Thanks for maintaining this port
  for the last 5 years Dan, and for stepping up to the plate Michael!
  
  Changes this release:
    https://github.com/Cacti/cacti/blob/release/1.2.11/CHANGELOG
  
  PR:		245468
  Submitted by:	Michael Muenz <m.muenz at gmail.com>
  Approved by:	Daniel Austin <freebsd-ports at dan.me.uk> (maintainer)

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	Fri Apr 10 02:35:21 2020	(r531283)
+++ head/net-mgmt/cacti/Makefile	Fri Apr 10 03:15:18 2020	(r531284)
@@ -1,12 +1,12 @@
 # $FreeBSD$
 
 PORTNAME=	cacti
-PORTVERSION=	1.2.10
+PORTVERSION=	1.2.11
 CATEGORIES=	net-mgmt www
 MASTER_SITES=	http://www.cacti.net/downloads/ \
 		ftp://ftpmirror.uk/freebsd-ports/cacti/
 
-MAINTAINER=	freebsd-ports at dan.me.uk
+MAINTAINER=	m.muenz at gmail.com
 COMMENT=	Web-driven graphing interface for RRDTool
 
 LICENSE=	GPLv2+

Modified: head/net-mgmt/cacti/distinfo
==============================================================================
--- head/net-mgmt/cacti/distinfo	Fri Apr 10 02:35:21 2020	(r531283)
+++ head/net-mgmt/cacti/distinfo	Fri Apr 10 03:15:18 2020	(r531284)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585634591
-SHA256 (cacti-1.2.10.tar.gz) = ca3535c0c52cb5dcb6327eed79373c10eb620a9ebfb9b100b0a60ce228558fa6
-SIZE (cacti-1.2.10.tar.gz) = 24907181
+TIMESTAMP = 1586326478
+SHA256 (cacti-1.2.11.tar.gz) = 67c580daf83cfa19003ddb2dbcf89395cdcacd539ab5b3209c65dee09a0d6980
+SIZE (cacti-1.2.11.tar.gz) = 25099698

Modified: head/net-mgmt/cacti/pkg-plist
==============================================================================
--- head/net-mgmt/cacti/pkg-plist	Fri Apr 10 02:35:21 2020	(r531283)
+++ head/net-mgmt/cacti/pkg-plist	Fri Apr 10 03:15:18 2020	(r531284)
@@ -1937,6 +1937,7 @@
 %%CACTIDIR%%/include/vendor/phpmailer/get_oauth_token.php
 %%CACTIDIR%%/include/vendor/phpmailer/index.php
 %%CACTIDIR%%/include/vendor/phpmailer/language/index.php
+%%CACTIDIR%%/include/vendor/phpmailer/language/phpmailer.lang-af.php
 %%CACTIDIR%%/include/vendor/phpmailer/language/phpmailer.lang-am.php
 %%CACTIDIR%%/include/vendor/phpmailer/language/phpmailer.lang-ar.php
 %%CACTIDIR%%/include/vendor/phpmailer/language/phpmailer.lang-az.php
@@ -2096,6 +2097,7 @@
 %%CACTIDIR%%/install/upgrades/1_2_5.php
 %%CACTIDIR%%/install/upgrades/1_2_7.php
 %%CACTIDIR%%/install/upgrades/1_2_8.php
+%%CACTIDIR%%/install/upgrades/1_2_11.php
 %%CACTIDIR%%/install/upgrades/index.php
 %%CACTIDIR%%/lib/aggregate.php
 %%CACTIDIR%%/lib/api_aggregate.php


More information about the svn-ports-all mailing list