svn commit: r440088 - head/graphics/hugin

Tobias C. Berner tcberner at FreeBSD.org
Thu May 4 05:24:37 UTC 2017


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


More information about the svn-ports-all mailing list