summaryrefslogtreecommitdiff
path: root/x11/xdpyinfo
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xdpyinfo')
-rw-r--r--x11/xdpyinfo/Makefile12
-rw-r--r--x11/xdpyinfo/distinfo5
-rw-r--r--x11/xdpyinfo/pkg-descr7
3 files changed, 13 insertions, 11 deletions
diff --git a/x11/xdpyinfo/Makefile b/x11/xdpyinfo/Makefile
index bcaeb1d888b6..532fd8397bd8 100644
--- a/x11/xdpyinfo/Makefile
+++ b/x11/xdpyinfo/Makefile
@@ -1,20 +1,18 @@
PORTNAME= xdpyinfo
-PORTVERSION= 1.3.2
-PORTREVISION= 5
+DISTVERSION= 1.3.4
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Display information utility for X
+WWW= https://gitlab.freedesktop.org/xorg/app/xdpyinfo
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
-USES= xorg xorg-cat:app
-USE_XORG= x11 xcb xcomposite xext xinerama xorgproto xrender \
+USES= tar:xz xorg xorg-cat:app
+USE_XORG= x11 xcb xcomposite xext xi xinerama xorgproto xrender \
xtst xxf86dga xxf86vm
-CONFIGURE_ARGS= --without-xf86misc
-
PLIST_FILES= bin/xdpyinfo share/man/man1/xdpyinfo.1.gz
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>
diff --git a/x11/xdpyinfo/distinfo b/x11/xdpyinfo/distinfo
index b647047e4a06..4cb9d7344205 100644
--- a/x11/xdpyinfo/distinfo
+++ b/x11/xdpyinfo/distinfo
@@ -1,2 +1,3 @@
-SHA256 (xorg/app/xdpyinfo-1.3.2.tar.bz2) = 30238ed915619e06ceb41721e5f747d67320555cc38d459e954839c189ccaf51
-SIZE (xorg/app/xdpyinfo-1.3.2.tar.bz2) = 141351
+TIMESTAMP = 1748021082
+SHA256 (xorg/app/xdpyinfo-1.3.4.tar.xz) = a8ada581dbd7266440d7c3794fa89edf6b99b8857fc2e8c31042684f3af4822b
+SIZE (xorg/app/xdpyinfo-1.3.4.tar.xz) = 137064
diff --git a/x11/xdpyinfo/pkg-descr b/x11/xdpyinfo/pkg-descr
index 1ab1193022b3..4596654acddb 100644
--- a/x11/xdpyinfo/pkg-descr
+++ b/x11/xdpyinfo/pkg-descr
@@ -1,2 +1,5 @@
-This package contains xdpyinfo, which is a utility for displaying
-information about an X server.
+Xdpyinfo is a utility for displaying information about an X server. It
+is used to examine the capabilities of a server, the predefined values
+for various parameters used in communicating between clients and the
+server, and the different types of screens and visuals that are
+available.