[Bug 293022] x11/tint: Update to 17.0.2 and unbreak on 16.0-CURRENT

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 07 Feb 2026 15:47:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293022

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vvd@FreeBSD.org

--- Comment #1 from Vladimir Druzenko <vvd@FreeBSD.org> ---
1. Replace PORTVERSION with DISTVERSION.
2. Use tag instead of commit.
3. Use bzip2 instead gzip for tarball (content of tarballs is same).

diff --git a/x11/tint/Makefile b/x11/tint/Makefile
index 6162275927e2..8e92440c8ea5 100644
--- a/x11/tint/Makefile
+++ b/x11/tint/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=      tint2
-PORTVERSION=   16.7
-PORTREVISION=  7
+DISTVERSION=   17.0.2
 CATEGORIES=    x11

 MAINTAINER=    yamagi@yamagi.org
@@ -16,8 +15,8 @@ LIB_DEPENDS=  libfontconfig.so:x11-fonts/fontconfig \
                libstartup-notification-1.so:x11/startup-notification

 USES=          cmake desktop-file-utils gettext-runtime gnome pkgconfig \
-               shared-mime-info xorg
-USE_GNOME=     cairo glib20 gtk20 librsvg2 pango
+               shared-mime-info tar:bz2 xorg
+USE_GNOME=     cairo glib20 gtk30 librsvg2 pango
 USE_XORG=      x11 xcomposite xdamage xext xfixes xinerama xrandr xrender

 CMAKE_ARGS=    -DMANDIR:PATH=man \
@@ -30,6 +29,5 @@ NLS_CMAKE_BOOL_OFF=   CMAKE_DISABLE_FIND_PACKAGE_Gettext

 USE_GITLAB=    yes
 GL_ACCOUNT=    o9000
-GL_TAGNAME=    78313502d3b26c217f5583a23ef571bc9e0edc45

 .include <bsd.port.mk>
diff --git a/x11/tint/distinfo b/usr/ports/x11/tint/distinfo
index 06ed401edbf5..e4a3b8c90a4d 100644
--- a/x11/tint/distinfo
+++ b/x11/tint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1617892667
-SHA256 (o9000-tint2-78313502d3b26c217f5583a23ef571bc9e0edc45_GL0.tar.gz) =
9fd43bcbd51a93c2d4b3bab3a50eee9bb783d265209ec9778bfc1b9e4146e965
-SIZE (o9000-tint2-78313502d3b26c217f5583a23ef571bc9e0edc45_GL0.tar.gz) =
551384
+TIMESTAMP = 1770474747
+SHA256 (tint2-17.0.2.tar.bz2) =
eb8bf56ac70178ad71f1e2177f16eb8fe9e9ac7c9d06603cfefd576ce7a8ce36
+SIZE (tint2-17.0.2.tar.bz2) = 405259

-- 
You are receiving this mail because:
You are the assignee for the bug.