Date: Sat, 30 May 2015 12:37:20 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387948 - head/audio/p5-Audio-Mixer Message-ID: <201505301237.t4UCbKL0067796@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505301237.t4UCbKL0067796>