Date: Fri, 21 Feb 2025 14:34:07 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 979c70bcb3e4 - 2025Q1 - net-mgmt/cacti-spine: Update 1.2.28 => 1.2.29 Message-ID: <202502211434.51LEY73A090032@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2025Q1 has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=979c70bcb3e46354ae8cb77a4f403cdde99ef1aa commit 979c70bcb3e46354ae8cb77a4f403cdde99ef1aa Author: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> AuthorDate: 2025-02-21 14:12:50 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-02-21 14:34:01 +0000 net-mgmt/cacti-spine: Update 1.2.28 => 1.2.29 Along with updating net-mgmt/cacti also net-mgmt/cacti-spine could be updated. Changelog: http://www.cacti.net/info/changelog Improve port: - replace PORTVERSION with DISTVERSION, - remove GNU_CONFIGURE_MANPREFIX, - pet portclippy - move USES higher, - sort USES, - split long lines. PR: 284586 Approved by: skreuzer (maintainer, timeout > 2 weeks) MFH: 2025Q1 (cherry picked from commit de22918fce7555bd17240b0ebd0752f091cd22b2) --- net-mgmt/cacti-spine/Makefile | 15 +++++++++------ net-mgmt/cacti-spine/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/net-mgmt/cacti-spine/Makefile b/net-mgmt/cacti-spine/Makefile index 293edc8d4cd7..8c070d548ced 100644 --- a/net-mgmt/cacti-spine/Makefile +++ b/net-mgmt/cacti-spine/Makefile @@ -1,8 +1,8 @@ PORTNAME= spine -PORTVERSION= 1.2.28 +DISTVERSION= 1.2.29 CATEGORIES= net-mgmt MASTER_SITES= http://www.cacti.net/downloads/${PORTNAME}/ -DISTNAME= cacti-${PORTNAME}-${PORTVERSION} +DISTNAME= cacti-${PORTNAME}-${DISTVERSION} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Multithreaded poller for Cacti written in C @@ -15,19 +15,22 @@ BUILD_DEPENDS= help2man:misc/help2man LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp \ libpkg.so:${PKG_ORIGIN} +USES= autoreconf libtool mysql ssl + GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --with-snmp=${LOCALBASE} CPPFLAGS+= `net-snmp-config --cflags` LDFLAGS+= `net-snmp-config --libs` -lexecinfo -USES= libtool mysql ssl autoreconf CONFLICTS_INSTALL= cacti88 post-patch: - @${REINPLACE_CMD} 's,#define\ *DEFAULT_CONF_FILE .*,#define DEFAULT_CONF_FILE "${PREFIX}/etc/spine.conf",' ${WRKSRC}/spine.h + @${REINPLACE_CMD} \ + 's,#define\ *DEFAULT_CONF_FILE .*,#define DEFAULT_CONF_FILE "${PREFIX}/etc/spine.conf",' \ + ${WRKSRC}/spine.h post-install: - ${MV} ${STAGEDIR}${PREFIX}/etc/spine.conf.dist ${STAGEDIR}${PREFIX}/etc/spine.conf.sample + ${MV} ${STAGEDIR}${PREFIX}/etc/spine.conf.dist \ + ${STAGEDIR}${PREFIX}/etc/spine.conf.sample .include <bsd.port.mk> diff --git a/net-mgmt/cacti-spine/distinfo b/net-mgmt/cacti-spine/distinfo index b13975076784..05507018a09c 100644 --- a/net-mgmt/cacti-spine/distinfo +++ b/net-mgmt/cacti-spine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730074270 -SHA256 (cacti-spine-1.2.28.tar.gz) = fd37bc5789dced477aa6049eb0663a1e6a93524f52ee91dc04b0de6c53e20afc -SIZE (cacti-spine-1.2.28.tar.gz) = 123133 +TIMESTAMP = 1739270587 +SHA256 (cacti-spine-1.2.29.tar.gz) = 89d4578b48e17eda3dae528e9ed208d286eddf8d40db993d92107154da043d32 +SIZE (cacti-spine-1.2.29.tar.gz) = 123138
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502211434.51LEY73A090032>