diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-11-27 22:31:52 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-11-27 22:31:52 +0000 |
commit | f59d83182034d10218e3266cd854ca3fc7fdaba2 (patch) | |
tree | fe0e98a66f574f7d76a758ad08a54d54535a2a1e | |
parent | security/p5-Crypt-OpenSSL-ECDSA: fix build with OpenSSL 1.1.1 (diff) |
Update to 0.1.b120
-rw-r--r-- | audio/fasttracker2/Makefile | 2 | ||||
-rw-r--r-- | audio/fasttracker2/distinfo | 6 | ||||
-rw-r--r-- | audio/fasttracker2/files/patch-src_ft2__main.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/fasttracker2/Makefile b/audio/fasttracker2/Makefile index c9d2c167128b..6c62883a452e 100644 --- a/audio/fasttracker2/Makefile +++ b/audio/fasttracker2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fasttracker2 -DISTVERSION= 0.1-b119 +DISTVERSION= 0.1-b120 CATEGORIES= audio MASTER_SITES= https://16-bits.org/ \ LOCAL/ehaupt diff --git a/audio/fasttracker2/distinfo b/audio/fasttracker2/distinfo index 006123522b7f..945cf800cb6c 100644 --- a/audio/fasttracker2/distinfo +++ b/audio/fasttracker2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1543182474 -SHA256 (ft2clone-b119-code.zip) = b045cd51f77e2ad147cffcb242a2c8e1b0f295e150320a22b1cf3935346fe73b -SIZE (ft2clone-b119-code.zip) = 3468328 +TIMESTAMP = 1543347461 +SHA256 (ft2clone-b120-code.zip) = d5ffd2df9e06acf04f738401d063eaafe5b479192c17099196f94b199a7e30e7 +SIZE (ft2clone-b120-code.zip) = 3468698 diff --git a/audio/fasttracker2/files/patch-src_ft2__main.c b/audio/fasttracker2/files/patch-src_ft2__main.c index 215975a97d3e..3af1647297b4 100644 --- a/audio/fasttracker2/files/patch-src_ft2__main.c +++ b/audio/fasttracker2/files/patch-src_ft2__main.c @@ -1,4 +1,4 @@ ---- src/ft2_main.c.orig 2018-11-25 14:01:25 UTC +--- src/ft2_main.c.orig 2018-11-27 19:40:20 UTC +++ src/ft2_main.c @@ -187,15 +187,6 @@ int main(int argc, char *argv[]) enterFullscreen(); @@ -6,7 +6,7 @@ - //benchmarkAudioChannelMixer(); /* for development testing */ - -- /* set up MIDI input (in a thread because it can take quite a while on f.ex. macOS) */ +- /* set up MIDI input (in a thread because it can take quite a while on f.ex. macOS) */ - initMidiThread = SDL_CreateThread(initMidiFunc, "FT2 Clone MIDI Initialization Thread", NULL); - if (initMidiThread == NULL) - { |