svn commit: r372420 - head/audio/mp3mover

Antoine Brodin antoine at FreeBSD.org
Mon Nov 10 22:00:18 UTC 2014


Author: antoine
Date: Mon Nov 10 22:00:17 2014
New Revision: 372420
URL: https://svnweb.freebsd.org/changeset/ports/372420
QAT: https://qat.redports.org/buildarchive/r372420/

Log:
  Fix shebang

Modified:
  head/audio/mp3mover/Makefile

Modified: head/audio/mp3mover/Makefile
==============================================================================
--- head/audio/mp3mover/Makefile	Mon Nov 10 21:37:25 2014	(r372419)
+++ head/audio/mp3mover/Makefile	Mon Nov 10 22:00:17 2014	(r372420)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mp3mover
 PORTVERSION=	2.1.1
+PORTREVISION=	1
 CATEGORIES=	audio perl5
 MASTER_SITES=	SF/mediamover/${PORTNAME}/${PORTVERSION}
 
@@ -11,7 +12,8 @@ COMMENT=	Rename mp3s and manipulate them
 
 RUN_DEPENDS=	p5-tagged>=0:${PORTSDIR}/audio/p5-tagged
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	mp3mover.pl
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/mp3mover


More information about the svn-ports-all mailing list