diff --git a/devel/meson/Makefile b/devel/meson/Makefile index b1b259013117..c9fbc5bbe9bc 100644 --- a/devel/meson/Makefile +++ b/devel/meson/Makefile @@ -1,35 +1,35 @@ # Created by: Ting-Wei Lan PORTNAME= meson -PORTVERSION= 0.62.0 +PORTVERSION= 0.62.1 CATEGORIES= devel python MASTER_SITES= https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/ MAINTAINER= desktop@FreeBSD.org COMMENT= High performance build system LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} USES= ninja:run python:3.6+ shebangfix USE_PYTHON= autoplist distutils noflavors SHEBANG_FILES= mesonbuild/rewriter.py \ mesonbuild/scripts/cmake_run_ctgt.py NO_ARCH= yes # https://github.com/mesonbuild/meson/issues/6016 TEST_ENV= ${MAKE_ENV:NCC=*:NCXX=*} # Hide from regular build to avoid accidental dependency on symlinks .if make(test) # helper_create_binary_wrapper, test_python_module, test cases/*.py BINARY_ALIAS+= python3=${PYTHON_CMD:T} python=${PYTHON_CMD:T} do-test: create-binary-alias # force if run late .endif do-test: @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${WRKSRC}/run_unittests.py) .include diff --git a/devel/meson/distinfo b/devel/meson/distinfo index 5e54cb988726..7896011e38c6 100644 --- a/devel/meson/distinfo +++ b/devel/meson/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647897872 -SHA256 (meson-0.62.0.tar.gz) = 06f8c1cfa51bfdb533c82623ffa524cacdbea02ace6d709145e33aabdad6adcb -SIZE (meson-0.62.0.tar.gz) = 2033143 +TIMESTAMP = 1650707733 +SHA256 (meson-0.62.1.tar.gz) = a0f5caa1e70da12d5e63aa6a9504273759b891af36c8d87de381a4ed1380e845 +SIZE (meson-0.62.1.tar.gz) = 2034805 diff --git a/multimedia/libmediaart/Makefile b/multimedia/libmediaart/Makefile index 85363b87c060..6e30e1c1be26 100644 --- a/multimedia/libmediaart/Makefile +++ b/multimedia/libmediaart/Makefile @@ -1,32 +1,32 @@ # Created by: Gustau Perez PORTNAME= libmediaart DISTVERSION= 1.9.5 +PORTREVISION= 1 CATEGORIES= multimedia devel MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Library for handling media art LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LESSER BUILD_DEPENDS= vala>=0:lang/vala USES= gnome meson pathfix pkgconfig tar:xz USE_GNOME= gdkpixbuf2 introspection:build USE_LDCONFIG= yes MESON_ARGS= -Dimage_library=gdk-pixbuf OPTIONS_DEFINE= DOCS -OPTIONS_EXCLUDE=DOCS # https://gitlab.gnome.org/GNOME/libmediaart/-/issues/4 DOCS_BUILD_DEPENDS= gtk-doc>=0:textproc/gtk-doc DOCS_MESON_TRUE= gtk_doc #option('image_library', type: 'combo', choices: ['auto', 'gdk-pixbuf', 'qt4', 'qt5'], # description: 'Which image processing backend to use') #option('with-docs', type : 'combo', choices : ['auto', 'yes', 'no'], value : 'auto') .include