svn commit: r419786 - head/net-mgmt/cacti-spine

Steven Kreuzer skreuzer at FreeBSD.org
Sun Aug 7 20:52:35 UTC 2016


Author: skreuzer
Date: Sun Aug  7 20:52:34 2016
New Revision: 419786
URL: https://svnweb.freebsd.org/changeset/ports/419786

Log:
  Update to version 0.8.8h
  
  Reported by:	Robert Blayzor <rblayzor at inoc.net>

Modified:
  head/net-mgmt/cacti-spine/Makefile
  head/net-mgmt/cacti-spine/distinfo
  head/net-mgmt/cacti-spine/pkg-plist

Modified: head/net-mgmt/cacti-spine/Makefile
==============================================================================
--- head/net-mgmt/cacti-spine/Makefile	Sun Aug  7 17:28:15 2016	(r419785)
+++ head/net-mgmt/cacti-spine/Makefile	Sun Aug  7 20:52:34 2016	(r419786)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	spine
-PORTVERSION=	0.8.8g
+PORTVERSION=	0.8.8h
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.cacti.net/downloads/${PORTNAME}/
 DISTNAME=	cacti-${PORTNAME}-${PORTVERSION}
@@ -19,9 +19,7 @@ GNU_CONFIGURE=	YES
 CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --with-snmp=${LOCALBASE}
 CPPFLAGS+=	`net-snmp-config --cflags`
 LDFLAGS+=	`net-snmp-config --libs`
-USES=		libtool
-USE_MYSQL=	YES
-USE_OPENSSL=	YES
+USES=		libtool mysql ssl
 
 post-patch:
 	@${REINPLACE_CMD} 's,#define\ *DEFAULT_CONF_FILE .*,#define DEFAULT_CONF_FILE "${PREFIX}/etc/spine.conf",' ${WRKSRC}/spine.h

Modified: head/net-mgmt/cacti-spine/distinfo
==============================================================================
--- head/net-mgmt/cacti-spine/distinfo	Sun Aug  7 17:28:15 2016	(r419785)
+++ head/net-mgmt/cacti-spine/distinfo	Sun Aug  7 20:52:34 2016	(r419786)
@@ -1,2 +1,3 @@
-SHA256 (cacti-spine-0.8.8g.tar.gz) = f7d60d5663f6fe8f730363763f31d110589c725e482c943f0f8287359a6db533
-SIZE (cacti-spine-0.8.8g.tar.gz) = 805321
+TIMESTAMP = 1470602099
+SHA256 (cacti-spine-0.8.8h.tar.gz) = a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30
+SIZE (cacti-spine-0.8.8h.tar.gz) = 804951

Modified: head/net-mgmt/cacti-spine/pkg-plist
==============================================================================
--- head/net-mgmt/cacti-spine/pkg-plist	Sun Aug  7 17:28:15 2016	(r419785)
+++ head/net-mgmt/cacti-spine/pkg-plist	Sun Aug  7 20:52:34 2016	(r419786)
@@ -1,3 +1,2 @@
 bin/spine
-man/man1/spine.1.gz
 @sample etc/spine.conf.sample


More information about the svn-ports-all mailing list