svn commit: r392146 - head/audio/cantata

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 15 14:19:01 UTC 2015


Author: amdmi3
Date: Wed Jul 15 14:19:00 2015
New Revision: 392146
URL: https://svnweb.freebsd.org/changeset/ports/392146

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/audio/cantata/Makefile

Modified: head/audio/cantata/Makefile
==============================================================================
--- head/audio/cantata/Makefile	Wed Jul 15 14:18:55 2015	(r392145)
+++ head/audio/cantata/Makefile	Wed Jul 15 14:19:00 2015	(r392146)
@@ -2,7 +2,7 @@
 
 PORTNAME=		cantata
 PORTVERSION=		1.5.1
-PORTREVISION=		2
+PORTREVISION=		3
 CATEGORIES=		audio kde
 MASTER_SITES=		https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60UktwaTRMTjRIUW8&dummy=
 
@@ -23,7 +23,8 @@ CMAKE_ARGS=		-DENABLE_QT5:BOOL=TRUE	\
 			-DLCONVERT_EXECUTABLE:STRING=${QT_BINDIR}/lconvert \
 			-DLRELEASE_EXECUTABLE:STRING=${QT_BINDIR}/lrelease
 
-USES=			cmake:outsource cpe pkgconfig tar:bzip2
+USES=			cmake:outsource cpe pkgconfig shebangfix tar:bzip2
+SHEBANG_FILES=		dynamic/cantata-dynamic cantata-remote.cmake
 CPE_VENDOR=		craig_drummond
 USE_LDCONFIG=		yes
 


More information about the svn-ports-all mailing list