Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2017 05:24:36 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440088 - head/graphics/hugin
Message-ID:  <201705040524.v445OaOM076786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu May  4 05:24:35 2017
New Revision: 440088
URL: https://svnweb.freebsd.org/changeset/ports/440088

Log:
  Fix shebangs
  
  Reviewed by:		mat
  Approved by:		mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10527

Modified:
  head/graphics/hugin/Makefile

Modified: head/graphics/hugin/Makefile
==============================================================================
--- head/graphics/hugin/Makefile	Thu May  4 05:23:46 2017	(r440087)
+++ head/graphics/hugin/Makefile	Thu May  4 05:24:35 2017	(r440088)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hugin
 PORTVERSION=	2016.2.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
 
@@ -27,12 +27,16 @@ RUN_DEPENDS=	enblend>=4.1.4:graphics/enb
 		gmake:devel/gmake
 
 USES=		cmake compiler:c++11-lib desktop-file-utils \
-		gettext jpeg pkgconfig shared-mime-info tar:bzip2
+		gettext jpeg pkgconfig shared-mime-info shebangfix tar:bzip2
 CMAKE_ARGS=	-DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG}
 USE_WX=		3.0+
 USE_GL=		glew glut
 INSTALLS_ICONS=	yes
 
+SHEBANG_FILES=	src/hugin_script_interface/hpi.py \
+		src/hugin_script_interface/plugins/*.py \
+		src/hugin_script_interface/plugins-dev/*.py
+
 OPTIONS_DEFINE=		PANOMATIC AUTOPANOSIFTC PYTHON
 OPTIONS_DEFAULT=	PANOMATIC AUTOPANOSIFTC PYTHON
 OPTIONS_SUB=		yes



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