diff options
Diffstat (limited to 'x11/xrdb')
-rw-r--r-- | x11/xrdb/Makefile | 10 | ||||
-rw-r--r-- | x11/xrdb/distinfo | 6 | ||||
-rw-r--r-- | x11/xrdb/pkg-descr | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/x11/xrdb/Makefile b/x11/xrdb/Makefile index 5749500c8389..0b1f4ff62088 100644 --- a/x11/xrdb/Makefile +++ b/x11/xrdb/Makefile @@ -1,18 +1,16 @@ PORTNAME= xrdb -PORTVERSION= 1.2.1 -PORTREVISION= 1 +DISTVERSION= 1.2.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X server resource database utility +WWW= https://gitlab.freedesktop.org/xorg/app/xrdb LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= xmuu x11 - -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xmuu xorgproto PLIST_FILES= bin/xrdb share/man/man1/xrdb.1.gz diff --git a/x11/xrdb/distinfo b/x11/xrdb/distinfo index e96dd4e63e3e..b94c7ba70529 100644 --- a/x11/xrdb/distinfo +++ b/x11/xrdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656486621 -SHA256 (xorg/app/xrdb-1.2.1.tar.bz2) = 4f5d031c214ffb88a42ae7528492abde1178f5146351ceb3c05f3b8d5abee8b4 -SIZE (xorg/app/xrdb-1.2.1.tar.bz2) = 143216 +TIMESTAMP = 1746497397 +SHA256 (xorg/app/xrdb-1.2.2.tar.xz) = 31f5fcab231b38f255b00b066cf7ea3b496df712c9eb2d0d50c670b63e5033f4 +SIZE (xorg/app/xrdb-1.2.2.tar.xz) = 136768 diff --git a/x11/xrdb/pkg-descr b/x11/xrdb/pkg-descr index 51829b16b5f7..eeb0d412483c 100644 --- a/x11/xrdb/pkg-descr +++ b/x11/xrdb/pkg-descr @@ -1 +1,7 @@ -This package contains xrdb, a X server resource database utility. +Xrdb is a command line utility to manage the X server resource database +for the current session. + +Xrdb is used to get or set the contents of the RESOURCE_MANAGER +property on the root window of screen 0, or the SCREEN_RESOURCES +property on the root window of any or all screens, or everything +combined. This program is normally run from the X startup file. |