Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2015 16:37:38 +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: r388948 - head/graphics/aqsis
Message-ID:  <201506091637.t59GbcOP081501@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun  9 16:37:37 2015
New Revision: 388948
URL: https://svnweb.freebsd.org/changeset/ports/388948

Log:
  - Fix shebangs
  - Add missing bash dependency
  
  MFH:		2015Q2

Modified:
  head/graphics/aqsis/Makefile

Modified: head/graphics/aqsis/Makefile
==============================================================================
--- head/graphics/aqsis/Makefile	Tue Jun  9 16:37:36 2015	(r388947)
+++ head/graphics/aqsis/Makefile	Tue Jun  9 16:37:37 2015	(r388948)
@@ -3,7 +3,7 @@
 
 PORTNAME=	aqsis
 PORTVERSION=	1.8.2
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION}
 
@@ -18,11 +18,15 @@ BUILD_DEPENDS=	bison:${PORTSDIR}/devel/b
 LIB_DEPENDS=	libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
 		libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
 		libtiff.so:${PORTSDIR}/graphics/tiff
+RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 USE_LDCONFIG=	yes
-USES=		cmake:outsource desktop-file-utils shared-mime-info
+USES=		cmake:outsource desktop-file-utils shared-mime-info shebangfix
+SHEBANG_FILES=	examples/*/*/*.sh \
+		tools/neqsus/houdini/post.sh \
+		distribution/linux/*.sh
 USE_QT4=	opengl qmake_build moc_build rcc_build uic_build
 PLIST_SUB+=	LIBVERS=${PORTVERSION:R}
 



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