diff options
author | rillig <rillig@pkgsrc.org> | 2020-06-20 07:56:40 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-06-20 07:56:40 +0000 |
commit | 7e2d7467d9ea6b1b9c46b84898c1d65ce44a966d (patch) | |
tree | 1273ffda71fd6bbb4e527aa5a4137332f00ea7cf /audio | |
parent | 67910aaac8a30d329b7457e5abda3f3e164c08bd (diff) | |
download | pkgsrc-7e2d7467d9ea6b1b9c46b84898c1d65ce44a966d.tar.gz |
audio/csound5: fix syntax error in patch file
Diffstat (limited to 'audio')
-rw-r--r-- | audio/csound5/distinfo | 4 | ||||
-rw-r--r-- | audio/csound5/patches/patch-ah | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/csound5/distinfo b/audio/csound5/distinfo index 76e7abaa8ec..0fe93ee8171 100644 --- a/audio/csound5/distinfo +++ b/audio/csound5/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2019/11/06 11:56:56 mrg Exp $ +$NetBSD: distinfo,v 1.16 2020/06/20 07:56:40 rillig Exp $ SHA1 (Csound5.19.01.tar.gz) = eeeb3591745c5b352b9040a2dfa3805f22f5fbda RMD160 (Csound5.19.01.tar.gz) = ceb9952d562c57b09143a47a4d51081753f1b694 @@ -13,7 +13,7 @@ SHA1 (patch-Opcodes_wavegde.h) = e1a6d742b28dd9b6b129a993102baf7218efa57c SHA1 (patch-ac) = ac09a9ee3f8be72f63aef9bc2ac977ab914428fe SHA1 (patch-ad) = 30aa452d35dbcd6ba4fe2c9a7680fe028368aae4 SHA1 (patch-ae) = cba2fb017f4b940debbf7f8fd482c73c3fe19587 -SHA1 (patch-ah) = 229fc00e122288ea16ebf07f081869965cab9365 +SHA1 (patch-ah) = 5fac3f61487ae417269e43dbf02c6dbea0700f49 SHA1 (patch-ai) = f5dee772f6569d4356be17045282666e159ce2dc SHA1 (patch-aj) = 6721ccfeeeb196d2f1430e1fd497e23226b42c80 SHA1 (patch-ak) = 1f3a7ec113a5185a81fe219d99061afb025bc13b diff --git a/audio/csound5/patches/patch-ah b/audio/csound5/patches/patch-ah index 92fb54d48d3..83ee2bde686 100644 --- a/audio/csound5/patches/patch-ah +++ b/audio/csound5/patches/patch-ah @@ -1,7 +1,7 @@ -$NetBSD: patch-ah,v 1.3 2014/02/13 10:10:06 mrg Exp $ +$NetBSD: patch-ah,v 1.4 2020/06/20 07:56:40 rillig Exp $ -+++ frontends/CsoundVST/ScoreGeneratorVstMain.cpp.orig 2013-01-07 04:49:35.000000000 -0800 ---- frontends/CsoundVST/ScoreGeneratorVstMain.cpp 2014-02-12 20:42:30.000000000 -0800 +--- frontends/CsoundVST/ScoreGeneratorVstMain.cpp.orig 2013-01-07 04:49:35.000000000 -0800 ++++ frontends/CsoundVST/ScoreGeneratorVstMain.cpp 2014-02-12 20:42:30.000000000 -0800 @@ -42,7 +42,7 @@ #if defined(__GNUC__) && defined(WIN32) #define main main_plugin |