Date: Sun, 25 Nov 2018 18:10:15 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485886 - in head/audio/gmsynth-lv2: . files Message-ID: <201811251810.wAPIAF93089258@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Nov 25 18:10:14 2018 New Revision: 485886 URL: https://svnweb.freebsd.org/changeset/ports/485886 Log: audio/gmsynth-lv2: Update 0.3.0 -> 0.3.0-5 Change back to bundled FluidSynth based on the project owner's request. PR: 233499 Deleted: head/audio/gmsynth-lv2/files/ Modified: head/audio/gmsynth-lv2/Makefile head/audio/gmsynth-lv2/distinfo Modified: head/audio/gmsynth-lv2/Makefile ============================================================================== --- head/audio/gmsynth-lv2/Makefile Sun Nov 25 18:00:43 2018 (r485885) +++ head/audio/gmsynth-lv2/Makefile Sun Nov 25 18:10:14 2018 (r485886) @@ -2,8 +2,8 @@ PORTNAME= gmsynth DISTVERSIONPREFIX= v -DISTVERSION= 0.3.0 -PORTREVISION= 2 +DISTVERSION= 0.3.0-5 +DISTVERSIONSUFFIX= -g84f6379 CATEGORIES= audio PKGNAMESUFFIX= -lv2 @@ -14,9 +14,9 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= lv2>0:audio/lv2 -LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth +# FluidSynth is left bundled based on the project owner's request: https://github.com/x42/gmsynth.lv2/issues/2#issuecomment-441458303 -USES= gmake pkgconfig +USES= gmake gnome pkgconfig USE_GITHUB= yes GH_ACCOUNT= x42 GH_PROJECT= ${PORTNAME}.lv2 Modified: head/audio/gmsynth-lv2/distinfo ============================================================================== --- head/audio/gmsynth-lv2/distinfo Sun Nov 25 18:00:43 2018 (r485885) +++ head/audio/gmsynth-lv2/distinfo Sun Nov 25 18:10:14 2018 (r485886) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520723141 -SHA256 (x42-gmsynth.lv2-v0.3.0_GH0.tar.gz) = 0f18c56ef55307bbf5894d013a5b0c232c920b13e27d6998cc19e80948efb2ba -SIZE (x42-gmsynth.lv2-v0.3.0_GH0.tar.gz) = 28563480 +TIMESTAMP = 1543167053 +SHA256 (x42-gmsynth.lv2-v0.3.0-5-g84f6379_GH0.tar.gz) = 4cce3c8dbd769bfdf195e14f180d8f1e43a4a2500706c235c6f7a5e885e024f8 +SIZE (x42-gmsynth.lv2-v0.3.0-5-g84f6379_GH0.tar.gz) = 28701457
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811251810.wAPIAF93089258>