svn commit: r416481 - branches/2016Q2/net-mgmt/cacti

Kurt Jaeger pi at FreeBSD.org
Mon Jun 6 18:29:16 UTC 2016


Author: pi
Date: Mon Jun  6 18:29:14 2016
New Revision: 416481
URL: https://svnweb.freebsd.org/changeset/ports/416481

Log:
  net-mgmt/cacti: fix version number in Makefile
  
  PR:		209809
  Submitted by:	Daniel Austin <freebsd-ports at dan.me.uk> (maintainer)
  Approved by:	ports-secteam (junovitch)
  MFH:		2016Q2

Modified:
  branches/2016Q2/net-mgmt/cacti/Makefile

Modified: branches/2016Q2/net-mgmt/cacti/Makefile
==============================================================================
--- branches/2016Q2/net-mgmt/cacti/Makefile	Mon Jun  6 18:23:20 2016	(r416480)
+++ branches/2016Q2/net-mgmt/cacti/Makefile	Mon Jun  6 18:29:14 2016	(r416481)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cacti
-PORTVERSION=	0.8.8g${PATCHLEVEL}
+PORTVERSION=	0.8.8h${PATCHLEVEL}
 PORTREVISION=	1
 CATEGORIES=	net-mgmt www
 MASTER_SITES=	http://www.cacti.net/downloads/ \


More information about the svn-ports-all mailing list