svn commit: r391248 - branches/2015Q3/graphics/inkscape

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jul 3 14:47:34 UTC 2015


Author: amdmi3
Date: Fri Jul  3 14:47:33 2015
New Revision: 391248
URL: https://svnweb.freebsd.org/changeset/ports/391248

Log:
  MFH: r391247
  
  - Fix another shebang
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/graphics/inkscape/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/graphics/inkscape/Makefile
==============================================================================
--- branches/2015Q3/graphics/inkscape/Makefile	Fri Jul  3 14:46:25 2015	(r391247)
+++ branches/2015Q3/graphics/inkscape/Makefile	Fri Jul  3 14:47:33 2015	(r391248)
@@ -3,7 +3,7 @@
 
 PORTNAME=	inkscape
 PORTVERSION=	0.91
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics gnome
 MASTER_SITES=	https://inkscape.global.ssl.fastly.net/media/resources/file/ \
 		LOCAL/kwm
@@ -33,7 +33,7 @@ CONFIGURE_ARGS=	--without-gnome-vfs
 python_OLD_CMD?=/usr/bin/env python
 python_CMD?=	${LOCALBASE}/bin/python2
 SHEBANG_FILES=	cxxtest/cxxtestgen.pl share/extensions/*.p[lm] \
-		share/extensions/*.py
+		share/extensions/*.py share/extensions/genpofiles.sh
 
 OPTIONS_DEFINE=	POPPLER OPENMP VISIO CDR DBUS WPG
 OPTIONS_DEFAULT=POPPLER VISIO CDR WPG


More information about the svn-ports-branches mailing list