From owner-svn-ports-all@freebsd.org Sun Sep 13 16:37:22 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6A8DB3DF06F; Sun, 13 Sep 2020 16:37:22 +0000 (UTC) (envelope-from yuri@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BqFX21yMVz4Mg9; Sun, 13 Sep 2020 16:37:22 +0000 (UTC) (envelope-from yuri@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 21A828A72; Sun, 13 Sep 2020 16:37:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08DGbLsk065765; Sun, 13 Sep 2020 16:37:21 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08DGbLqM065764; Sun, 13 Sep 2020 16:37:21 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202009131637.08DGbLqM065764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 13 Sep 2020 16:37:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548484 - head/graphics/cairo X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/cairo X-SVN-Commit-Revision: 548484 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Sun, 13 Sep 2020 16:37:22 -0000 Author: yuri Date: Sun Sep 13 16:37:21 2020 New Revision: 548484 URL: https://svnweb.freebsd.org/changeset/ports/548484 Log: graphics/cairo: Roll back r548287 thyat upgraded cairo to 1.17.2 due to run-time problems that it caused PR: 249290 Reported by: Stefan Ehmann et al. Modified: head/graphics/cairo/Makefile head/graphics/cairo/distinfo Modified: head/graphics/cairo/Makefile ============================================================================== --- head/graphics/cairo/Makefile Sun Sep 13 15:58:46 2020 (r548483) +++ head/graphics/cairo/Makefile Sun Sep 13 16:37:21 2020 (r548484) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= cairo -DISTVERSION= 1.17.2 -PORTEPOCH= 2 +PORTVERSION= 1.16.0 # update to 1.17.2 causes problems, see bug#249290 +PORTEPOCH= 3 CATEGORIES= graphics -MASTER_SITES= https://cairographics.org/snapshots/ +MASTER_SITES= http://cairographics.org/releases/ \ + http://cairographics.org/snapshots/ MAINTAINER= desktop@FreeBSD.org COMMENT= Vector graphics library with cross-device output support @@ -64,7 +65,7 @@ MIPS_BUILD_DEPENDS= ${LOCALBASE}/include/atomic_ops.h: MIPS_USES= localbase MIPS_CONFIGURE_ENV= cairo_cv_atomic_primitives="libatomic-ops" -PLIST_SUB+= LIBVER=2.11702.0 +PLIST_SUB+= LIBVER=2.11600.0 post-patch: @${REINPLACE_CMD} -e '/strings/s/ - / -a /' \ Modified: head/graphics/cairo/distinfo ============================================================================== --- head/graphics/cairo/distinfo Sun Sep 13 15:58:46 2020 (r548483) +++ head/graphics/cairo/distinfo Sun Sep 13 16:37:21 2020 (r548484) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590688004 -SHA256 (cairo-1.17.2.tar.xz) = 6b70d4655e2a47a22b101c666f4b29ba746eda4aa8a0f7255b32b2e9408801df -SIZE (cairo-1.17.2.tar.xz) = 42674648 +TIMESTAMP = 1542402739 +SHA256 (cairo-1.16.0.tar.xz) = 5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331 +SIZE (cairo-1.16.0.tar.xz) = 41997432