summaryrefslogtreecommitdiff
path: root/x11/xprop
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xprop')
-rw-r--r--x11/xprop/Makefile7
-rw-r--r--x11/xprop/distinfo6
-rw-r--r--x11/xprop/pkg-descr6
3 files changed, 10 insertions, 9 deletions
diff --git a/x11/xprop/Makefile b/x11/xprop/Makefile
index 5244897a2a07..8a6a4057b1b5 100644
--- a/x11/xprop/Makefile
+++ b/x11/xprop/Makefile
@@ -1,18 +1,17 @@
PORTNAME= xprop
-PORTVERSION= 1.2.7
+DISTVERSION= 1.2.8
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Property displayer for X
+WWW= https://gitlab.freedesktop.org/xorg/app/xprop
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
EXTRACT_SUFX= .tar.xz
USES= xorg xorg-cat:app
-USE_XORG= x11
-
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+USE_XORG= x11 xorgproto
PLIST_FILES= bin/xprop share/man/man1/xprop.1.gz
diff --git a/x11/xprop/distinfo b/x11/xprop/distinfo
index 2841db380587..edfb2c07e224 100644
--- a/x11/xprop/distinfo
+++ b/x11/xprop/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1707032736
-SHA256 (xorg/app/xprop-1.2.7.tar.xz) = 4436e3148bb91a162406230d9f736a49ca8b50b74790015dc15d78d6ce8e825f
-SIZE (xorg/app/xprop-1.2.7.tar.xz) = 144216
+TIMESTAMP = 1747402697
+SHA256 (xorg/app/xprop-1.2.8.tar.xz) = d689e2adb7ef7b439f6469b51cda8a7daefc83243854c2a3b8f84d0f029d67ee
+SIZE (xorg/app/xprop-1.2.8.tar.xz) = 147396
diff --git a/x11/xprop/pkg-descr b/x11/xprop/pkg-descr
index c5c0f971dac2..68bd74c7131c 100644
--- a/x11/xprop/pkg-descr
+++ b/x11/xprop/pkg-descr
@@ -1,2 +1,4 @@
-This package contains the xprop utility, which is for displaying window
-and font properties in an X server.
+The xprop utility is for displaying window and font properties in an X
+server. One window or font is selected using the command line arguments
+or possibly in the case of a window, by clicking on the desired window.
+A list of properties is then given, possibly with formatting information.