svn commit: r375195 - head/audio/mp3riot
Antoine Brodin
antoine at FreeBSD.org
Sun Dec 21 21:34:04 UTC 2014
Author: antoine
Date: Sun Dec 21 21:34:03 2014
New Revision: 375195
URL: https://svnweb.freebsd.org/changeset/ports/375195
QAT: https://qat.redports.org/buildarchive/r375195/
Log:
Shebangfix
Modified:
head/audio/mp3riot/Makefile
Modified: head/audio/mp3riot/Makefile
==============================================================================
--- head/audio/mp3riot/Makefile Sun Dec 21 21:27:29 2014 (r375194)
+++ head/audio/mp3riot/Makefile Sun Dec 21 21:34:03 2014 (r375195)
@@ -3,6 +3,7 @@
PORTNAME= mp3riot
PORTVERSION= 1.3
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.linuxsecure.de/f2html/
@@ -11,7 +12,8 @@ COMMENT= Mp3riot creates mp3 playlists,
RUN_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info
-USES= perl5 zip
+USES= perl5 shebangfix zip
+SHEBANG_FILES= mp3riot
NO_BUILD= yes
NO_WRKSUBDIR= yes
More information about the svn-ports-all
mailing list