svn commit: r499324 - head/audio/fluidsynth

Tobias Kortkamp tobik at FreeBSD.org
Fri Apr 19 04:21:59 UTC 2019


Author: tobik
Date: Fri Apr 19 04:21:57 2019
New Revision: 499324
URL: https://svnweb.freebsd.org/changeset/ports/499324

Log:
  audio/fluidsynth: Update to 2.0.4
  
  Changes:	https://github.com/FluidSynth/fluidsynth/releases/tag/v2.0.4
  PR:		237363
  Submitted by:	tobik
  Approved by:	multimedia (tcberner)

Modified:
  head/audio/fluidsynth/Makefile
  head/audio/fluidsynth/distinfo
  head/audio/fluidsynth/pkg-plist

Modified: head/audio/fluidsynth/Makefile
==============================================================================
--- head/audio/fluidsynth/Makefile	Fri Apr 19 04:16:59 2019	(r499323)
+++ head/audio/fluidsynth/Makefile	Fri Apr 19 04:21:57 2019	(r499324)
@@ -3,13 +3,8 @@
 
 PORTNAME=	fluidsynth
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.0.3
-PORTREVISION=	1
+DISTVERSION=	2.0.4
 CATEGORIES=	audio
-
-PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
-PATCHFILES=	6ac6e5983f4169c7a418866319e5bde424d4434c.patch:-p1 \
-		a92ba4528f0a848e355556010dcc9456b54cd705.patch:-p1
 
 MAINTAINER=	multimedia at FreeBSD.org
 COMMENT=	Real-time software synthesizer based on the SoundFont 2 specifications

Modified: head/audio/fluidsynth/distinfo
==============================================================================
--- head/audio/fluidsynth/distinfo	Fri Apr 19 04:16:59 2019	(r499323)
+++ head/audio/fluidsynth/distinfo	Fri Apr 19 04:21:57 2019	(r499324)
@@ -1,7 +1,3 @@
-TIMESTAMP = 1549176844
-SHA256 (FluidSynth-fluidsynth-v2.0.3_GH0.tar.gz) = 12c7ede220f54a6e52a7e7b0b1729c04a4282685569adf18d932a7dd3c10e759
-SIZE (FluidSynth-fluidsynth-v2.0.3_GH0.tar.gz) = 1374835
-SHA256 (6ac6e5983f4169c7a418866319e5bde424d4434c.patch) = fe87f16d9bcb3911e4bb3ac1810a89cea66466d81c9ae6683b17ee9a05878e30
-SIZE (6ac6e5983f4169c7a418866319e5bde424d4434c.patch) = 3311
-SHA256 (a92ba4528f0a848e355556010dcc9456b54cd705.patch) = bc0098e4e4e15a5da6f1c2d1a9ca4135ccd4f4fb630f2234e946a8456cd05792
-SIZE (a92ba4528f0a848e355556010dcc9456b54cd705.patch) = 1787
+TIMESTAMP = 1555605547
+SHA256 (FluidSynth-fluidsynth-v2.0.4_GH0.tar.gz) = 2c065de87e9c9ba0311ebf2f4828a4fd76f1f5cc7d1d93dd80d7a048d7d2a76c
+SIZE (FluidSynth-fluidsynth-v2.0.4_GH0.tar.gz) = 1378042

Modified: head/audio/fluidsynth/pkg-plist
==============================================================================
--- head/audio/fluidsynth/pkg-plist	Fri Apr 19 04:16:59 2019	(r499323)
+++ head/audio/fluidsynth/pkg-plist	Fri Apr 19 04:21:57 2019	(r499324)
@@ -19,6 +19,6 @@ include/fluidsynth/version.h
 include/fluidsynth/voice.h
 lib/libfluidsynth.so
 lib/libfluidsynth.so.2
-lib/libfluidsynth.so.2.1.0
+lib/libfluidsynth.so.2.1.1
 libdata/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1.gz


More information about the svn-ports-all mailing list