diff options
-rw-r--r-- | net-mgmt/rrdbot/Makefile | 14 | ||||
-rw-r--r-- | net-mgmt/rrdbot/distinfo | 5 | ||||
-rw-r--r-- | net-mgmt/rrdbot/pkg-descr | 2 |
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/ |