Date: Wed, 26 Jul 2017 09:01:06 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446649 - head/net-mgmt/cacti-spine Message-ID: <201707260901.v6Q916bv080205@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 26 09:01:06 2017 New Revision: 446649 URL: https://svnweb.freebsd.org/changeset/ports/446649 Log: - Don't needlessly redefine do-build - Update WWW Approved by: portmgr blanket Modified: head/net-mgmt/cacti-spine/Makefile head/net-mgmt/cacti-spine/pkg-descr Modified: head/net-mgmt/cacti-spine/Makefile ============================================================================== --- head/net-mgmt/cacti-spine/Makefile Wed Jul 26 08:44:49 2017 (r446648) +++ head/net-mgmt/cacti-spine/Makefile Wed Jul 26 09:01:06 2017 (r446649) @@ -29,9 +29,6 @@ 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 Modified: head/net-mgmt/cacti-spine/pkg-descr ============================================================================== --- head/net-mgmt/cacti-spine/pkg-descr Wed Jul 26 08:44:49 2017 (r446648) +++ head/net-mgmt/cacti-spine/pkg-descr Wed Jul 26 09:01:06 2017 (r446649) @@ -3,7 +3,7 @@ possible. For this reason it is written in native C, m 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707260901.v6Q916bv080205>