git: 69aa28f68e41 - main - databases/rrdtool: Update to 1.11.0
Nuno Teixeira <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=69aa28f68e417ec4cf754734189b0bdce9686019 commit 69aa28f68e417ec4cf754734189b0bdce9686019 Author: Nuno Teixeira <[email protected]> AuthorDate: 2026-08-07 19:17:36 +0000 Commit: Nuno Teixeira <[email protected]> CommitDate: 2026-08-07 20:03:47 +0000 databases/rrdtool: Update to 1.11.0 ChangeLog: https://github.com/oetiker/rrdtool-1.x/releases/tag/v1.11.0 --- databases/rrdtool/Makefile | 2 +- databases/rrdtool/distinfo | 6 +++--- databases/rrdtool/files/extra-patch-locktimeout | 4 ++-- databases/rrdtool/files/patch-bindings_Makefile.in | 6 +++--- databases/rrdtool/files/patch-configure | 6 +++--- databases/rrdtool/files/patch-examples_Makefile.in | 4 ++-- databases/rrdtool/files/patch-examples_rrdcached_Makefile.in | 4 ++-- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 15dab82a4e96..3ff022896531 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,5 +1,5 @@ PORTNAME= rrdtool -DISTVERSION= 1.10.3 +DISTVERSION= 1.11.0 CATEGORIES= databases graphics MASTER_SITES= https://github.com/oetiker/rrdtool-1.x/releases/download/v${DISTVERSION}/ diff --git a/databases/rrdtool/distinfo b/databases/rrdtool/distinfo index e365060e6048..1d9dde8ed9da 100644 --- a/databases/rrdtool/distinfo +++ b/databases/rrdtool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1780857193 -SHA256 (rrdtool-1.10.3.tar.gz) = 843b7caa2a80a815d44ac5c65daa42920cb64586fe804e36d0bc0783554e0635 -SIZE (rrdtool-1.10.3.tar.gz) = 2996378 +TIMESTAMP = 1786124133 +SHA256 (rrdtool-1.11.0.tar.gz) = 24c345b5c077c1b2b2fcbc1a364f1da051650fb6743ad5213096adc04c862ed4 +SIZE (rrdtool-1.11.0.tar.gz) = 2994499 diff --git a/databases/rrdtool/files/extra-patch-locktimeout b/databases/rrdtool/files/extra-patch-locktimeout index 6cb8cac225d8..9fb0ed8f9f24 100644 --- a/databases/rrdtool/files/extra-patch-locktimeout +++ b/databases/rrdtool/files/extra-patch-locktimeout @@ -1,4 +1,4 @@ ---- src/rrd_open.c.orig 2026-05-19 19:35:26 UTC +--- src/rrd_open.c.orig 2026-08-07 13:49:31 UTC +++ src/rrd_open.c @@ -33,6 +33,16 @@ #include "rrd_rados.h" @@ -55,7 +55,7 @@ struct flock lock; int op = lock_mode == RRD_LOCK_TRY ? F_SETLK : F_SETLKW; ---- doc/rrdtool.pod.orig 2026-05-19 19:34:20 UTC +--- doc/rrdtool.pod.orig 2026-08-07 13:48:29 UTC +++ doc/rrdtool.pod @@ -356,6 +356,21 @@ stress on your disks. L<rrdcached>, a caching daemon for RRDtool which may help you lessen the diff --git a/databases/rrdtool/files/patch-bindings_Makefile.in b/databases/rrdtool/files/patch-bindings_Makefile.in index dfd8472e1a37..34476491a82d 100644 --- a/databases/rrdtool/files/patch-bindings_Makefile.in +++ b/databases/rrdtool/files/patch-bindings_Makefile.in @@ -1,6 +1,6 @@ ---- bindings/Makefile.in.orig 2026-05-19 19:34:45 UTC +--- bindings/Makefile.in.orig 2026-08-07 13:48:57 UTC +++ bindings/Makefile.in -@@ -728,11 +728,11 @@ install-data-local: +@@ -729,11 +729,11 @@ install-data-local: install-data-local: $(AM_V_GEN)test -f ${builddir}/perl-piped/Makefile \ && ( cd ${builddir}/perl-piped \ @@ -14,7 +14,7 @@ || true $(AM_V_GEN)test -f ${builddir}/ruby/Makefile \ && ( cd ${builddir}/ruby \ -@@ -741,7 +741,7 @@ install-data-local: +@@ -742,7 +742,7 @@ install-data-local: $(AM_V_GEN)test -f ${builddir}/python/dist/*.whl \ && ( $(PYTHON) -m pip install --upgrade --no-index --no-deps \ --no-cache-dir --disable-pip-version-check \ diff --git a/databases/rrdtool/files/patch-configure b/databases/rrdtool/files/patch-configure index 37839b3d9c1e..489f2816dab9 100644 --- a/databases/rrdtool/files/patch-configure +++ b/databases/rrdtool/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2026-05-19 19:34:43 UTC +--- configure.orig 2026-08-07 13:48:56 UTC +++ configure -@@ -24003,7 +24003,7 @@ else $as_nop +@@ -24004,7 +24004,7 @@ else $as_nop then : enableval=$enable_ruby_site_install; RUBY_MAKE_OPTIONS= else $as_nop @@ -9,7 +9,7 @@ fi -@@ -30583,19 +30583,6 @@ printf "%s\n" "and out again" >&6; } +@@ -30596,19 +30596,6 @@ printf "%s\n" "and out again" >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: and out again" >&5 printf "%s\n" "and out again" >&6; } diff --git a/databases/rrdtool/files/patch-examples_Makefile.in b/databases/rrdtool/files/patch-examples_Makefile.in index 8f8c1b8255c4..8fc3a4255b93 100644 --- a/databases/rrdtool/files/patch-examples_Makefile.in +++ b/databases/rrdtool/files/patch-examples_Makefile.in @@ -1,6 +1,6 @@ ---- examples/Makefile.in.orig 2026-05-19 19:34:45 UTC +--- examples/Makefile.in.orig 2026-08-07 13:48:57 UTC +++ examples/Makefile.in -@@ -433,7 +433,7 @@ EXTRA_DIST = cgi-demo.cgi.in stripes.py +@@ -434,7 +434,7 @@ EXTRA_DIST = cgi-demo.cgi.in stripes.py top_srcdir = @top_srcdir@ SUBDIRS = rrdcached EXTRA_DIST = cgi-demo.cgi.in stripes.py diff --git a/databases/rrdtool/files/patch-examples_rrdcached_Makefile.in b/databases/rrdtool/files/patch-examples_rrdcached_Makefile.in index 566472836e45..944ed78c93a9 100644 --- a/databases/rrdtool/files/patch-examples_rrdcached_Makefile.in +++ b/databases/rrdtool/files/patch-examples_rrdcached_Makefile.in @@ -1,6 +1,6 @@ ---- examples/rrdcached/Makefile.in.orig 2026-05-19 19:34:45 UTC +--- examples/rrdcached/Makefile.in.orig 2026-08-07 13:48:57 UTC +++ examples/rrdcached/Makefile.in -@@ -372,7 +372,7 @@ top_srcdir = @top_srcdir@ +@@ -373,7 +373,7 @@ top_srcdir = @top_srcdir@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@