git: a08a8ede853e - main - x11/libXcursor: Update to 1.2.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Jul 2025 13:54:57 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a08a8ede853e52a89564fbf5accaa516d6af5cb1
commit a08a8ede853e52a89564fbf5accaa516d6af5cb1
Author: mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-05-22 00:13:52 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2025-07-01 13:54:17 +0000
x11/libXcursor: Update to 1.2.3
PR: 286986
---
x11/libXcursor/Makefile | 3 +--
x11/libXcursor/distinfo | 6 +++---
x11/libXcursor/pkg-descr | 8 +++++++-
3 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile
index 0834adc33bf0..3197c7e87613 100644
--- a/x11/libXcursor/Makefile
+++ b/x11/libXcursor/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libXcursor
-PORTVERSION= 1.2.2
+DISTVERSION= 1.2.3
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -14,7 +14,6 @@ USE_XORG= xrender x11 xfixes xorgproto
CPE_VENDOR= x
CPE_PRODUCT= libxcursor
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --with-icondir=${PREFIX}/share/icons \
--with-cursorpath="~/.local/share/icons:~/.icons:${PREFIX}/share/icons:${PREFIX}/share/pixmaps"
INSTALL_TARGET= install-strip
diff --git a/x11/libXcursor/distinfo b/x11/libXcursor/distinfo
index 281510f2e222..484e7d0b278b 100644
--- a/x11/libXcursor/distinfo
+++ b/x11/libXcursor/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709444312
-SHA256 (xorg/lib/libXcursor-1.2.2.tar.xz) = 53d071bd2cc56e517a30998d5e685c8a74556ddada43c6985d14da9a023a88ee
-SIZE (xorg/lib/libXcursor-1.2.2.tar.xz) = 289536
+TIMESTAMP = 1747549658
+SHA256 (xorg/lib/libXcursor-1.2.3.tar.xz) = fde9402dd4cfe79da71e2d96bb980afc5e6ff4f8a7d74c159e1966afb2b2c2c0
+SIZE (xorg/lib/libXcursor-1.2.3.tar.xz) = 292764
diff --git a/x11/libXcursor/pkg-descr b/x11/libXcursor/pkg-descr
index cb6ac8026f02..8dd65e68e1b3 100644
--- a/x11/libXcursor/pkg-descr
+++ b/x11/libXcursor/pkg-descr
@@ -1 +1,7 @@
-This package contains the X client-side cursor loading library.
+This package, libXcursor, provides the client-side cursor loading
+library for X. This cursor management library is a simple library
+designed to help locate and load cursors (from files or memory).
+
+A library of common cursors exists which map to the standard X cursor
+names. Cursors can exist in several sizes and the library automatically
+picks the best size.