From owner-svn-ports-head@freebsd.org Sun Jun 30 20:50:54 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA61715DF500; Sun, 30 Jun 2019 20:50:53 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C5A16FF2B; Sun, 30 Jun 2019 20:50:53 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C74B2CF4; Sun, 30 Jun 2019 20:50:53 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5UKoroL029579; Sun, 30 Jun 2019 20:50:53 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5UKoq70029577; Sun, 30 Jun 2019 20:50:52 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201906302050.x5UKoq70029577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 30 Jun 2019 20:50:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505491 - in head/audio/musicpc: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/audio/musicpc: . files X-SVN-Commit-Revision: 505491 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8C5A16FF2B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jun 2019 20:50:54 -0000 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 (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')