svn commit: r393178 - branches/2015Q3/multimedia/miro

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 29 16:32:20 UTC 2015


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


More information about the svn-ports-branches mailing list