aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKousuke Kannagi <mce@FreeBSD.org>2026-02-16 01:56:02 +0000
committerKousuke Kannagi <mce@FreeBSD.org>2026-05-06 07:54:10 +0000
commiteaafb1ecf0837cafb535e5be5c3a201cc257a30a (patch)
tree7b17270e474562c3437c0044d6773a1bec0b1156
parentb1586e2161168176cd97d377680336192d6251f1 (diff)
x11/libXdamage: Update to 1.1.7
Update WWW and pkg-descr. https://lists.x.org/archives/xorg-announce/2026-January/003659.html PR: 293201 Approved by: x11 (arrowd) Approved by: fluffy (mentor)
-rw-r--r--x11/libXdamage/Makefile7
-rw-r--r--x11/libXdamage/distinfo6
-rw-r--r--x11/libXdamage/pkg-descr4
3 files changed, 9 insertions, 8 deletions
diff --git a/x11/libXdamage/Makefile b/x11/libXdamage/Makefile
index 1774356d2532..f7f8836b2d71 100644
--- a/x11/libXdamage/Makefile
+++ b/x11/libXdamage/Makefile
@@ -1,16 +1,15 @@
PORTNAME= libXdamage
-PORTVERSION= 1.1.6
+DISTVERSION= 1.1.7
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Damage extension library
-WWW= https://www.freedesktop.org/wiki/Software/xlibs/
+WWW= https://gitlab.freedesktop.org/xorg/lib/libxdamage
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
-EXTRACT_SUFX= .tar.xz
-USES= xorg xorg-cat:lib
+USES= tar:xz xorg xorg-cat:lib
USE_XORG= x11 xfixes xorgproto
INSTALL_TARGET= install-strip
diff --git a/x11/libXdamage/distinfo b/x11/libXdamage/distinfo
index b19f5981ecf5..010b907c00e9 100644
--- a/x11/libXdamage/distinfo
+++ b/x11/libXdamage/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1670265399
-SHA256 (xorg/lib/libXdamage-1.1.6.tar.xz) = 52733c1f5262fca35f64e7d5060c6fcd81a880ba8e1e65c9621cf0727afb5d11
-SIZE (xorg/lib/libXdamage-1.1.6.tar.xz) = 257532
+TIMESTAMP = 1771118556
+SHA256 (xorg/lib/libXdamage-1.1.7.tar.xz) = 127067f521d3ee467b97bcb145aeba1078e2454d448e8748eb984d5b397bde24
+SIZE (xorg/lib/libXdamage-1.1.7.tar.xz) = 265336
diff --git a/x11/libXdamage/pkg-descr b/x11/libXdamage/pkg-descr
index 45abde587ecf..88345cc6d0c5 100644
--- a/x11/libXdamage/pkg-descr
+++ b/x11/libXdamage/pkg-descr
@@ -1 +1,3 @@
-This package contains the X Damage extension library.
+This package contains the Xlib-based library for the X Damage
+extension. The X Damage Extension allows applications to track
+modified regions of drawables.