svn commit: r438476 - head/graphics/gimp-resynthesizer

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 13 19:47:42 UTC 2017


Author: amdmi3
Date: Thu Apr 13 19:47:41 2017
New Revision: 438476
URL: https://svnweb.freebsd.org/changeset/ports/438476

Log:
  - Fix shebangs
  - Add missing run-dependency on python

Modified:
  head/graphics/gimp-resynthesizer/Makefile

Modified: head/graphics/gimp-resynthesizer/Makefile
==============================================================================
--- head/graphics/gimp-resynthesizer/Makefile	Thu Apr 13 19:47:03 2017	(r438475)
+++ head/graphics/gimp-resynthesizer/Makefile	Thu Apr 13 19:47:41 2017	(r438476)
@@ -3,7 +3,7 @@
 
 PORTNAME=	resynthesizer
 PORTVERSION=	2.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 PKGNAMEPREFIX=	gimp-
 
@@ -20,7 +20,8 @@ LIB_DEPENDS=	libgimp-2.0.so:graphics/gim
 USE_GITHUB=	yes
 GH_ACCOUNT=	bootchk
 
-USES=		autoreconf compiler:nestedfct gettext gmake localbase pkgconfig
+USES=		autoreconf compiler:nestedfct gettext gmake localbase pkgconfig python:run shebangfix
+SHEBANG_FILES=	PluginScripts/*.py
 GNU_CONFIGURE=	yes
 
 PLUGIN_DIR?=	libexec/gimp/2.2/plug-ins


More information about the svn-ports-all mailing list