Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2020 20:48:05 +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: r534291 - head/x11/pixman
Message-ID:  <202005072048.047Km5oO075889@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Thu May  7 20:48:05 2020
New Revision: 534291
URL: https://svnweb.freebsd.org/changeset/ports/534291

Log:
  x11/pixman: Update to 0.40.0
  
  Update x11/pixman to 0.40.0
  This is a fairly big release.
  Big thanks to antoine@ for help with the exp-run!
  
  Changelog:
  https://lists.x.org/archives/xorg-announce/2020-April/003043.html
  
  PR:		246186 (exp-run)

Modified:
  head/x11/pixman/Makefile
  head/x11/pixman/distinfo
  head/x11/pixman/pkg-plist

Modified: head/x11/pixman/Makefile
==============================================================================
--- head/x11/pixman/Makefile	Thu May  7 20:44:09 2020	(r534290)
+++ head/x11/pixman/Makefile	Thu May  7 20:48:05 2020	(r534291)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pixman
-PORTVERSION=	0.38.4
+PORTVERSION=	0.40.0
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 PORTSCOUT=	limitw:1,even
 
-USES=		cpe perl5 xorg-cat:lib
+USES=		cpe perl5 tar:xz xorg-cat:lib
 USE_PERL5=	build
 CONFIGURE_ARGS=	--disable-gtk
 INSTALL_TARGET=	install-strip

Modified: head/x11/pixman/distinfo
==============================================================================
--- head/x11/pixman/distinfo	Thu May  7 20:44:09 2020	(r534290)
+++ head/x11/pixman/distinfo	Thu May  7 20:48:05 2020	(r534291)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1561381760
-SHA256 (xorg/lib/pixman-0.38.4.tar.bz2) = 84abb7fa2541af24d9c3b34bf75d6ac60cc94ac4410061bbb295b66a29221550
-SIZE (xorg/lib/pixman-0.38.4.tar.bz2) = 756898
+TIMESTAMP = 1588618784
+SHA256 (xorg/lib/pixman-0.40.0.tar.xz) = da8ed9fe2d1c5ef8ce5d1207992db959226bd4e37e3f88acf908fd9a71e2704e
+SIZE (xorg/lib/pixman-0.40.0.tar.xz) = 634752

Modified: head/x11/pixman/pkg-plist
==============================================================================
--- head/x11/pixman/pkg-plist	Thu May  7 20:44:09 2020	(r534290)
+++ head/x11/pixman/pkg-plist	Thu May  7 20:48:05 2020	(r534291)
@@ -3,5 +3,5 @@ include/pixman-1/pixman.h
 lib/libpixman-1.a
 lib/libpixman-1.so
 lib/libpixman-1.so.0
-lib/libpixman-1.so.0.38.4
+lib/libpixman-1.so.0.40.0
 libdata/pkgconfig/pixman-1.pc



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