From owner-svn-ports-all@FreeBSD.ORG Mon May 12 13:40:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F39B8EF; Mon, 12 May 2014 13:40:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CA1C26CF; Mon, 12 May 2014 13:40:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4CDexkR043408; Mon, 12 May 2014 13:40:59 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4CDewL7043406; Mon, 12 May 2014 13:40:58 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201405121340.s4CDewL7043406@svn.freebsd.org> From: Alex Kozlov Date: Mon, 12 May 2014 13:40:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353818 - head/audio/ogg2mp3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 13:40:59 -0000 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 (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 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