summaryrefslogtreecommitdiff
path: root/audio/musicpc/files/patch-meson.build
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2018-06-17 20:43:35 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2018-06-17 20:43:35 +0000
commitdf042c6f913696ce539e00855e512ffd2a17245d (patch)
tree2972b1fd96ab2b862629500a9c066759be511c6c /audio/musicpc/files/patch-meson.build
parentmath/cryptominisat and math/py-cryptominisat: Update to 5.6.1. (diff)
audio/musicpc: update to 0.30
PR: 229034 Reported by: uzsolt@uzsolt.hu (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D15852
Notes
Notes: svn path=/head/; revision=472634
Diffstat (limited to '')
-rw-r--r--audio/musicpc/files/patch-meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/musicpc/files/patch-meson.build b/audio/musicpc/files/patch-meson.build
index aa5908356968..8cc29e48402e 100644
--- a/audio/musicpc/files/patch-meson.build
+++ b/audio/musicpc/files/patch-meson.build
@@ -1,12 +1,12 @@
---- meson.build.orig 2018-02-26 15:35:16 UTC
+--- meson.build.orig 2018-05-03 10:27:29 UTC
+++ meson.build
@@ -1,4 +1,4 @@
-project('mpc', 'c',
+project('musicpc', 'c',
- version: '0.29',
+ version: '0.30',
default_options: [
'c_std=c99',
-@@ -113,13 +113,13 @@ executable('mpc',
+@@ -101,13 +101,13 @@ executable('mpc',
install: true
)