Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jul 2015 16:32:20 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r393178 - branches/2015Q3/multimedia/miro
Message-ID:  <201507291632.t6TGWKH4026447@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jul 29 16:32:19 2015
New Revision: 393178
URL: https://svnweb.freebsd.org/changeset/ports/393178

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

Modified:
  branches/2015Q3/multimedia/miro/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/multimedia/miro/Makefile
==============================================================================
--- branches/2015Q3/multimedia/miro/Makefile	Wed Jul 29 16:30:55 2015	(r393177)
+++ branches/2015Q3/multimedia/miro/Makefile	Wed Jul 29 16:32:19 2015	(r393178)
@@ -3,7 +3,7 @@
 
 PORTNAME=	miro
 PORTVERSION=	6.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	multimedia
 MASTER_SITES=	ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \
 		http://ftp.osuosl.org/pub/pculture.org/miro/src/
@@ -35,7 +35,9 @@ INSTALL_WRKSRC=	${WRKSRC}/linux
 
 USE_GNOME=	gconf2 gtk20
 USE_GSTREAMER=	python gconf
-USES=		gettext gmake pkgconfig desktop-file-utils python shared-mime-info
+USES=		gettext gmake pkgconfig desktop-file-utils python shared-mime-info shebangfix
+SHEBANG_FILES=	resources/testdata/7digital-replies/generate.py \
+		resources/testdata/echonest-replies/generate.py
 USE_PYTHON=	distutils
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes



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