diff --git a/audio/musicpc/Makefile b/audio/musicpc/Makefile index 420b472de17c..49baee3c292e 100644 --- a/audio/musicpc/Makefile +++ b/audio/musicpc/Makefile @@ -1,35 +1,34 @@ PORTNAME= musicpc -DISTVERSION= 0.34 -PORTREVISION= 1 +DISTVERSION= 0.35 CATEGORIES= audio MASTER_SITES= http://www.musicpd.org/download/mpc/0/ DISTNAME= mpc-${PORTVERSION} MAINTAINER= uzsolt@uzsolt.hu COMMENT= Command line client for the musicpd WWW= https://www.musicpd.org/clients/mpc/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= rsync>0:net/rsync LIB_DEPENDS= libmpdclient.so:audio/libmpdclient USES= meson pkgconfig tar:xz MESON_ARGS= --mandir=${MANPREFIX} PORTDOCS= * OPTIONS_DEFINE= DOCS ICONV OPTIONS_DEFAULT= DOCS ICONV DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} DOCS_USES= python:env DOCS_MESON_ENABLED= documentation ICONV_USES= iconv ICONV_MESON_ENABLED= iconv ICONV_LDFLAGS= -L${ICONV_PREFIX}/lib ${ICONV_LIB} .include diff --git a/audio/musicpc/distinfo b/audio/musicpc/distinfo index a3a141a0e7db..f4a2b1ea8532 100644 --- a/audio/musicpc/distinfo +++ b/audio/musicpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652348508 -SHA256 (mpc-0.34.tar.xz) = 691e3f3654bc10d022bb0310234d0bc2d8c075a698f09924d9ebed8f506fda20 -SIZE (mpc-0.34.tar.xz) = 47940 +TIMESTAMP = 1703272039 +SHA256 (mpc-0.35.tar.xz) = 382959c3bfa2765b5346232438650491b822a16607ff5699178aa1386e3878d4 +SIZE (mpc-0.35.tar.xz) = 49820 diff --git a/audio/musicpc/files/patch-meson.build b/audio/musicpc/files/patch-meson.build index e3856b636402..f3aee920cbb2 100644 --- a/audio/musicpc/files/patch-meson.build +++ b/audio/musicpc/files/patch-meson.build @@ -1,24 +1,24 @@ ---- meson.build.orig 2022-05-12 09:46:08 UTC +--- meson.build.orig 2023-12-22 19:10:04 UTC +++ meson.build @@ -1,4 +1,4 @@ -project('mpc', 'c', +project('musicpc', 'c', - version: '0.34', + version: '0.35', meson_version: '>= 0.47', default_options: [ -@@ -124,13 +124,13 @@ executable('mpc', +@@ -125,13 +125,13 @@ executable('mpc', install: true ) -install_data('AUTHORS', 'COPYING', 'NEWS', 'README.rst', +install_data('AUTHORS', 'NEWS', 'README.rst', install_dir : join_paths(get_option('datadir'), 'doc', meson.project_name())) install_data( '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(), 'contrib')) if get_option('test') check_dep = dependency('check')