svn commit: r528894 - in head/graphics/minder: . files
Tobias Kortkamp
tobik at FreeBSD.org
Sun Mar 22 03:22:03 UTC 2020
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
More information about the svn-ports-all
mailing list