Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 13:40:58 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353818 - head/audio/ogg2mp3
Message-ID:  <201405121340.s4CDewL7043406@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Mon May 12 13:40:58 2014
New Revision: 353818
URL: http://svnweb.freebsd.org/changeset/ports/353818
QAT: https://qat.redports.org/buildarchive/r353818/

Log:
  - Support STAGEDIR
  - Add license
  - Use a single space after WWW in pkg-descr
  
  PR:	ports/189658
  Submitted by:	Tobias Rehbein <tobias.rehbein@web.de> (maintainer)

Modified:
  head/audio/ogg2mp3/Makefile
  head/audio/ogg2mp3/pkg-descr

Modified: head/audio/ogg2mp3/Makefile
==============================================================================
--- head/audio/ogg2mp3/Makefile	Mon May 12 13:07:35 2014	(r353817)
+++ head/audio/ogg2mp3/Makefile	Mon May 12 13:40:58 2014	(r353818)
@@ -10,14 +10,14 @@ MASTER_SITES=	http://jamesa.com/projects
 MAINTAINER=	tobias.rehbein@web.de
 COMMENT=	Perl script that converts Ogg Vorbis files to MP3 format
 
+LICENSE=	GPLv2
+
 RUN_DEPENDS=	lame:${PORTSDIR}/audio/lame \
 		p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \
 		ogginfo:${PORTSDIR}/audio/vorbis-tools
 
 NO_BUILD=	yes
-USE_BZIP2=	yes
-NO_STAGE=	yes
-USES=		perl5
+USES=		perl5 tar:bzip2
 
 PLIST_FILES=	bin/ogg2mp3
 
@@ -25,6 +25,6 @@ post-patch:
 	@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/ogg2mp3
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/ogg2mp3 ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/ogg2mp3 ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>

Modified: head/audio/ogg2mp3/pkg-descr
==============================================================================
--- head/audio/ogg2mp3/pkg-descr	Mon May 12 13:07:35 2014	(r353817)
+++ head/audio/ogg2mp3/pkg-descr	Mon May 12 13:40:58 2014	(r353818)
@@ -1,3 +1,3 @@
 ogg2mp3 is a perl script that converts Ogg Vorbis files into MP3 format.
 
-WWW:	http://gitorious.org/ogg2mp3/pages/Home 
+WWW: http://gitorious.org/ogg2mp3/pages/Home 



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