diff --git a/x11/libXdamage/Makefile b/x11/libXdamage/Makefile index 1774356d2532..f7f8836b2d71 100644 --- a/x11/libXdamage/Makefile +++ b/x11/libXdamage/Makefile @@ -1,18 +1,17 @@ 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 .include 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.