svn commit: r388948 - head/graphics/aqsis

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 9 16:37:38 UTC 2015


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}
 


More information about the svn-ports-all mailing list