From owner-svn-ports-all@freebsd.org Tue Oct 13 20:17:00 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 970A244AA14; Tue, 13 Oct 2020 20:17:00 +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 4C9mzc3WxMz4FG4; Tue, 13 Oct 2020 20:17:00 +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 5C5CA22DDA; Tue, 13 Oct 2020 20:17:00 +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 09DKH0CS024685; Tue, 13 Oct 2020 20:17:00 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09DKGxh6024680; Tue, 13 Oct 2020 20:16:59 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202010132016.09DKGxh6024680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 13 Oct 2020 20:16:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r552283 - branches/2020Q4/audio/abgate-lv2 X-SVN-Group: ports-branches X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: branches/2020Q4/audio/abgate-lv2 X-SVN-Commit-Revision: 552283 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: Tue, 13 Oct 2020 20:17:00 -0000 Author: yuri Date: Tue Oct 13 20:16:59 2020 New Revision: 552283 URL: https://svnweb.freebsd.org/changeset/ports/552283 Log: MFH: r552245 audio/abgate-lv2: Unbreak It got broken when audio/lv2 was upgraded to 1.18.0. Approved by: ports-secteam (joneum) Modified: branches/2020Q4/audio/abgate-lv2/Makefile branches/2020Q4/audio/abgate-lv2/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/audio/abgate-lv2/Makefile ============================================================================== --- branches/2020Q4/audio/abgate-lv2/Makefile Tue Oct 13 19:50:07 2020 (r552282) +++ branches/2020Q4/audio/abgate-lv2/Makefile Tue Oct 13 20:16:59 2020 (r552283) @@ -7,13 +7,14 @@ PORTREVISION= 3 CATEGORIES= audio PKGNAMESUFFIX= -lv2 +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= fbe77164cf58807807b8c6ec496430f34f88d780.patch:-p1 # Fix build against latest LV2: https://github.com/antanasbruzas/abGate/pull/3 + MAINTAINER= yuri@FreeBSD.org COMMENT= Noise gate LV2 plugin LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE - -BROKEN= gate.cpp:47:41: error: unknown type name '_LV2_Descriptor'; did you mean 'LV2_Descriptor'? BUILD_DEPENDS= lv2>0:audio/lv2 Modified: branches/2020Q4/audio/abgate-lv2/distinfo ============================================================================== --- branches/2020Q4/audio/abgate-lv2/distinfo Tue Oct 13 19:50:07 2020 (r552282) +++ branches/2020Q4/audio/abgate-lv2/distinfo Tue Oct 13 20:16:59 2020 (r552283) @@ -1,3 +1,5 @@ -TIMESTAMP = 1510096119 +TIMESTAMP = 1602610354 SHA256 (antanasbruzas-abGate-v1.1.9_GH0.tar.gz) = 898b50cce44dffedd82ec0e6d6d043a9d26534fbf07898d099575ea4c1057721 SIZE (antanasbruzas-abGate-v1.1.9_GH0.tar.gz) = 814739 +SHA256 (fbe77164cf58807807b8c6ec496430f34f88d780.patch) = 49083350aa198a16645576a5c4d20a3ee3ffef42fa7c4d705276373d0beba933 +SIZE (fbe77164cf58807807b8c6ec496430f34f88d780.patch) = 841