diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index 30405312bab0..c697f131c53e 100644 --- a/x11/libXres/Makefile +++ b/x11/libXres/Makefile @@ -1,21 +1,19 @@ 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 USE_XORG= x11 xext xorgproto INSTALL_TARGET= install-strip CPE_PRODUCT= libxres CPE_VENDOR= x -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share - .include 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.