Date: Sun, 22 Mar 2020 10:29:41 +0000 (UTC) From: Rodrigo Osorio <rodrigo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528910 - head/net-mgmt/rrdbot Message-ID: <202003221029.02MATffZ091968@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rodrigo Date: Sun Mar 22 10:29:41 2020 New Revision: 528910 URL: https://svnweb.freebsd.org/changeset/ports/528910 Log: net-mgmt/rrdbot: switch to active fork Since the original RRDBot project has been abandoned a long time ago, the proposal is to switching to an active fork https://github.com/REANNZ/rrdbot that has minor bug fixes and enhancements. The REANNZ (Research and Education Advanced Network New Zealand) is a new Zealand's National Research and Education Network. They fork net-mgmt/rrdbot in 2015 and start doing changes and improvements in the existing source code You can see the git history in the github repo[1] (159 commits), but I also kept a full diff between the previous official version and the new repo version [2]. [1] https://github.com/REANNZ/rrdbot/commits/master [2] https://people.freebsd.org/~rodrigo/rrdbot-0.9.7_switch_orig.diff The new repo doesn't provide official release numbers, so we kept the latest version number completed by the packaging date in the dYYYYMMDD format. PR: 244757 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> Modified: head/net-mgmt/rrdbot/Makefile head/net-mgmt/rrdbot/distinfo head/net-mgmt/rrdbot/pkg-descr Modified: head/net-mgmt/rrdbot/Makefile ============================================================================== --- head/net-mgmt/rrdbot/Makefile Sun Mar 22 10:02:44 2020 (r528909) +++ head/net-mgmt/rrdbot/Makefile Sun Mar 22 10:29:41 2020 (r528910) @@ -2,24 +2,28 @@ # $FreeBSD$ PORTNAME= rrdbot -PORTVERSION= 0.9.7 -PORTREVISION= 4 +PORTVERSION= 0.9.7.d20200312 CATEGORIES= net-mgmt -MASTER_SITES= http://thewalter.net/stef/software/rrdbot/ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Threaded SNMP polling daemon which stores data in RRDs -BROKEN= unfetchable - LIB_DEPENDS= librrd.so:databases/rrdtool +USES= autoreconf + +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include \ --datarootdir=${PREFIX}/share/rrdbot SUB_FILES= pkg-message USE_RC_SUBR= rrdbot + +USE_GITHUB= YES +GH_ACCOUNT= REANNZ +GH_TAGNAME= 396ca60 .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug Modified: head/net-mgmt/rrdbot/distinfo ============================================================================== --- head/net-mgmt/rrdbot/distinfo Sun Mar 22 10:02:44 2020 (r528909) +++ head/net-mgmt/rrdbot/distinfo Sun Mar 22 10:29:41 2020 (r528910) @@ -1,2 +1,3 @@ -SHA256 (rrdbot-0.9.7.tar.gz) = 1b4d4ce59ec78a88591d3cf7c62195cd6015f9df4950ea2c00f366e5ab4991d1 -SIZE (rrdbot-0.9.7.tar.gz) = 529539 +TIMESTAMP = 1584872713 +SHA256 (REANNZ-rrdbot-0.9.7.d20200312-396ca60_GH0.tar.gz) = 002d96408ad5b2d040940c6b4c587dd76a9dc105da387ff07cdd4e0548a91880 +SIZE (REANNZ-rrdbot-0.9.7.d20200312-396ca60_GH0.tar.gz) = 415255 Modified: head/net-mgmt/rrdbot/pkg-descr ============================================================================== --- head/net-mgmt/rrdbot/pkg-descr Sun Mar 22 10:02:44 2020 (r528909) +++ head/net-mgmt/rrdbot/pkg-descr Sun Mar 22 10:29:41 2020 (r528910) @@ -13,4 +13,4 @@ query the traffic on your router based on the 'xl0' in RRDBot also contains tools to simplify the creation of RRD files, and the various archives contained in them. -WWW: http://memberwebs.com/stef/software/rrdbot/ +WWW: https://github.com/REANNZ/rrdbot/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003221029.02MATffZ091968>