x11/xrdb: Update to 1.2.2

PR:	286704
This commit is contained in:
mew14930xvi 2025-06-12 09:09:46 +09:00 committed by Emmanuel Vadot
parent c41190bc74
commit 43e971cf41
3 changed files with 14 additions and 10 deletions

View File

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

View File

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

View File

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