From owner-svn-ports-all@freebsd.org Thu Sep 3 16:37:05 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 0AC703C3C2B; Thu, 3 Sep 2020 16:37:05 +0000 (UTC) (envelope-from jbeich@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 4Bj60J6Zchz4gBr; Thu, 3 Sep 2020 16:37:04 +0000 (UTC) (envelope-from jbeich@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 C529E1EA06; Thu, 3 Sep 2020 16:37:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 083Gb4fK039118; Thu, 3 Sep 2020 16:37:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 083Gb43w039117; Thu, 3 Sep 2020 16:37:04 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202009031637.083Gb43w039117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 3 Sep 2020 16:37:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547467 - head/graphics/libavif X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/libavif X-SVN-Commit-Revision: 547467 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: Thu, 03 Sep 2020 16:37:05 -0000 Author: jbeich Date: Thu Sep 3 16:37:04 2020 New Revision: 547467 URL: https://svnweb.freebsd.org/changeset/ports/547467 Log: graphics/libavif: replace USES=localbase with upstream fix Modified: head/graphics/libavif/Makefile (contents, props changed) head/graphics/libavif/distinfo (contents, props changed) Modified: head/graphics/libavif/Makefile ============================================================================== --- head/graphics/libavif/Makefile Thu Sep 3 16:35:18 2020 (r547466) +++ head/graphics/libavif/Makefile Thu Sep 3 16:37:04 2020 (r547467) @@ -8,6 +8,7 @@ CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 274766b5e5a4.patch:-p1 # https://github.com/AOMediaCodec/libavif/pull/270 +PATCHFILES+= 2340cdb5f0c2.patch:-p1 # https://github.com/AOMediaCodec/libavif/pull/296 MAINTAINER= jbeich@FreeBSD.org COMMENT= Library for encoding and decoding .avif files @@ -17,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpng.so:graphics/png -USES= cmake compiler:c11 jpeg localbase:ldflags pkgconfig +USES= cmake compiler:c11 jpeg pkgconfig USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= AOMediaCodec Modified: head/graphics/libavif/distinfo ============================================================================== --- head/graphics/libavif/distinfo Thu Sep 3 16:35:18 2020 (r547466) +++ head/graphics/libavif/distinfo Thu Sep 3 16:37:04 2020 (r547467) @@ -3,3 +3,5 @@ SHA256 (AOMediaCodec-libavif-v0.8.1_GH0.tar.gz) = 27d3 SIZE (AOMediaCodec-libavif-v0.8.1_GH0.tar.gz) = 2915941 SHA256 (274766b5e5a4.patch) = d446c8ed9be1366a4a9d02875e49d2878ceae108040dc30f0b3d7aabfaace6a9 SIZE (274766b5e5a4.patch) = 1053 +SHA256 (2340cdb5f0c2.patch) = d6886eb5f74ba65b84b22859d4c5b9b16e8c0d8692959fd04d0624b2487c6763 +SIZE (2340cdb5f0c2.patch) = 1712