summaryrefslogtreecommitdiff
path: root/x11/libXcursor
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libXcursor')
-rw-r--r--x11/libXcursor/Makefile3
-rw-r--r--x11/libXcursor/distinfo6
-rw-r--r--x11/libXcursor/pkg-descr8
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.