Index: head/devel/meson/Makefile =================================================================== --- head/devel/meson/Makefile (revision 488080) +++ head/devel/meson/Makefile (revision 488081) @@ -1,21 +1,21 @@ # Created by: Ting-Wei Lan # $FreeBSD$ PORTNAME= meson -PORTVERSION= 0.48.2 +PORTVERSION= 0.49.0 CATEGORIES= devel python MASTER_SITES= https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/ MAINTAINER= gnome@FreeBSD.org COMMENT= High performance build system LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ninja:devel/ninja USES= python:3.5+ USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes .include Index: head/devel/meson/distinfo =================================================================== --- head/devel/meson/distinfo (revision 488080) +++ head/devel/meson/distinfo (revision 488081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541844428 -SHA256 (meson-0.48.2.tar.gz) = 39ead8bfd0dc9c7b0af15e23ea975c864600bf871fba279c9918625bb9a85506 -SIZE (meson-0.48.2.tar.gz) = 1310363 +TIMESTAMP = 1544951931 +SHA256 (meson-0.49.0.tar.gz) = fb0395c4ac208eab381cd1a20571584bdbba176eb562a7efa9cb17cace0e1551 +SIZE (meson-0.49.0.tar.gz) = 1338583 Index: head/x11/terminology/files/patch-data_themes_meson.build =================================================================== --- head/x11/terminology/files/patch-data_themes_meson.build (nonexistent) +++ head/x11/terminology/files/patch-data_themes_meson.build (revision 488081) @@ -0,0 +1,27 @@ +This file is from release 1.3.1 which works with meson 0.49.0. + +--- data/themes/meson.build.orig 2018-05-14 20:20:41 UTC ++++ data/themes/meson.build +@@ -22,16 +22,16 @@ edje_install_dir = join_paths(get_option('datadir'), + meson.project_name(), 'themes') + + foreach to_compile: edje_to_compile +- out = to_compile[0] + '.edj' +- in = to_compile[0] + '.edc' +- edj_targets += [custom_target(out, ++ output = to_compile[0] + '.edj' ++ input = to_compile[0] + '.edc' ++ edj_targets += [custom_target(output, + install:true, + install_dir: edje_install_dir, + depend_files: files(to_compile[1]), + command: command, +- input: in, +- output: out)] +- edj_files += [join_paths(edje_install_dir, out)] ++ input: input, ++ output: output)] ++ edj_files += [join_paths(edje_install_dir, output)] + endforeach + + subdir('nyanology') Property changes on: head/x11/terminology/files/patch-data_themes_meson.build ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property