Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2019 20:33:36 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504365 - head/x11/libXcursor
Message-ID:  <201906162033.x5GKXaeD001589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906162033.x5GKXaeD001589>