Index: Makefile =================================================================== --- Makefile (revision 504740) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= musicpc -DISTVERSION= 0.31 +DISTVERSION= 0.32 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpc/0/ DISTNAME= mpc-${PORTVERSION} @@ -16,6 +16,7 @@ LIB_DEPENDS= libmpdclient.so:audio/libmpdclient USES= meson pkgconfig tar:xz + MESON_ARGS= --mandir=${MANPREFIX} OPTIONS_DEFINE= DOCS ICONV Index: distinfo =================================================================== --- distinfo (revision 504740) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540994707 -SHA256 (mpc-0.31.tar.xz) = 62373e83a8a165b2ed43967975efecd3feee530f4557d6b861dd08aa89d52b2d -SIZE (mpc-0.31.tar.xz) = 43896 +TIMESTAMP = 1561089858 +SHA256 (mpc-0.32.tar.xz) = 7961d95b7ce019996beab281cf957e905667c989c53fffd13ade5e62fea331c7 +SIZE (mpc-0.32.tar.xz) = 44716 Index: files/patch-meson.build =================================================================== --- files/patch-meson.build (revision 504740) +++ files/patch-meson.build (working copy) @@ -1,12 +1,12 @@ ---- meson.build.orig 2018-10-24 08:31:33 UTC +--- meson.build.orig 2019-06-21 04:19:37 UTC +++ meson.build @@ -1,4 +1,4 @@ -project('mpc', 'c', +project('musicpc', 'c', - version: '0.31', + version: '0.32', meson_version: '>= 0.47', default_options: [ -@@ -109,13 +109,13 @@ executable('mpc', +@@ -111,13 +111,13 @@ executable('mpc', install: true ) @@ -18,7 +18,7 @@ 'contrib/mpd-m3u-handler.sh', 'contrib/mpd-pls-handler.sh', 'contrib/mpc-completion.bash', - install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name(), 'contrib')) -+ install_dir: join_paths(get_option('datadir'), 'examples', meson.project_name() )) ++ install_dir: join_paths(get_option('datadir'), 'examples', meson.project_name(), 'contrib')) if get_option('test') check_dep = dependency('check')