Date: Thu, 13 Apr 2017 19:47:41 +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: r438476 - head/graphics/gimp-resynthesizer Message-ID: <201704131947.v3DJlfjZ005146@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704131947.v3DJlfjZ005146>