Index: Makefile =================================================================== --- Makefile (revision 516173) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= musicpc -DISTVERSION= 0.32 +DISTVERSION= 0.33 CATEGORIES= audio MASTER_SITES= http://www.musicpd.org/download/mpc/0/ DISTNAME= mpc-${PORTVERSION} Index: distinfo =================================================================== --- distinfo (revision 516173) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561089858 -SHA256 (mpc-0.32.tar.xz) = 7961d95b7ce019996beab281cf957e905667c989c53fffd13ade5e62fea331c7 -SIZE (mpc-0.32.tar.xz) = 44716 +TIMESTAMP = 1572698875 +SHA256 (mpc-0.33.tar.xz) = 4f40ccbe18f5095437283cfc525a97815e983cbfd3a29e48ff610fa4f1bf1296 +SIZE (mpc-0.33.tar.xz) = 45044 Index: files/patch-doc_meson.build =================================================================== --- files/patch-doc_meson.build (revision 516173) +++ files/patch-doc_meson.build (working copy) @@ -1,7 +1,7 @@ ---- doc/meson.build.orig 2018-10-24 08:31:33 UTC +--- doc/meson.build.orig 2019-10-31 15:01:59 UTC +++ doc/meson.build @@ -15,5 +15,5 @@ custom_target( - command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@/man1'], + command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/man_doctrees', meson.current_source_dir(), '@OUTPUT@/man1'], build_by_default: true, install: true, - install_dir: get_option('datadir'), Index: files/patch-meson.build =================================================================== --- files/patch-meson.build (revision 516173) +++ files/patch-meson.build (working copy) @@ -1,9 +1,9 @@ ---- meson.build.orig 2019-06-21 04:19:37 UTC +--- meson.build.orig 2019-10-31 15:01:59 UTC +++ meson.build @@ -1,4 +1,4 @@ -project('mpc', 'c', +project('musicpc', 'c', - version: '0.32', + version: '0.33', meson_version: '>= 0.47', default_options: [ @@ -111,13 +111,13 @@ executable('mpc',