Index: head/net-mgmt/cacti-spine/Makefile =================================================================== --- head/net-mgmt/cacti-spine/Makefile (revision 437187) +++ head/net-mgmt/cacti-spine/Makefile (revision 437188) @@ -1,33 +1,34 @@ # Created by: clement@FreeBSD.org # $FreeBSD$ PORTNAME= spine PORTVERSION= 1.0.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= GPLv2 +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/pkg-descr =================================================================== --- head/net-mgmt/cacti-spine/pkg-descr (revision 437187) +++ head/net-mgmt/cacti-spine/pkg-descr (revision 437188) @@ -1,8 +1,8 @@ Cactid 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. -WWW: http://www.cacti.net/cactid_info.php +WWW: http://www.cacti.net/spine_info.php