Date: Wed, 29 Apr 2026 14:58:31 +0000 From: Kousuke Kannagi <mce@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0bdbabb96da5 - main - x11/editres: Update to 1.1.1 Message-ID: <69f21c97.3d569.5dcd36ec@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by mce: URL: https://cgit.FreeBSD.org/ports/commit/?id=0bdbabb96da5de92744dc6a4a016e23419b69077 commit 0bdbabb96da5de92744dc6a4a016e23419b69077 Author: Kousuke Kannagi <mce@FreeBSD.org> AuthorDate: 2026-04-28 16:48:08 +0000 Commit: Kousuke Kannagi <mce@FreeBSD.org> CommitDate: 2026-04-29 14:58:05 +0000 x11/editres: Update to 1.1.1 Add WWW and update pkg-descr. https://lists.x.org/archives/xorg-announce/2026-April/003681.html https://lists.x.org/archives/xorg-announce/2026-April/003696.html PR: 294652 Approved by: x11 (arrowd) Approved by: fluffy (mentor) --- x11/editres/Makefile | 11 +++++------ x11/editres/distinfo | 6 +++--- x11/editres/pkg-descr | 9 +++++++-- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/x11/editres/Makefile b/x11/editres/Makefile index 8a7250c257b2..672396197d94 100644 --- a/x11/editres/Makefile +++ b/x11/editres/Makefile @@ -1,18 +1,17 @@ PORTNAME= editres -PORTVERSION= 1.0.9 +DISTVERSION= 1.1.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Dynamic resource editor for X Toolkit Applications +WWW= https://gitlab.freedesktop.org/xorg/app/editres LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= tar:xz xorg xorg-cat:app -USE_XORG= x11 xt xmu xaw - -LIB_DEPENDS+=libxkbfile.so:x11/libxkbfile +LIB_DEPENDS= libxkbfile.so:x11/libxkbfile -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xaw xmu xorgproto xt .include <bsd.port.mk> diff --git a/x11/editres/distinfo b/x11/editres/distinfo index 00fecd2b6d85..c4846f50a74b 100644 --- a/x11/editres/distinfo +++ b/x11/editres/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709536946 -SHA256 (xorg/app/editres-1.0.9.tar.xz) = cdfc3f7a6f0ecea417af785b1f46469d9c21a3543a765480a3090fd65e3db3c6 -SIZE (xorg/app/editres-1.0.9.tar.xz) = 161300 +TIMESTAMP = 1777295178 +SHA256 (xorg/app/editres-1.1.1.tar.xz) = e0a29b2f5e178362f71950c45ec49b43ccc75cacf44356948377e71cdfee119b +SIZE (xorg/app/editres-1.1.1.tar.xz) = 166828 diff --git a/x11/editres/pkg-descr b/x11/editres/pkg-descr index dbea285b5c32..b27458e373c4 100644 --- a/x11/editres/pkg-descr +++ b/x11/editres/pkg-descr @@ -1,2 +1,7 @@ -This package contains editres, a dynamic resource editor for X Toolkit -Applications. +Editres is a tool that allows users and application developers to view +the full widget hierarchy of any Xt Toolkit application that speaks the +Editres protocol. In addition, editres will help the user construct +resource specifications, allow the user to apply the resource to the +application and view the results dynamically. Once the user is happy +with a resource specification editres will append the resource string to +the user's X Resources file.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f21c97.3d569.5dcd36ec>
