diff options
Diffstat (limited to 'x11/appres')
-rw-r--r-- | x11/appres/Makefile | 12 | ||||
-rw-r--r-- | x11/appres/distinfo | 6 | ||||
-rw-r--r-- | x11/appres/pkg-descr | 2 |
3 files changed, 11 insertions, 9 deletions
diff --git a/x11/appres/Makefile b/x11/appres/Makefile index e41b93ce6198..c4694985eaf8 100644 --- a/x11/appres/Makefile +++ b/x11/appres/Makefile @@ -1,15 +1,17 @@ PORTNAME= appres -PORTVERSION= 1.0.5 -PORTREVISION= 1 +DISTVERSION= 1.0.7 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Program to list application's resources +WWW= https://gitlab.freedesktop.org/xorg/app/appres -USES= xorg xorg-cat:app -USE_XORG= x11 xt +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xt xorgproto PLIST_FILES= bin/appres share/man/man1/appres.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/appres/distinfo b/x11/appres/distinfo index 646a667889f6..d74738d00f3c 100644 --- a/x11/appres/distinfo +++ b/x11/appres/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525887215 -SHA256 (xorg/app/appres-1.0.5.tar.bz2) = ffad893712c81943b919e3cbfe46fc65259cc0d9eb96d5e658670e3fbb265928 -SIZE (xorg/app/appres-1.0.5.tar.bz2) = 124531 +TIMESTAMP = 1747928216 +SHA256 (xorg/app/appres-1.0.7.tar.xz) = 1114b189239fd87a8d1db433edcb4486346d29912132b91eaeee5667f13b819f +SIZE (xorg/app/appres-1.0.7.tar.xz) = 120780 diff --git a/x11/appres/pkg-descr b/x11/appres/pkg-descr index 6a5b906d2e75..4c5adb9fdbad 100644 --- a/x11/appres/pkg-descr +++ b/x11/appres/pkg-descr @@ -1,4 +1,4 @@ The appres program prints the resources seen by an application (or subhierarchy of an application) with the specified class and instance -names. It can be used to determine which resources a particular +names. It can be used to determine which resources a particular program will load. |