summaryrefslogtreecommitdiff
path: root/databases/rrdtool/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-02-11 08:22:44 +0000
committeradam <adam@pkgsrc.org>2019-02-11 08:22:44 +0000
commit25038f5551a13bc8d513de2577ab7bf145ff77a9 (patch)
treecc561a87e69bb7ddb16ee438463c10c2d5a71b5f /databases/rrdtool/Makefile.common
parent37170317f7ffa505808965caa2edc82b677dc629 (diff)
downloadpkgsrc-25038f5551a13bc8d513de2577ab7bf145ff77a9.tar.gz
rrdtool: updated to 1.7.1
RRDtool 1.7.1: Bugfixes * about 38949 assorted fixes for the windows build of rrdtool * fix many compile time warnings * Re-enable 0-width lines * Include rrd_pdpcalc.pod in Makefile.am also * Lots of spelling fixes for rrdtool source and documentation * fix off by one issue in rrdtool xport output * fix lua extension build * fix python bindings * fix multiple static variable issues in conflict with MT * make translations actually work * Fixed configure --enable / --disable options * rrd_daemon stability fixes * fix tcl bindings * do not call umask ever (not MT safe) Features * Multiline Titles * French translation * Added support for --allow-shrink with --rigid flag * Added SUSPEND/RESUME/SUSPENDALL/RESUMEALL commands for rrd_cached * include the daemon name in the error messag
Diffstat (limited to 'databases/rrdtool/Makefile.common')
-rw-r--r--databases/rrdtool/Makefile.common7
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/rrdtool/Makefile.common b/databases/rrdtool/Makefile.common
index 00283208185..688ecb68620 100644
--- a/databases/rrdtool/Makefile.common
+++ b/databases/rrdtool/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.2 2017/09/04 18:08:19 wiz Exp $
+# $NetBSD: Makefile.common,v 1.3 2019/02/11 08:22:44 adam Exp $
# used by databases/rrdtool/Makefile
# used by databases/py-rrdtool/Makefile
# used by databases/ruby-rrdtool/Makefile
-DISTNAME= rrdtool-1.7.0
+DISTNAME= rrdtool-1.7.1
CATEGORIES= databases graphics net
MASTER_SITES= https://oss.oetiker.ch/rrdtool/pub/
@@ -11,6 +11,3 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://oss.oetiker.ch/rrdtool/
COMMENT= Data analysis tool generating graphical representations
LICENSE= gnu-gpl-v2
-
-#DISTINFO_FILE= ${.CURDIR}/../../databases/rrdtool/distinfo
-#PATCHDIR= ${.CURDIR}/../../databases/rrdtool/patches