svn commit: r387948 - head/audio/p5-Audio-Mixer

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 30 12:37:21 UTC 2015


Author: amdmi3
Date: Sat May 30 12:37:20 2015
New Revision: 387948
URL: https://svnweb.freebsd.org/changeset/ports/387948

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/audio/p5-Audio-Mixer/Makefile

Modified: head/audio/p5-Audio-Mixer/Makefile
==============================================================================
--- head/audio/p5-Audio-Mixer/Makefile	Sat May 30 12:36:48 2015	(r387947)
+++ head/audio/p5-Audio-Mixer/Makefile	Sat May 30 12:37:20 2015	(r387948)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Audio-Mixer
 PORTVERSION=	0.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	dhn at FreeBSD.org
 COMMENT=	Perl extension for Sound Mixer control
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	volume.pl
 USE_PERL5=	configure
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list