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

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 26 09:01:07 UTC 2017


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


More information about the svn-ports-all mailing list