From owner-svn-ports-all@freebsd.org Sun Mar 22 03:22:03 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 B7EC4275514; Sun, 22 Mar 2020 03:22:03 +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 48lN973pJSz4HcN; Sun, 22 Mar 2020 03:22:03 +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 3BF9A1F161; Sun, 22 Mar 2020 03:22:02 +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 02M3M2Re040398; Sun, 22 Mar 2020 03:22:02 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02M3M1AF040394; Sun, 22 Mar 2020 03:22:01 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202003220322.02M3M1AF040394@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 22 Mar 2020 03:22:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528894 - 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: 528894 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: Sun, 22 Mar 2020 03:22:03 -0000 Author: tobik Date: Sun Mar 22 03:22:01 2020 New Revision: 528894 URL: https://svnweb.freebsd.org/changeset/ports/528894 Log: graphics/minder: Update to 1.7.0 Drop the meson.build patch. The libarchive dependency is now actually used for something. Changes: https://github.com/phase1geo/Minder/releases/tag/1.7.0 Deleted: head/graphics/minder/files/ Modified: head/graphics/minder/Makefile head/graphics/minder/distinfo Modified: head/graphics/minder/Makefile ============================================================================== --- head/graphics/minder/Makefile Sun Mar 22 03:20:15 2020 (r528893) +++ head/graphics/minder/Makefile Sun Mar 22 03:22:01 2020 (r528894) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= minder -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.0 CATEGORIES= graphics # avoid PKGBASE collision with net-p2p/minder PKGNAMESUFFIX= -app @@ -17,8 +17,8 @@ BUILD_DEPENDS= discount>0:textproc/discount \ LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libgranite.so:x11-toolkits/granite -USES= desktop-file-utils gettext gnome localbase:ldflags meson \ - pkgconfig python:3.5+,build shared-mime-info shebangfix +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 Modified: head/graphics/minder/distinfo ============================================================================== --- head/graphics/minder/distinfo Sun Mar 22 03:20:15 2020 (r528893) +++ head/graphics/minder/distinfo Sun Mar 22 03:22:01 2020 (r528894) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577434107 -SHA256 (phase1geo-Minder-1.6.0_GH0.tar.gz) = 5a4031105c2d97a253a46e88b45fa7883562af166176ccab9ad334b133b3489f -SIZE (phase1geo-Minder-1.6.0_GH0.tar.gz) = 1040920 +TIMESTAMP = 1584843889 +SHA256 (phase1geo-Minder-1.7.0_GH0.tar.gz) = 260a3bf7c8c28903d5621da01bd892753cdb505cd06c7491ee6e10ed0bccb51a +SIZE (phase1geo-Minder-1.7.0_GH0.tar.gz) = 1059567