svn commit: r438964 - head/audio/jack_mixer

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 20 14:32:36 UTC 2017


Author: amdmi3
Date: Thu Apr 20 14:32:35 2017
New Revision: 438964
URL: https://svnweb.freebsd.org/changeset/ports/438964

Log:
  - Fix shebangs

Modified:
  head/audio/jack_mixer/Makefile

Modified: head/audio/jack_mixer/Makefile
==============================================================================
--- head/audio/jack_mixer/Makefile	Thu Apr 20 14:26:26 2017	(r438963)
+++ head/audio/jack_mixer/Makefile	Thu Apr 20 14:32:35 2017	(r438964)
@@ -3,7 +3,7 @@
 
 PORTNAME=	jack_mixer
 PORTVERSION=	10
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://download.gna.org/${PORTNAME:S/_//}/
 
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/fpco
 		${LOCALBASE}/include/pygtk-2.0/pygtk/pygtk.h:x11-toolkits/py-gtk2
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		libtool pkgconfig python
+USES=		libtool pkgconfig python shebangfix
+SHEBANG_FILES=	jack_mixer.py
 USE_GNOME=	gconf2
 GCONF_SCHEMAS=	jack_mixer.schemas
 INSTALLS_ICONS=	yes


More information about the svn-ports-head mailing list