From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 11 12:00:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1CA870F for ; Sun, 11 May 2014 12:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 7B7F72CE4 for ; Sun, 11 May 2014 12:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4BC007g051021 for ; Sun, 11 May 2014 12:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4BC00Ue051020; Sun, 11 May 2014 12:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 11 May 2014 12:00:00 GMT Resent-Message-Id: <201405111200.s4BC00Ue051020@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tobias Rehbein Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F9E96AD for ; Sun, 11 May 2014 11:51:26 +0000 (UTC) Received: from mout.web.de (mout.web.de [212.227.17.11]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA256 (256/256 bits)) (Client CN "mout.web.de", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0BA532CB8 for ; Sun, 11 May 2014 11:51:25 +0000 (UTC) Received: from oshi.local ([217.88.241.221]) by smtp.web.de (mrweb101) with ESMTPSA (Nemesis) id 0LeLKb-1XAoHp11iP-00q8PW for ; Sun, 11 May 2014 13:46:12 +0200 Received: from oshi.local (localhost [127.0.0.1]) by oshi.local (8.14.7/8.14.7) with ESMTP id s4BBkBB3074550 for ; Sun, 11 May 2014 13:46:11 +0200 (CEST) (envelope-from tobi@oshi.local) Received: (from tobi@localhost) by oshi.local (8.14.7/8.14.7/Submit) id s4BBkBXE074549; Sun, 11 May 2014 13:46:11 +0200 (CEST) (envelope-from tobi) Message-Id: <201405111146.s4BBkBXE074549@oshi.local> Date: Sun, 11 May 2014 13:46:11 +0200 (CEST) From: Tobias Rehbein Reply-To: Tobias Rehbein To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/189658: [maintainer-update] Add staging support to audio/ogg2mp3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 12:00:00 -0000 >Number: 189658 >Category: ports >Synopsis: [maintainer-update] Add staging support to audio/ogg2mp3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 11 12:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Tobias Rehbein >Release: FreeBSD 10.0-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD oshi.local 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Thu May 1 06:51:20 CEST 2014 tobi@oshi.local:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Add staging support to audio/ogg2mp3. While here fix some portlint warnings: * Fix WWW: line * Add LICENSE >How-To-Repeat: >Fix: --- audio_ogg2mp3_stage.diff begins here --- diff -ruN audio/ogg2mp3.orig/Makefile audio/ogg2mp3/Makefile --- audio/ogg2mp3.orig/Makefile 2014-05-11 09:36:21.365491732 +0200 +++ audio/ogg2mp3/Makefile 2014-05-11 09:46:35.905273115 +0200 @@ -10,13 +10,14 @@ 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 PLIST_FILES= bin/ogg2mp3 @@ -25,6 +26,6 @@ @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/ogg2mp3 do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/ogg2mp3 ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/ogg2mp3 ${STAGEDIR}${PREFIX}/bin .include diff -ruN audio/ogg2mp3.orig/pkg-descr audio/ogg2mp3/pkg-descr --- audio/ogg2mp3.orig/pkg-descr 2014-05-11 09:36:21.366311604 +0200 +++ audio/ogg2mp3/pkg-descr 2014-05-11 09:41:44.459289422 +0200 @@ -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 --- audio_ogg2mp3_stage.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: