Index: head/net-mgmt/cacti-spine/Makefile =================================================================== --- head/net-mgmt/cacti-spine/Makefile (revision 442676) +++ head/net-mgmt/cacti-spine/Makefile (revision 442677) @@ -1,34 +1,34 @@ # Created by: clement@FreeBSD.org # $FreeBSD$ PORTNAME= spine -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.7 CATEGORIES= net-mgmt MASTER_SITES= http://www.cacti.net/downloads/${PORTNAME}/ DISTNAME= cacti-${PORTNAME}-${PORTVERSION} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Multithreaded poller for Cacti written in C LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= help2man:misc/help2man LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp GNU_CONFIGURE= YES CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --with-snmp=${LOCALBASE} CPPFLAGS+= `net-snmp-config --cflags` LDFLAGS+= `net-snmp-config --libs` USES= libtool mysql ssl post-patch: @${REINPLACE_CMD} 's,#define\ *DEFAULT_CONF_FILE .*,#define DEFAULT_CONF_FILE "${PREFIX}/etc/spine.conf",' ${WRKSRC}/spine.h do-build: @cd ${WRKSRC}; ${MAKE} post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/spine.conf.dist ${STAGEDIR}${PREFIX}/etc/spine.conf.sample .include Index: head/net-mgmt/cacti-spine/distinfo =================================================================== --- head/net-mgmt/cacti-spine/distinfo (revision 442676) +++ head/net-mgmt/cacti-spine/distinfo (revision 442677) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486388658 -SHA256 (cacti-spine-1.0.1.tar.gz) = 75b699bd4a85389a4fe026423aae97b51e9f6b091cffbfb6b41d5785d7423330 -SIZE (cacti-spine-1.0.1.tar.gz) = 800797 +TIMESTAMP = 1496312144 +SHA256 (cacti-spine-1.1.7.tar.gz) = 97183529cdcd8446fbcb606710b6c0a7bd2f7166edbf910dc583e5a760ed2c5c +SIZE (cacti-spine-1.1.7.tar.gz) = 801419 Index: head/net-mgmt/cacti-spine/pkg-descr =================================================================== --- head/net-mgmt/cacti-spine/pkg-descr (revision 442676) +++ head/net-mgmt/cacti-spine/pkg-descr (revision 442677) @@ -1,8 +1,9 @@ -Cactid is a poller for Cacti that primarily strives to be as fast as +Spine is a poller for Cacti that primarily strives to be as fast as possible. For this reason it is written in native C, makes use of POSIX threads, and is linked directly against the net-snmp library for -minmumal SNMP polling overhead. Cactid is a replacement for the default -cmd.php poller so you must decide if using Cactid makes sense for your -installation. +minimal SNMP polling overhead. -WWW: http://www.cacti.net/spine_info.php +It's a replacement for the default 'poller.php' script, so you must +decide if using Spine makes sense for your installation. + +WWW: http://cacti.net/spine_info.php