svn commit: r503773 - head/graphics/gmic

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 9 03:24:42 UTC 2019


Author: yuri
Date: Sun Jun  9 03:24:40 2019
New Revision: 503773
URL: https://svnweb.freebsd.org/changeset/ports/503773

Log:
  graphics/gmic: Update 2.6.4 -> 2.6.5
  
  Reported by:	portscout

Modified:
  head/graphics/gmic/Makefile
  head/graphics/gmic/distinfo

Modified: head/graphics/gmic/Makefile
==============================================================================
--- head/graphics/gmic/Makefile	Sun Jun  9 01:48:59 2019	(r503772)
+++ head/graphics/gmic/Makefile	Sun Jun  9 03:24:40 2019	(r503773)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gmic
-DISTVERSION=	2.6.4
+DISTVERSION=	2.6.5
 CATEGORIES=	graphics
 MASTER_SITES=	https://gmic.eu/files/source/
 DISTNAME=	${PORTNAME}_${DISTVERSION}
@@ -44,10 +44,12 @@ OPENMP_CMAKE_BOOL=	ENABLE_OPENMP
 OPENMP_LIB_DEPENDS=	libgomp.so:devel/openmp
 
 PLUGINS_CMAKE_BOOL=	BUILD_PLUGIN
+PLUGINS_USES=		gnome
 PLUGINS_USE=		GNOME=atk,cairo,gdkpixbuf2,glib20,gtk20,pango
 PLUGINS_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 			libfreetype.so:print/freetype2 \
 			libgimp-2.0.so:graphics/gimp-app
+PLUGINS_BROKEN=		cmake files support was accidentally broken, need to convert the port to gmake use: https://github.com/dtschump/gmic/issues/135
 
 X11_CMAKE_BOOL=		ENABLE_X
 X11_USE=		XORG=ice,sm,x11,xext

Modified: head/graphics/gmic/distinfo
==============================================================================
--- head/graphics/gmic/distinfo	Sun Jun  9 01:48:59 2019	(r503772)
+++ head/graphics/gmic/distinfo	Sun Jun  9 03:24:40 2019	(r503773)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1559283333
-SHA256 (gmic_2.6.4.tar.gz) = 4cd88b2dca6b9b1a330ab4556d36656bafb98e4e9814bf0448545b27ef18dae3
-SIZE (gmic_2.6.4.tar.gz) = 5807115
+TIMESTAMP = 1560049347
+SHA256 (gmic_2.6.5.tar.gz) = b0da81a3ed7ee25475ffb0ca148c755f7a7028650614e7e103a3fc507a81e10e
+SIZE (gmic_2.6.5.tar.gz) = 5805399


More information about the svn-ports-all mailing list