Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2020 11:03:13 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r534065 - branches/2020Q2/net-mgmt/cacti
Message-ID:  <202005051103.045B3DMl008931@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Tue May  5 11:03:12 2020
New Revision: 534065
URL: https://svnweb.freebsd.org/changeset/ports/534065

Log:
  MFH: r531284 r534006
  
  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@gmail.com>
  Approved by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
  
  net-mgmt/cacti: Update to 1.2.12
  
  Changelog:	https://github.com/Cacti/cacti/blob/release/1.2.12/CHANGELOG
  
  PR:		246161
  Submitted by:	Michael Muenz <m.muenz@gmail.com> (maintainer)
  X-MFH-with:	531284
  Security:	cd864f1a-8e5a-11ea-b5b4-641c67a117d8
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2020Q2/net-mgmt/cacti/Makefile
  branches/2020Q2/net-mgmt/cacti/distinfo
  branches/2020Q2/net-mgmt/cacti/pkg-plist
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/net-mgmt/cacti/Makefile
==============================================================================
--- branches/2020Q2/net-mgmt/cacti/Makefile	Tue May  5 11:01:38 2020	(r534064)
+++ branches/2020Q2/net-mgmt/cacti/Makefile	Tue May  5 11:03:12 2020	(r534065)
@@ -1,12 +1,12 @@
 # $FreeBSD$
 
 PORTNAME=	cacti
-PORTVERSION=	1.2.10
+PORTVERSION=	1.2.12
 CATEGORIES=	net-mgmt www
 MASTER_SITES=	http://www.cacti.net/downloads/ \
 		ftp://ftpmirror.uk/freebsd-ports/cacti/
 
-MAINTAINER=	freebsd-ports@dan.me.uk
+MAINTAINER=	m.muenz@gmail.com
 COMMENT=	Web-driven graphing interface for RRDTool
 
 LICENSE=	GPLv2+
@@ -55,6 +55,6 @@ do-install:
 	${MKDIR} ${STAGEDIR}/var/log/cacti
 	${MKDIR} ${STAGEDIR}/var/db/cacti/rra
 	${MKDIR} ${STAGEDIR}/var/db/cacti/scripts
-	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${CACTIDIR} "! -name '.git\*'"
+	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${CACTIDIR} "! -name \.mdl*"
 
 .include <bsd.port.mk>

Modified: branches/2020Q2/net-mgmt/cacti/distinfo
==============================================================================
--- branches/2020Q2/net-mgmt/cacti/distinfo	Tue May  5 11:01:38 2020	(r534064)
+++ branches/2020Q2/net-mgmt/cacti/distinfo	Tue May  5 11:03:12 2020	(r534065)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585634591
-SHA256 (cacti-1.2.10.tar.gz) = ca3535c0c52cb5dcb6327eed79373c10eb620a9ebfb9b100b0a60ce228558fa6
-SIZE (cacti-1.2.10.tar.gz) = 24907181
+TIMESTAMP = 1588639885
+SHA256 (cacti-1.2.12.tar.gz) = 0324a2a3fe9f67c66db465d8a8e3fd137440d21ea4f00ffbf3150a7e2894af25
+SIZE (cacti-1.2.12.tar.gz) = 25126474

Modified: branches/2020Q2/net-mgmt/cacti/pkg-plist
==============================================================================
--- branches/2020Q2/net-mgmt/cacti/pkg-plist	Tue May  5 11:01:38 2020	(r534064)
+++ branches/2020Q2/net-mgmt/cacti/pkg-plist	Tue May  5 11:03:12 2020	(r534065)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005051103.045B3DMl008931>