Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 17:18:50 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325885 - head/multimedia/mp3cd
Message-ID:  <201309011718.r81HIoV1051516@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sun Sep  1 17:18:49 2013
New Revision: 325885
URL: http://svnweb.freebsd.org/changeset/ports/325885

Log:
  - Resolve of using PERL_CONFIGURE and USE_PERL5 together
  - Convert to new perl5 framework
  - Trim Makefile header
  - Use shebangfix for runable file
  - Use single space after WWW: in pkg-descr
  
  With hat:	perl@

Modified:
  head/multimedia/mp3cd/Makefile   (contents, props changed)
  head/multimedia/mp3cd/pkg-descr   (contents, props changed)

Modified: head/multimedia/mp3cd/Makefile
==============================================================================
--- head/multimedia/mp3cd/Makefile	Sun Sep  1 17:17:11 2013	(r325884)
+++ head/multimedia/mp3cd/Makefile	Sun Sep  1 17:18:49 2013	(r325885)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	mp3cd
-# Date created:		2009-06-15
-# Whom:			Sylvio Cesar <sylvio@FreeBSD.org>
-#
+# Created by: Sylvio Cesar <sylvio@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	mp3cd
 PORTVERSION=	1.027
@@ -17,8 +13,9 @@ COMMENT=	Perl script that burns MP3 to a
 BUILD_DEPENDS=	p5-Config-Simple>=0:${PORTSDIR}/devel/p5-Config-Simple
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PERL5=	yes
-PERL_CONFIGURE=	yes
+USES=		perl5 shebangfix
+USE_PERL5=	configure
+SHEBANG_FILES=	scripts/mp3cd
 
 MAN1=	mp3cd.1
 MANCOMPRESS=	yes

Modified: head/multimedia/mp3cd/pkg-descr
==============================================================================
--- head/multimedia/mp3cd/pkg-descr	Sun Sep  1 17:17:11 2013	(r325884)
+++ head/multimedia/mp3cd/pkg-descr	Sun Sep  1 17:18:49 2013	(r325885)
@@ -1,4 +1,4 @@
 mp3cd is a perl script that normalizes and burns MP3, 
 OGG, and WAV files to audio CDs.
 
-WWW:	http://outflux.net
+WWW: http://outflux.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309011718.r81HIoV1051516>