aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rrdbot
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2020-03-22 10:29:41 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2020-03-22 10:29:41 +0000
commit921cc69633ea159156ce5ef1d9014b13078bef8a (patch)
treebf5bcdab56a60bdb800d2dd732402ba9a61589df /net-mgmt/rrdbot
parent647c9273f1a542bef2e866b7397529d237df0743 (diff)
downloadports-921cc69633ea159156ce5ef1d9014b13078bef8a.tar.gz
ports-921cc69633ea159156ce5ef1d9014b13078bef8a.zip
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>
Notes
Notes: svn path=/head/; revision=528910
Diffstat (limited to 'net-mgmt/rrdbot')
-rw-r--r--net-mgmt/rrdbot/Makefile14
-rw-r--r--net-mgmt/rrdbot/distinfo5
-rw-r--r--net-mgmt/rrdbot/pkg-descr2
3 files changed, 13 insertions, 8 deletions
diff --git a/net-mgmt/rrdbot/Makefile b/net-mgmt/rrdbot/Makefile
index 4aae364d36b4..fab7371fb80f 100644
--- a/net-mgmt/rrdbot/Makefile
+++ b/net-mgmt/rrdbot/Makefile
@@ -2,18 +2,18 @@
# $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
@@ -21,6 +21,10 @@ CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include \
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
.endif
diff --git a/net-mgmt/rrdbot/distinfo b/net-mgmt/rrdbot/distinfo
index 25448c226e28..b35a42b58798 100644
--- a/net-mgmt/rrdbot/distinfo
+++ b/net-mgmt/rrdbot/distinfo
@@ -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
diff --git a/net-mgmt/rrdbot/pkg-descr b/net-mgmt/rrdbot/pkg-descr
index d6ea3615cb51..9aaf4db0b0ee 100644
--- a/net-mgmt/rrdbot/pkg-descr
+++ b/net-mgmt/rrdbot/pkg-descr
@@ -13,4 +13,4 @@ query the traffic on your router based on the 'xl0' interface name.
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/