Index: head/net-mgmt/cacti-spine/Makefile =================================================================== --- head/net-mgmt/cacti-spine/Makefile (revision 446648) +++ head/net-mgmt/cacti-spine/Makefile (revision 446649) @@ -1,38 +1,35 @@ # Created by: clement@FreeBSD.org # $FreeBSD$ PORTNAME= spine PORTVERSION= 1.1.10 PORTREVISION= 1 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 \ libpkg.so:ports-mgmt/pkg 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 CONFLICTS_INSTALL= cacti88 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/pkg-descr =================================================================== --- head/net-mgmt/cacti-spine/pkg-descr (revision 446648) +++ head/net-mgmt/cacti-spine/pkg-descr (revision 446649) @@ -1,9 +1,9 @@ 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 minimal SNMP polling overhead. -It's a replacement for the default 'poller.php' script, so you must +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 +WWW: https://cacti.net/spine_info.php