svn commit: r504368 - head/x11/libXrandr
Niclas Zeising
zeising at FreeBSD.org
Sun Jun 16 20:37:43 UTC 2019
Author: zeising
Date: Sun Jun 16 20:37:42 2019
New Revision: 504368
URL: https://svnweb.freebsd.org/changeset/ports/504368
Log:
x11/libXrandr: Update to 1.5.2
Update x11/libXrandr to 1.5.2
This is a maintenance release, containing fixes to the build system and
updates for the freedesktop.org gitlab move.
pet portlint by moving USES= earlier
INSTALL_TARGET=install-strip to strip binaries and libraries
Changelog:
https://lists.x.org/archives/xorg-announce/2019-March/002979.html
Sponsored by: B3 Init
Modified:
head/x11/libXrandr/Makefile
head/x11/libXrandr/distinfo
Modified: head/x11/libXrandr/Makefile
==============================================================================
--- head/x11/libXrandr/Makefile Sun Jun 16 20:36:24 2019 (r504367)
+++ head/x11/libXrandr/Makefile Sun Jun 16 20:37:42 2019 (r504368)
@@ -2,19 +2,21 @@
# $FreeBSD$
PORTNAME= libXrandr
-PORTVERSION= 1.5.1
-PORTREVISION= 2
+PORTVERSION= 1.5.2
CATEGORIES= x11
MAINTAINER= x11 at FreeBSD.org
COMMENT= X Resize and Rotate extension library
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+USES= cpe
XORG_CAT= lib
USE_XORG= x11 xext xrender xorgproto
-USES+= cpe
-CPE_PRODUCT= libxrandr
CPE_VENDOR= x
+CPE_PRODUCT= libxrandr
+
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>
Modified: head/x11/libXrandr/distinfo
==============================================================================
--- head/x11/libXrandr/distinfo Sun Jun 16 20:36:24 2019 (r504367)
+++ head/x11/libXrandr/distinfo Sun Jun 16 20:37:42 2019 (r504368)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475696152
-SHA256 (xorg/lib/libXrandr-1.5.1.tar.bz2) = 1ff9e7fa0e4adea912b16a5f0cfa7c1d35b0dcda0e216831f7715c8a3abcf51a
-SIZE (xorg/lib/libXrandr-1.5.1.tar.bz2) = 315769
+TIMESTAMP = 1560362897
+SHA256 (xorg/lib/libXrandr-1.5.2.tar.bz2) = 8aea0ebe403d62330bb741ed595b53741acf45033d3bda1792f1d4cc3daee023
+SIZE (xorg/lib/libXrandr-1.5.2.tar.bz2) = 330726
More information about the svn-ports-head
mailing list