svn commit: r325885 - head/multimedia/mp3cd
Andrej Zverev
az at FreeBSD.org
Sun Sep 1 17:18:50 UTC 2013
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 at FreeBSD.org>
-#
+# Created by: Sylvio Cesar <sylvio at 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
More information about the svn-ports-head
mailing list