svn commit: r392154 - branches/2015Q3/audio/cantata

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 15 15:05:45 UTC 2015


Author: amdmi3
Date: Wed Jul 15 15:05:43 2015
New Revision: 392154
URL: https://svnweb.freebsd.org/changeset/ports/392154

Log:
  MFH: r392146
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/audio/cantata/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/audio/cantata/Makefile
==============================================================================
--- branches/2015Q3/audio/cantata/Makefile	Wed Jul 15 14:58:30 2015	(r392153)
+++ branches/2015Q3/audio/cantata/Makefile	Wed Jul 15 15:05:43 2015	(r392154)
@@ -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-branches mailing list