Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Feb 2026 22:16:55 +0000
From:      Charlie Li <vishwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 86ef05ae6906 - main - x11/babl: update to 0.1.122
Message-ID:  <697fd0d7.18a0b.130b280c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=86ef05ae69064ae9c87e4c40da4cd1c71f403fb7

commit 86ef05ae69064ae9c87e4c40da4cd1c71f403fb7
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2026-02-01 22:13:38 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2026-02-01 22:16:50 +0000

    x11/babl: update to 0.1.122
    
    Changelog: https://gitlab.gnome.org/GNOME/babl/-/blob/BABL_0_1_122/NEWS
    
    While here, disable relocatable support for now. It is currently
    only supported on Linux, Windows and macOS.
    
    PR: 292859
---
 x11/babl/Makefile | 7 ++++---
 x11/babl/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/x11/babl/Makefile b/x11/babl/Makefile
index 6cae46404449..5138ee7eab37 100644
--- a/x11/babl/Makefile
+++ b/x11/babl/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	babl
-PORTVERSION=	0.1.120
+PORTVERSION=	0.1.122
 CATEGORIES=	x11
 MASTER_SITES=	GIMP
 
@@ -18,9 +18,10 @@ USES=		compiler:c11 gnome meson pathfix pkgconfig tar:xz vala:build
 USE_GNOME=	introspection:build
 USE_LDCONFIG=	yes
 
-MESON_ARGS=	-Dgi-docgen=disabled -Dwith-docs=false -Drelocatable=enabled
+# relocatable is currently supported on Linux, Windows and macOS only
+MESON_ARGS=	-Dgi-docgen=disabled -Dwith-docs=false -Drelocatable=disabled
 
-BABL_SHLIB=	0.219.1
+BABL_SHLIB=	0.221.1
 BABL_VER=	0.1
 PLIST_SUB+=	BABL_SHLIB=${BABL_SHLIB} BABL_VER=${BABL_VER}
 
diff --git a/x11/babl/distinfo b/x11/babl/distinfo
index ff0756b838e9..9fb556b6fb75 100644
--- a/x11/babl/distinfo
+++ b/x11/babl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1769507019
-SHA256 (babl-0.1.120.tar.xz) = f476ad15201fb4ed0c90c174c524b1e4271ccd69a377242d6a69fcdf87ceacc2
-SIZE (babl-0.1.120.tar.xz) = 325684
+TIMESTAMP = 1769984000
+SHA256 (babl-0.1.122.tar.xz) = 6851f705cda38f2df08a4ba8618279ce30d0a46f957fe6aa325b7b7de297bed2
+SIZE (babl-0.1.122.tar.xz) = 325824


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697fd0d7.18a0b.130b280c>