Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2019 06:56:23 +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: r498532 - in head/graphics/minder: . files
Message-ID:  <201904100656.x3A6uNKs017553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Apr 10 06:56:23 2019
New Revision: 498532
URL: https://svnweb.freebsd.org/changeset/ports/498532

Log:
  graphics/minder: Update to 1.2
  
  Changes:	https://github.com/phase1geo/Minder/releases/tag/1.2

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	Wed Apr 10 06:31:29 2019	(r498531)
+++ head/graphics/minder/Makefile	Wed Apr 10 06:56:23 2019	(r498532)
@@ -1,10 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	minder
-PORTVERSION=	1.1.3
-PORTREVISION=	1
+PORTVERSION=	1.2
 CATEGORIES=	graphics
-PKGNAMESUFFIX=	-app # avoid PKGBASE collision with net-p2p/minder
+# avoid PKGBASE collision with net-p2p/minder
+PKGNAMESUFFIX=	-app
 
 MAINTAINER=	tobik@FreeBSD.org
 COMMENT=	Mind-mapping application
@@ -15,15 +15,15 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	vala:lang/vala
 LIB_DEPENDS=	libgranite.so:x11-toolkits/granite
 
-USES=		gettext gnome meson pkgconfig python:3.5+,build
+USES=		desktop-file-utils gettext gnome meson pkgconfig \
+		python:3.5+,build shared-mime-info shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	phase1geo
 GH_PROJECT=	Minder
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30 libxml2 pango
 GLIB_SCHEMAS=	com.github.phase1geo.minder.gschema.xml
 INSTALLS_ICONS=	yes
-
-BINARY_ALIAS=	python3=${PYTHON_CMD} # for meson/post_install.py
+SHEBANG_FILES=	meson/post_install.py
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/graphics/minder/distinfo
==============================================================================
--- head/graphics/minder/distinfo	Wed Apr 10 06:31:29 2019	(r498531)
+++ head/graphics/minder/distinfo	Wed Apr 10 06:56:23 2019	(r498532)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545025763
-SHA256 (phase1geo-Minder-1.1.3_GH0.tar.gz) = ff9a1b5d8e31d070ebd0697009980ed9b58943bc4ac560348d6acf45e1be6718
-SIZE (phase1geo-Minder-1.1.3_GH0.tar.gz) = 872455
+TIMESTAMP = 1554878673
+SHA256 (phase1geo-Minder-1.2_GH0.tar.gz) = b2fc60e4dbe147295c743c2aa24998aa06218fdd709e0dc205de12f6abf80881
+SIZE (phase1geo-Minder-1.2_GH0.tar.gz) = 651188

Modified: head/graphics/minder/files/patch-meson.build
==============================================================================
--- head/graphics/minder/files/patch-meson.build	Wed Apr 10 06:31:29 2019	(r498531)
+++ head/graphics/minder/files/patch-meson.build	Wed Apr 10 06:56:23 2019	(r498532)
@@ -1,12 +1,12 @@
 Remove unused libarchive dependency
 
---- meson.build.orig	2018-09-20 10:32:05 UTC
+--- meson.build.orig	2019-04-10 04:39:47 UTC
 +++ meson.build
-@@ -47,7 +47,6 @@ dependencies = [
+@@ -51,7 +51,6 @@ dependencies = [
      dependency('granite'),
      dependency('gtk+-3.0'),
      dependency('libxml-2.0'),
--    dependency('libarchive')
+-    dependency('libarchive'),
+     math_dep
  ]
  
- e = executable('com.github.phase1geo.minder',

Modified: head/graphics/minder/pkg-plist
==============================================================================
--- head/graphics/minder/pkg-plist	Wed Apr 10 06:31:29 2019	(r498531)
+++ head/graphics/minder/pkg-plist	Wed Apr 10 06:56:23 2019	(r498532)
@@ -12,3 +12,4 @@ share/locale/fr/LC_MESSAGES/com.github.phase1geo.minde
 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
+share/mime/packages/com.github.phase1geo.minder.xml



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