From owner-svn-ports-all@freebsd.org Thu Apr 23 04:06:48 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 08A662CBBAB; Thu, 23 Apr 2020 04:06:48 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4973dz6Rhyz4MC1; Thu, 23 Apr 2020 04:06:47 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D87A726203; Thu, 23 Apr 2020 04:06:47 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03N46lRA026039; Thu, 23 Apr 2020 04:06:47 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03N46lDa026035; Thu, 23 Apr 2020 04:06:47 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202004230406.03N46lDa026035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 23 Apr 2020 04:06:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532617 - in head/graphics/minder: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/graphics/minder: . files X-SVN-Commit-Revision: 532617 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2020 04:06:48 -0000 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