Index: head/graphics/minder/files/patch-meson.build =================================================================== --- head/graphics/minder/files/patch-meson.build (revision 540957) +++ head/graphics/minder/files/patch-meson.build (nonexistent) @@ -1,24 +0,0 @@ -Broken with Vala 0.40: - -../src/exports/ExportPortableMinder.vala:72.24-72.38: error: The type name `Archive.int64_t' could not be found - entry.set_size( (Archive.int64_t)file_info.get_size() ); - ^^^^^^^^^^^^^^^ -../src/exports/ExportPortableMinder.vala:170.7-170.21: error: The type name `Archive.int64_t' could not be found - Archive.int64_t offset; - ^^^^^^^^^^^^^^^ -Compilation failed: 2 error(s), 0 warning(s) - -Drop after lang/vala is updated to >=0.44. - ---- meson.build.orig 2020-03-26 23:38:24 UTC -+++ meson.build -@@ -41,7 +41,8 @@ endif - - # If the libarchive version is greater than ???, add a define for cross-compile purposes - archive_dep = dependency('libarchive') --if archive_dep.version().version_compare('>=3.3.3') -+vapigen_dep = dependency('vapigen') -+if archive_dep.version().version_compare('>=3.3.3') and vapigen_dep.version().version_compare('>=0.44.0') - add_project_arguments(['--define=LIBARCHIVE340'], language: 'vala') - warning('Using LIBARCHIVE: ' + archive_dep.version()) - endif Property changes on: head/graphics/minder/files/patch-meson.build ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/minder/Makefile =================================================================== --- head/graphics/minder/Makefile (revision 540957) +++ head/graphics/minder/Makefile (revision 540958) @@ -1,38 +1,38 @@ # $FreeBSD$ PORTNAME= minder -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 CATEGORIES= graphics # avoid PKGBASE collision with net-p2p/minder PKGNAMESUFFIX= -app MAINTAINER= tobik@FreeBSD.org COMMENT= Mind-mapping application LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= discount>0:textproc/discount \ vala:lang/vala LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libgranite.so:x11-toolkits/granite USES= desktop-file-utils gettext gnome libarchive localbase:ldflags \ meson pkgconfig python:3.5+,build shared-mime-info shebangfix USE_GITHUB= yes GH_ACCOUNT= phase1geo GH_PROJECT= Minder USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 gtksourceview3 libxml2 pango GLIB_SCHEMAS= com.github.phase1geo.minder.gschema.xml INSTALLS_ICONS= yes SHEBANG_FILES= meson/post_install.py PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Index: head/graphics/minder/distinfo =================================================================== --- head/graphics/minder/distinfo (revision 540957) +++ head/graphics/minder/distinfo (revision 540958) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589821997 -SHA256 (phase1geo-Minder-1.8.0_GH0.tar.gz) = 0cfa00f75c1f43445965428abb450a6b279276a23e7346b6184ec24086b2aedb -SIZE (phase1geo-Minder-1.8.0_GH0.tar.gz) = 1114800 +TIMESTAMP = 1593565292 +SHA256 (phase1geo-Minder-1.9.0_GH0.tar.gz) = 33256914193327d7f5c7b8a11fbd86711863fb5f27200e5728d5449b55cd0d43 +SIZE (phase1geo-Minder-1.9.0_GH0.tar.gz) = 1149440 Index: head/graphics/minder/pkg-plist =================================================================== --- head/graphics/minder/pkg-plist (revision 540957) +++ head/graphics/minder/pkg-plist (revision 540958) @@ -1,18 +1,19 @@ bin/com.github.phase1geo.minder share/applications/com.github.phase1geo.minder.desktop share/gtksourceview-3.0/styles/com.github.phase1geo.minder.xml share/icons/hicolor/128x128/apps/com.github.phase1geo.minder.svg share/icons/hicolor/16x16/apps/com.github.phase1geo.minder.svg share/icons/hicolor/24x24/apps/com.github.phase1geo.minder.svg share/icons/hicolor/32x32/apps/com.github.phase1geo.minder.svg share/icons/hicolor/48x48/apps/com.github.phase1geo.minder.svg share/icons/hicolor/64x64/apps/com.github.phase1geo.minder.svg share/locale/cs/LC_MESSAGES/com.github.phase1geo.minder.mo share/locale/es/LC_MESSAGES/com.github.phase1geo.minder.mo share/locale/fr/LC_MESSAGES/com.github.phase1geo.minder.mo +share/locale/it/LC_MESSAGES/com.github.phase1geo.minder.mo share/locale/nl/LC_MESSAGES/com.github.phase1geo.minder.mo share/locale/pl/LC_MESSAGES/com.github.phase1geo.minder.mo share/locale/pt_BR/LC_MESSAGES/com.github.phase1geo.minder.mo share/locale/ru/LC_MESSAGES/com.github.phase1geo.minder.mo share/metainfo/com.github.phase1geo.minder.appdata.xml share/mime/packages/com.github.phase1geo.minder.xml