Date: Thu, 23 Apr 2020 04:06:47 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532617 - in head/graphics/minder: . files Message-ID: <202004230406.03N46lDa026035@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Thu Apr 23 04:06:46 2020 New Revision: 532617 URL: https://svnweb.freebsd.org/changeset/ports/532617 Log: graphics/minder: Update to 1.7.3 Changes: https://github.com/phase1geo/Minder/releases/tag/1.7.3 Modified: head/graphics/minder/Makefile head/graphics/minder/distinfo head/graphics/minder/files/patch-meson.build head/graphics/minder/pkg-plist Modified: head/graphics/minder/Makefile ============================================================================== --- head/graphics/minder/Makefile Thu Apr 23 04:01:00 2020 (r532616) +++ head/graphics/minder/Makefile Thu Apr 23 04:06:46 2020 (r532617) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= minder -PORTVERSION= 1.7.2 +PORTVERSION= 1.7.3 CATEGORIES= graphics # avoid PKGBASE collision with net-p2p/minder PKGNAMESUFFIX= -app Modified: head/graphics/minder/distinfo ============================================================================== --- head/graphics/minder/distinfo Thu Apr 23 04:01:00 2020 (r532616) +++ head/graphics/minder/distinfo Thu Apr 23 04:06:46 2020 (r532617) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585291347 -SHA256 (phase1geo-Minder-1.7.2_GH0.tar.gz) = 15c5df656dc69d60112c0f327c26e55e5d3daa3646d92986601cc626d3a71e5c -SIZE (phase1geo-Minder-1.7.2_GH0.tar.gz) = 1059737 +TIMESTAMP = 1587444190 +SHA256 (phase1geo-Minder-1.7.3_GH0.tar.gz) = 4d90f33dd2e9dba07c3b98c680928b6027f80ff809873f4e5be15d3689d497a5 +SIZE (phase1geo-Minder-1.7.3_GH0.tar.gz) = 1070776 Modified: head/graphics/minder/files/patch-meson.build ============================================================================== --- head/graphics/minder/files/patch-meson.build Thu Apr 23 04:01:00 2020 (r532616) +++ head/graphics/minder/files/patch-meson.build Thu Apr 23 04:06:46 2020 (r532617) @@ -16,9 +16,9 @@ Drop after lang/vala is updated to >=0.44. # 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.4.0') +-if archive_dep.version().version_compare('>=3.3.3') +vapigen_dep = dependency('vapigen') -+if archive_dep.version().version_compare('>=3.4.0') and vapigen_dep.version().version_compare('>=0.44.0') ++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 Modified: head/graphics/minder/pkg-plist ============================================================================== --- head/graphics/minder/pkg-plist Thu Apr 23 04:01:00 2020 (r532616) +++ head/graphics/minder/pkg-plist Thu Apr 23 04:06:46 2020 (r532617) @@ -10,6 +10,7 @@ share/icons/hicolor/64x64/apps/com.github.phase1geo.mi 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/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/metainfo/com.github.phase1geo.minder.appdata.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004230406.03N46lDa026035>