Date: Sun, 30 Jun 2019 20:50:52 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505491 - in head/audio/musicpc: . files Message-ID: <201906302050.x5UKoq70029577@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Jun 30 20:50:52 2019 New Revision: 505491 URL: https://svnweb.freebsd.org/changeset/ports/505491 Log: audio/musicpc: update to 0.32 PR: 238731 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) Modified: head/audio/musicpc/Makefile (contents, props changed) head/audio/musicpc/distinfo (contents, props changed) head/audio/musicpc/files/patch-meson.build (contents, props changed) Modified: head/audio/musicpc/Makefile ============================================================================== --- head/audio/musicpc/Makefile Sun Jun 30 20:49:26 2019 (r505490) +++ head/audio/musicpc/Makefile Sun Jun 30 20:50:52 2019 (r505491) @@ -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 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpdclient.so:audio/libmpdclient USES= meson pkgconfig tar:xz + MESON_ARGS= --mandir=${MANPREFIX} OPTIONS_DEFINE= DOCS ICONV Modified: head/audio/musicpc/distinfo ============================================================================== --- head/audio/musicpc/distinfo Sun Jun 30 20:49:26 2019 (r505490) +++ head/audio/musicpc/distinfo Sun Jun 30 20:50:52 2019 (r505491) @@ -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 Modified: head/audio/musicpc/files/patch-meson.build ============================================================================== --- head/audio/musicpc/files/patch-meson.build Sun Jun 30 20:49:26 2019 (r505490) +++ head/audio/musicpc/files/patch-meson.build Sun Jun 30 20:50:52 2019 (r505491) @@ -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')
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906302050.x5UKoq70029577>