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

Steven Kreuzer skreuzer at FreeBSD.org
Mon Jan 11 16:46:48 UTC 2021


Author: skreuzer
Date: Mon Jan 11 16:46:47 2021
New Revision: 561225
URL: https://svnweb.freebsd.org/changeset/ports/561225

Log:
  Update to version 1.2.16

Modified:
  head/net-mgmt/cacti-spine/Makefile
  head/net-mgmt/cacti-spine/distinfo

Modified: head/net-mgmt/cacti-spine/Makefile
==============================================================================
--- head/net-mgmt/cacti-spine/Makefile	Mon Jan 11 16:30:30 2021	(r561224)
+++ head/net-mgmt/cacti-spine/Makefile	Mon Jan 11 16:46:47 2021	(r561225)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	spine
-PORTVERSION=	1.2.15
+PORTVERSION=	1.2.16
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.cacti.net/downloads/${PORTNAME}/
 DISTNAME=	cacti-${PORTNAME}-${PORTVERSION}
@@ -20,7 +20,7 @@ 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`
+LDFLAGS+=	`net-snmp-config --libs` -lexecinfo
 USES=		libtool mysql ssl autoreconf
 
 CONFLICTS_INSTALL=	cacti88

Modified: head/net-mgmt/cacti-spine/distinfo
==============================================================================
--- head/net-mgmt/cacti-spine/distinfo	Mon Jan 11 16:30:30 2021	(r561224)
+++ head/net-mgmt/cacti-spine/distinfo	Mon Jan 11 16:46:47 2021	(r561225)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604412541
-SHA256 (cacti-spine-1.2.15.tar.gz) = 7a692b3eff3b836237eea12998f596e2b48941ef4364ca1c0e3e501e5cf8a865
-SIZE (cacti-spine-1.2.15.tar.gz) = 107740
+TIMESTAMP = 1610382248
+SHA256 (cacti-spine-1.2.16.tar.gz) = eccc20a1e32e831b84b88c30e08b844b44e31e1664c5a909df58784ad0b77cea
+SIZE (cacti-spine-1.2.16.tar.gz) = 108252


More information about the svn-ports-all mailing list