From owner-svn-ports-all@freebsd.org Thu Jul 4 15:38:22 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB81F15D7FDF; Thu, 4 Jul 2019 15:38:21 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 90F569596A; Thu, 4 Jul 2019 15:38:21 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 674B624E7C; Thu, 4 Jul 2019 15:38:21 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x64FcLZK000598; Thu, 4 Jul 2019 15:38:21 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x64FcKow000593; Thu, 4 Jul 2019 15:38:20 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201907041538.x64FcKow000593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 4 Jul 2019 15:38:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505838 - in head/x11/pixman: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/x11/pixman: . files X-SVN-Commit-Revision: 505838 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 90F569596A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jul 2019 15:38:22 -0000 Author: zeising Date: Thu Jul 4 15:38:20 2019 New Revision: 505838 URL: https://svnweb.freebsd.org/changeset/ports/505838 Log: x11/pixman: Update to 0.38.4 PR: 233737 Submitted by: Charlie Li (original version) exp-run by: antoine Sponsored by: B3 Init (zeising) Deleted: head/x11/pixman/files/ Modified: head/x11/pixman/Makefile head/x11/pixman/distinfo head/x11/pixman/pkg-descr head/x11/pixman/pkg-plist Modified: head/x11/pixman/Makefile ============================================================================== --- head/x11/pixman/Makefile Thu Jul 4 14:41:57 2019 (r505837) +++ head/x11/pixman/Makefile Thu Jul 4 15:38:20 2019 (r505838) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pixman -PORTVERSION= 0.34.0 -PORTREVISION= 1 +PORTVERSION= 0.38.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: head/x11/pixman/distinfo ============================================================================== --- head/x11/pixman/distinfo Thu Jul 4 14:41:57 2019 (r505837) +++ head/x11/pixman/distinfo Thu Jul 4 15:38:20 2019 (r505838) @@ -1,2 +1,3 @@ -SHA256 (xorg/lib/pixman-0.34.0.tar.bz2) = 39ba3438f3d17c464b0cb8be006dacbca0ab5aee97ebde69fec7ecdbf85794a0 -SIZE (xorg/lib/pixman-0.34.0.tar.bz2) = 739656 +TIMESTAMP = 1561381760 +SHA256 (xorg/lib/pixman-0.38.4.tar.bz2) = 84abb7fa2541af24d9c3b34bf75d6ac60cc94ac4410061bbb295b66a29221550 +SIZE (xorg/lib/pixman-0.38.4.tar.bz2) = 756898 Modified: head/x11/pixman/pkg-descr ============================================================================== --- head/x11/pixman/pkg-descr Thu Jul 4 14:41:57 2019 (r505837) +++ head/x11/pixman/pkg-descr Thu Jul 4 15:38:20 2019 (r505838) @@ -1,3 +1,3 @@ This package contains the pixman library. -WWW: http://www.freedesktop.org/Software/xlibs +WWW: http://pixman.org Modified: head/x11/pixman/pkg-plist ============================================================================== --- head/x11/pixman/pkg-plist Thu Jul 4 14:41:57 2019 (r505837) +++ head/x11/pixman/pkg-plist Thu Jul 4 15:38:20 2019 (r505838) @@ -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.34.0 +lib/libpixman-1.so.0.38.4 libdata/pkgconfig/pixman-1.pc