aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorKousuke Kannagi <mce@FreeBSD.org>2025-09-19 02:00:37 +0000
committerKousuke Kannagi <mce@FreeBSD.org>2026-07-12 23:39:42 +0000
commitcdc60dd22f07b4d4e77bf72f9e1412503dc14615 (patch)
tree8887bd4c36ce8f852b5092e6aea87fc797b5f9b6 /x11
parentc50f108bdc87052bfd3d91b914273e2b467f0c08 (diff)
Diffstat (limited to 'x11')
-rw-r--r--x11/libXres/Makefile8
-rw-r--r--x11/libXres/distinfo6
-rw-r--r--x11/libXres/pkg-descr5
3 files changed, 10 insertions, 9 deletions
diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile
index 30405312bab0..c697f131c53e 100644
--- a/x11/libXres/Makefile
+++ b/x11/libXres/Makefile
@@ -1,13 +1,13 @@
PORTNAME= libXres
-PORTVERSION= 1.2.2
-PORTREVISION= 1
+DISTVERSION= 1.2.3
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Resource usage library
-WWW= https://www.freedesktop.org/Software/xlibs
+WWW= https://gitlab.freedesktop.org/xorg/lib/libxres
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
EXTRACT_SUFX= .tar.xz
USES= cpe xorg xorg-cat:lib
@@ -16,6 +16,4 @@ INSTALL_TARGET= install-strip
CPE_PRODUCT= libxres
CPE_VENDOR= x
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-
.include <bsd.port.mk>
diff --git a/x11/libXres/distinfo b/x11/libXres/distinfo
index 5a77ed7808c3..0fa7f072b2f7 100644
--- a/x11/libXres/distinfo
+++ b/x11/libXres/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1670266574
-SHA256 (xorg/lib/libXres-1.2.2.tar.xz) = 9a7446f3484b9b7538ac5ee30d2c1ce9e5b7fbbaf1440e02f6cca186a1fa745f
-SIZE (xorg/lib/libXres-1.2.2.tar.xz) = 261400
+TIMESTAMP = 1757641371
+SHA256 (xorg/lib/libXres-1.2.3.tar.xz) = d2de8f5401d6c86a8992791654547eb8def585dfdc0c08cc16e24ef6aeeb69dc
+SIZE (xorg/lib/libXres-1.2.3.tar.xz) = 268476
diff --git a/x11/libXres/pkg-descr b/x11/libXres/pkg-descr
index 1bde2f1e813a..be1b4f60c220 100644
--- a/x11/libXres/pkg-descr
+++ b/x11/libXres/pkg-descr
@@ -1 +1,4 @@
-This package contains the X Resource usage library.
+XRes is X Resource extension client library.
+X Resource is an extension that allows a client to query the X server
+about its usage of various resources. It should not be confused with
+the X resource database access functions.