Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2020 23:21:38 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548167 - head/graphics/gimp-resynthesizer
Message-ID:  <202009092321.089NLcBk057894@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  9 23:21:37 2020
New Revision: 548167
URL: https://svnweb.freebsd.org/changeset/ports/548167

Log:
  - Remove dependency on python 2.7

Modified:
  head/graphics/gimp-resynthesizer/Makefile
  head/graphics/gimp-resynthesizer/pkg-message

Modified: head/graphics/gimp-resynthesizer/Makefile
==============================================================================
--- head/graphics/gimp-resynthesizer/Makefile	Wed Sep  9 23:07:57 2020	(r548166)
+++ head/graphics/gimp-resynthesizer/Makefile	Wed Sep  9 23:21:37 2020	(r548167)
@@ -3,7 +3,7 @@
 
 PORTNAME=	resynthesizer
 PORTVERSION=	2.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics
 PKGNAMEPREFIX=	gimp-
@@ -14,10 +14,10 @@ COMMENT=	Gimp plug-in for texture synthesis
 LICENSE=	GPLv2+ # though COPYING has GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-09-15
-
-RUN_DEPENDS=	${LOCALBASE}/libexec/gimp/2.2/python/gimpfu.py:graphics/py-gimp
+# XXX: this is python2 only dependency which is going to be removed from ports; it is
+# required for a (huge) part of plugin functionality, but not mandatory, so if someday
+# it returns with python3 support, full functionality of resynthesizer may be restored
+#RUN_DEPENDS=	${LOCALBASE}/libexec/gimp/2.2/python/gimpfu.py:graphics/py-gimp
 BUILD_DEPENDS=	intltool-extract:textproc/intltool
 LIB_DEPENDS=	libgimp-2.0.so:graphics/gimp-app
 
@@ -25,7 +25,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	bootchk
 
 USES=		autoreconf compiler:c++11-lang gettext gmake localbase \
-		pkgconfig python:2.7,run shebangfix
+		pkgconfig python:run shebangfix
 SHEBANG_FILES=	PluginScripts/*.py
 GNU_CONFIGURE=	yes
 

Modified: head/graphics/gimp-resynthesizer/pkg-message
==============================================================================
--- head/graphics/gimp-resynthesizer/pkg-message	Wed Sep  9 23:07:57 2020	(r548166)
+++ head/graphics/gimp-resynthesizer/pkg-message	Wed Sep  9 23:21:37 2020	(r548167)
@@ -1,18 +1,10 @@
 [
 { type: install
   message: <<EOM
-After restarting the Gimp you should find the following new items
+After restarting the Gimp you should find the following new item
 in the menu:
 
- * Edit/Fill with pattern seamless
- * Filters/Enhance/Enlarge & sharpen
- * Filters/Enhance/Heal selection
- * Filters/Enhance/Heal transparency
- * Filters/Enhance/Sharpen by synthesis
- * Filters/Enhance/Uncrop
  * Filters/Map/Resynthesize
- * Filters/Map/Style
- * Filters/Render/Texture
 EOM
 }
 ]



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