Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2020 20:16:59 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r552283 - branches/2020Q4/audio/abgate-lv2
Message-ID:  <202010132016.09DKGxh6024680@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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