From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 11 11:50: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 BF704675 for ; Sun, 11 May 2014 11:50: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 98E5E2C48 for ; Sun, 11 May 2014 11:50: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 s4BBo0Pq047496 for ; Sun, 11 May 2014 11:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4BBo0TV047495; Sun, 11 May 2014 11:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 11 May 2014 11:50:00 GMT Resent-Message-Id: <201405111150.s4BBo0TV047495@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 0C494586 for ; Sun, 11 May 2014 11:48:37 +0000 (UTC) Received: from mout.web.de (mout.web.de [212.227.15.3]) (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 94C0D2C3E for ; Sun, 11 May 2014 11:48:35 +0000 (UTC) Received: from oshi.local ([217.88.241.221]) by smtp.web.de (mrweb102) with ESMTPSA (Nemesis) id 0McWnE-1WRmrp2plY-00HhxT for ; Sun, 11 May 2014 13:48:33 +0200 Received: from oshi.local (localhost [127.0.0.1]) by oshi.local (8.14.7/8.14.7) with ESMTP id s4BBmXTH074630 for ; Sun, 11 May 2014 13:48:33 +0200 (CEST) (envelope-from tobi@oshi.local) Received: (from tobi@localhost) by oshi.local (8.14.7/8.14.7/Submit) id s4BBmXPZ074629; Sun, 11 May 2014 13:48:33 +0200 (CEST) (envelope-from tobi) Message-Id: <201405111148.s4BBmXPZ074629@oshi.local> Date: Sun, 11 May 2014 13:48:33 +0200 (CEST) From: Tobias Rehbein Reply-To: Tobias Rehbein To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/189657: [maintainer-update] add staging support to audio/ripit 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 11:50:00 -0000 >Number: 189657 >Category: ports >Synopsis: [maintainer-update] add staging support to audio/ripit >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 11:50: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/ripit. While here fix some portlint warnings: * Add LICENSE >How-To-Repeat: >Fix: --- audio_ripit_stage.diff begins here --- diff -urN audio/ripit.orig/Makefile audio/ripit/Makefile --- audio/ripit.orig/Makefile 2014-02-21 14:35:10.000000000 +0100 +++ audio/ripit/Makefile 2014-05-11 12:32:17.483584851 +0200 @@ -10,20 +10,18 @@ MAINTAINER= tobias.rehbein@web.de COMMENT= Command line audio CD ripper +LICENSE= GPLv2 + # See pkg-message about other dependencies. RUN_DEPENDS= p5-CDDB_get>=0:${PORTSDIR}/audio/p5-CDDB_get \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-WebService-MusicBrainz>=0:${PORTSDIR}/www/p5-WebService-MusicBrainz \ p5-MusicBrainz-DiscID>=0:${PORTSDIR}/audio/p5-MusicBrainz-DiscID \ lame:${PORTSDIR}/audio/lame \ - cdparanoia:${PORTSDIR}/audio/cdparanoia \ + cdparanoia:${PORTSDIR}/audio/cdparanoia USES= perl5 shebangfix -NO_STAGE= yes NO_BUILD= yes -PLIST_FILES= bin/ripit -MAN1= ripit.1 -PORTEXAMPLES= config USE_PERL5= run USE_BZIP2= yes SHEBANG_FILES= ripit.pl @@ -34,14 +32,9 @@ .include do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${PREFIX}/bin/ripit - ${INSTALL_MAN} ${WRKSRC}/ripit.1 ${MAN1PREFIX}/man/man1 -.if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${EXAMPLESDIR}/ - ${INSTALL_DATA} ${WRKSRC}/config ${EXAMPLESDIR}/config -.endif - -post-install: - @${CAT} ${PKGMESSAGE} + ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${STAGEDIR}${PREFIX}/bin/ripit + ${INSTALL_MAN} ${WRKSRC}/ripit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ + ${INSTALL_DATA} ${WRKSRC}/config ${STAGEDIR}${EXAMPLESDIR}/config .include diff -urN audio/ripit.orig/pkg-plist audio/ripit/pkg-plist --- audio/ripit.orig/pkg-plist 1970-01-01 01:00:00.000000000 +0100 +++ audio/ripit/pkg-plist 2014-05-11 12:09:46.236677000 +0200 @@ -0,0 +1,4 @@ +bin/ripit +man/man1/ripit.1.gz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% --- audio_ripit_stage.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: