aboutsummaryrefslogtreecommitdiff
path: root/graphics/minder
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-07-01 13:23:54 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-07-01 13:23:54 +0000
commitf9fa6c442a6f061a089adbfc1584dfb97d16cca3 (patch)
treeecc4d27451cc9f2a12fe027022c38e861d900294 /graphics/minder
parent2a38bfcf14f1911ab8d360ef2832a7864d5852da (diff)
downloadports-f9fa6c442a6f061a089adbfc1584dfb97d16cca3.tar.gz
ports-f9fa6c442a6f061a089adbfc1584dfb97d16cca3.zip
graphics/minder: Update to 1.9.0
Notes
Notes: svn path=/head/; revision=540958
Diffstat (limited to 'graphics/minder')
-rw-r--r--graphics/minder/Makefile2
-rw-r--r--graphics/minder/distinfo6
-rw-r--r--graphics/minder/files/patch-meson.build24
-rw-r--r--graphics/minder/pkg-plist1
4 files changed, 5 insertions, 28 deletions
diff --git a/graphics/minder/Makefile b/graphics/minder/Makefile
index b5117e180319..922b71a88dcb 100644
--- a/graphics/minder/Makefile
+++ b/graphics/minder/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= minder
-PORTVERSION= 1.8.0
+PORTVERSION= 1.9.0
CATEGORIES= graphics
# avoid PKGBASE collision with net-p2p/minder
PKGNAMESUFFIX= -app
diff --git a/graphics/minder/distinfo b/graphics/minder/distinfo
index 0ef7c073c290..c84788c43605 100644
--- a/graphics/minder/distinfo
+++ b/graphics/minder/distinfo
@@ -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
diff --git a/graphics/minder/files/patch-meson.build b/graphics/minder/files/patch-meson.build
deleted file mode 100644
index 8a4a843bac83..000000000000
--- a/graphics/minder/files/patch-meson.build
+++ /dev/null
@@ -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
diff --git a/graphics/minder/pkg-plist b/graphics/minder/pkg-plist
index 0994728a52d1..c7144e09f494 100644
--- a/graphics/minder/pkg-plist
+++ b/graphics/minder/pkg-plist
@@ -10,6 +10,7 @@ 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