Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2020 03:22:01 +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: r528894 - in head/graphics/minder: . files
Message-ID:  <202003220322.02M3M1AF040394@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003220322.02M3M1AF040394>