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 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.