svn commit: r353818 - head/audio/ogg2mp3

Alex Kozlov ak at FreeBSD.org
Mon May 12 13:40:59 UTC 2014


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 at 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 at 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 


More information about the svn-ports-all mailing list