svn commit: r375190 - head/audio/cd2mp3

Antoine Brodin antoine at FreeBSD.org
Sun Dec 21 21:15:09 UTC 2014


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
 


More information about the svn-ports-head mailing list