View | Details | Raw Unified | Return to bug 237363 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-6 / +1 lines)
Lines 3-16 Link Here
3
3
4
PORTNAME=	fluidsynth
4
PORTNAME=	fluidsynth
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	2.0.3
6
DISTVERSION=	2.0.4
7
PORTREVISION=	1
8
CATEGORIES=	audio
7
CATEGORIES=	audio
9
8
10
PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
11
PATCHFILES=	6ac6e5983f4169c7a418866319e5bde424d4434c.patch:-p1 \
12
		a92ba4528f0a848e355556010dcc9456b54cd705.patch:-p1
13
14
MAINTAINER=	multimedia@FreeBSD.org
9
MAINTAINER=	multimedia@FreeBSD.org
15
COMMENT=	Real-time software synthesizer based on the SoundFont 2 specifications
10
COMMENT=	Real-time software synthesizer based on the SoundFont 2 specifications
16
11
(-)distinfo (-3 / +3 lines)
Lines 1-6 Link Here
1
TIMESTAMP = 1549176844
1
TIMESTAMP = 1555605085
2
SHA256 (FluidSynth-fluidsynth-v2.0.3_GH0.tar.gz) = 12c7ede220f54a6e52a7e7b0b1729c04a4282685569adf18d932a7dd3c10e759
2
SHA256 (FluidSynth-fluidsynth-v2.0.4_GH0.tar.gz) = 2c065de87e9c9ba0311ebf2f4828a4fd76f1f5cc7d1d93dd80d7a048d7d2a76c
3
SIZE (FluidSynth-fluidsynth-v2.0.3_GH0.tar.gz) = 1374835
3
SIZE (FluidSynth-fluidsynth-v2.0.4_GH0.tar.gz) = 1378042
4
SHA256 (6ac6e5983f4169c7a418866319e5bde424d4434c.patch) = fe87f16d9bcb3911e4bb3ac1810a89cea66466d81c9ae6683b17ee9a05878e30
4
SHA256 (6ac6e5983f4169c7a418866319e5bde424d4434c.patch) = fe87f16d9bcb3911e4bb3ac1810a89cea66466d81c9ae6683b17ee9a05878e30
5
SIZE (6ac6e5983f4169c7a418866319e5bde424d4434c.patch) = 3311
5
SIZE (6ac6e5983f4169c7a418866319e5bde424d4434c.patch) = 3311
6
SHA256 (a92ba4528f0a848e355556010dcc9456b54cd705.patch) = bc0098e4e4e15a5da6f1c2d1a9ca4135ccd4f4fb630f2234e946a8456cd05792
6
SHA256 (a92ba4528f0a848e355556010dcc9456b54cd705.patch) = bc0098e4e4e15a5da6f1c2d1a9ca4135ccd4f4fb630f2234e946a8456cd05792
(-)pkg-plist (-1 / +1 lines)
Lines 19-24 Link Here
19
include/fluidsynth/voice.h
19
include/fluidsynth/voice.h
20
lib/libfluidsynth.so
20
lib/libfluidsynth.so
21
lib/libfluidsynth.so.2
21
lib/libfluidsynth.so.2
22
lib/libfluidsynth.so.2.1.0
22
lib/libfluidsynth.so.2.1.1
23
libdata/pkgconfig/fluidsynth.pc
23
libdata/pkgconfig/fluidsynth.pc
24
man/man1/fluidsynth.1.gz
24
man/man1/fluidsynth.1.gz

Return to bug 237363