git: 3c4c47dad694 - main - x11/viewres: Update to 1.0.8

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Tue, 01 Jul 2025 13:55:06 UTC
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3c4c47dad6949ee452723d06de92aa1ad54f9e51

commit 3c4c47dad6949ee452723d06de92aa1ad54f9e51
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-06-04 00:27:35 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2025-07-01 13:54:19 +0000

    x11/viewres: Update to 1.0.8
    
    PR:     287285
---
 x11/viewres/Makefile  | 9 ++++-----
 x11/viewres/distinfo  | 6 +++---
 x11/viewres/pkg-descr | 5 +++++
 3 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/x11/viewres/Makefile b/x11/viewres/Makefile
index ef3b9e959ab1..72499f5377e5 100644
--- a/x11/viewres/Makefile
+++ b/x11/viewres/Makefile
@@ -1,21 +1,20 @@
 PORTNAME=	viewres
-PORTVERSION=	1.0.6
-PORTREVISION=	1
+DISTVERSION=	1.0.8
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Graphical class browser for Xt
+WWW=		https://gitlab.freedesktop.org/xorg/app/viewres
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		xorg xorg-cat:app
-USE_XORG=	x11 xaw xmu xt
+USES=		tar:xz xorg xorg-cat:app
+USE_XORG=	x11 xaw xmu xorgproto xt
 
 PLIST_FILES+=	bin/viewres \
 		share/man/man1/viewres.1.gz \
 		share/X11/app-defaults/Viewres \
 		share/X11/app-defaults/Viewres-color
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/viewres/distinfo b/x11/viewres/distinfo
index e3710a1a41be..7b5467293e46 100644
--- a/x11/viewres/distinfo
+++ b/x11/viewres/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566826645
-SHA256 (xorg/app/viewres-1.0.6.tar.bz2) = 11c15db02066c1d5fc3febf9b185d16c1112f87e37c4b101a484dcefffb80934
-SIZE (xorg/app/viewres-1.0.6.tar.bz2) = 135200
+TIMESTAMP = 1747936576
+SHA256 (xorg/app/viewres-1.0.8.tar.xz) = 4b221c2b103390b166633612b9abf8036cbbe90605dbd8a37cf2a377fa2b6cd2
+SIZE (xorg/app/viewres-1.0.8.tar.xz) = 133288
diff --git a/x11/viewres/pkg-descr b/x11/viewres/pkg-descr
index d334bb9e5464..aa58fb1f0e1c 100644
--- a/x11/viewres/pkg-descr
+++ b/x11/viewres/pkg-descr
@@ -1,2 +1,7 @@
 This package contains viewres, a graphical class browser that displays
 a tree showing the widget class hierarchy of the Athena Widget Set.
+
+Each node in the tree can be expanded to show the resources that the
+corresponding class adds (i.e. does not inherit from its parent) when a
+widget is created. This application allows the user to visually examine
+the structure and inherited resources for the Athena Widget Set.