Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2020 19:14:04 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550610 - head/graphics/gimp
Message-ID:  <202009291914.08TJE4WP033861@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Sep 29 19:14:04 2020
New Revision: 550610
URL: https://svnweb.freebsd.org/changeset/ports/550610

Log:
  graphics/gimp: remove optional dependency on expired py-gimp, bump PORTREVISION
  
  PR:		245519
  Submitted by:	Andy Mender

Modified:
  head/graphics/gimp/Makefile

Modified: head/graphics/gimp/Makefile
==============================================================================
--- head/graphics/gimp/Makefile	Tue Sep 29 18:23:04 2020	(r550609)
+++ head/graphics/gimp/Makefile	Tue Sep 29 19:14:04 2020	(r550610)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gimp
 DISTVERSION?=	2.10.20
+PORTREVISION=	1
 PORTEPOCH?=	2
 CATEGORIES=	graphics gnome
 
@@ -13,15 +14,13 @@ RUN_DEPENDS=	gimp-2.10:graphics/gimp-app
 
 USES+=	metaport
 
-OPTIONS_DEFINE=	PYTHON PRINT HELP
-OPTIONS_DEFAULT=PYTHON PRINT
-PYTHON_DESC=	Python-fu support
+OPTIONS_DEFINE=	PRINT HELP
+OPTIONS_DEFAULT=PRINT
 PRINT_DESC=	Gutenprint (gimp-print) plugin
 HELP_DESC=	Gimp-Help (50+MB distfile)
 
 HELP_RUN_DEPENDS+=	en-gimp-help-html>=0:misc/gimp-help-en
-PYTHON_RUN_DEPENDS+=	${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:graphics/py-gimp
-PRINT_RUN_DEPENDS+=	${LOCALBASE}/libexec/gimp/2.2/plug-ins/gutenprint:print/gimp-gutenprint
-PRINT_RUN_DEPENDS+=	gutenprint>0:print/gutenprint
+PRINT_RUN_DEPENDS+=	${LOCALBASE}/libexec/gimp/2.2/plug-ins/gutenprint:print/gimp-gutenprint \
+			gutenprint>0:print/gutenprint
 
 .include <bsd.port.mk>



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