svn commit: r504365 - head/x11/libXcursor

Niclas Zeising zeising at FreeBSD.org
Sun Jun 16 20:33:37 UTC 2019


Author: zeising
Date: Sun Jun 16 20:33:36 2019
New Revision: 504365
URL: https://svnweb.freebsd.org/changeset/ports/504365

Log:
  x11/libXcursor: Update to 1.2.0
  
  Update x11/libXcursor to 1.2.0
  This release adds ~/.local/share/icons to the front of the default
  cursor path in the library in support of the XDF user data dir.
  
  pet portlint by moving USES= earlier
  add LICENSE_FILE
  
  Changelog:
  https://lists.x.org/archives/xorg-announce/2019-March/002972.html
  
  Sponsored by:	B3 Init

Modified:
  head/x11/libXcursor/Makefile
  head/x11/libXcursor/distinfo

Modified: head/x11/libXcursor/Makefile
==============================================================================
--- head/x11/libXcursor/Makefile	Sun Jun 16 20:31:08 2019	(r504364)
+++ head/x11/libXcursor/Makefile	Sun Jun 16 20:33:36 2019	(r504365)
@@ -2,21 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	libXcursor
-PORTVERSION=	1.1.15
-PORTREVISION=	2
+PORTVERSION=	1.2.0
 CATEGORIES=	x11
 
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	X client-side cursor loading library
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		cpe
 XORG_CAT=	lib
 USE_XORG=	xrender x11 xfixes xorgproto
-
-USES+=	cpe
-CPE_PRODUCT=	libxcursor
 CPE_VENDOR=	x
+CPE_PRODUCT=	libxcursor
 
 CONFIGURE_ARGS=	--with-icondir=${PREFIX}/share/icons
 INSTALL_TARGET=	install-strip

Modified: head/x11/libXcursor/distinfo
==============================================================================
--- head/x11/libXcursor/distinfo	Sun Jun 16 20:31:08 2019	(r504364)
+++ head/x11/libXcursor/distinfo	Sun Jun 16 20:33:36 2019	(r504365)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513522502
-SHA256 (xorg/lib/libXcursor-1.1.15.tar.bz2) = 294e670dd37cd23995e69aae626629d4a2dfe5708851bbc13d032401b7a3df6b
-SIZE (xorg/lib/libXcursor-1.1.15.tar.bz2) = 331607
+TIMESTAMP = 1560360728
+SHA256 (xorg/lib/libXcursor-1.2.0.tar.bz2) = 3ad3e9f8251094af6fe8cb4afcf63e28df504d46bfa5a5529db74a505d628782
+SIZE (xorg/lib/libXcursor-1.2.0.tar.bz2) = 334144


More information about the svn-ports-all mailing list