Date: Sun, 21 Dec 2014 21:15:08 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375190 - head/audio/cd2mp3 Message-ID: <201412212115.sBLLF8lh067091@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Dec 21 21:15:08 2014 New Revision: 375190 URL: https://svnweb.freebsd.org/changeset/ports/375190 QAT: https://qat.redports.org/buildarchive/r375190/ Log: - Add missing run dependency on perl - Shebangfix Modified: head/audio/cd2mp3/Makefile Modified: head/audio/cd2mp3/Makefile ============================================================================== --- head/audio/cd2mp3/Makefile Sun Dec 21 21:10:33 2014 (r375189) +++ head/audio/cd2mp3/Makefile Sun Dec 21 21:15:08 2014 (r375190) @@ -3,7 +3,7 @@ PORTNAME= cd2mp3 PORTVERSION= 0.82 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://cvsup.theplanet.com/distfiles/ \ @@ -15,6 +15,9 @@ COMMENT= Easy to use CD Ripping and MP3 RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ dagrab:${PORTSDIR}/audio/dagrab +USES= perl5 shebangfix +USE_PERL5= run +SHEBANG_FILES= cd2mp3 NO_BUILD= yes WRKSRC= ${WRKDIR}/cd2mp3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412212115.sBLLF8lh067091>