From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 24 11:00:14 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A0F2106566C for ; Thu, 24 Dec 2009 11:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2EDC48FC1A for ; Thu, 24 Dec 2009 11:00:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBOB0Eh0068691 for ; Thu, 24 Dec 2009 11:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBOB0E7K068690; Thu, 24 Dec 2009 11:00:14 GMT (envelope-from gnats) Resent-Date: Thu, 24 Dec 2009 11:00:14 GMT Resent-Message-Id: <200912241100.nBOB0E7K068690@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:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EF911065670 for ; Thu, 24 Dec 2009 10:57:17 +0000 (UTC) (envelope-from tobias.rehbein@web.de) Received: from fmmailgate02.web.de (fmmailgate02.web.de [217.72.192.227]) by mx1.freebsd.org (Postfix) with ESMTP id A340D8FC0A for ; Thu, 24 Dec 2009 10:57:16 +0000 (UTC) Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate02.web.de (Postfix) with ESMTP id 5F44314A2824C for ; Thu, 24 Dec 2009 11:57:15 +0100 (CET) Received: from [95.88.224.31] (helo=sushi.pseudo.local) by smtp05.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #314) id 1NNlNa-0000y8-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 24 Dec 2009 11:57:15 +0100 Received: from sushi.pseudo.local (localhost [127.0.0.1]) by sushi.pseudo.local (8.14.3/8.14.3) with ESMTP id nBOAvEWR005928 for ; Thu, 24 Dec 2009 11:57:14 +0100 (CET) (envelope-from tobi@sushi.pseudo.local) Received: (from tobi@localhost) by sushi.pseudo.local (8.14.3/8.14.3/Submit) id nBOAvELB005927; Thu, 24 Dec 2009 11:57:14 +0100 (CET) (envelope-from tobi) Message-Id: <200912241057.nBOAvELB005927@sushi.pseudo.local> Date: Thu, 24 Dec 2009 11:57:14 +0100 (CET) From: Tobias Rehbein Sender: tobias.rehbein@web.de To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/141943: [PATCH] update audio/ripit to version 3.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tobias Rehbein List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2009 11:00:14 -0000 >Number: 141943 >Category: ports >Synopsis: [PATCH] update audio/ripit to version 3.8.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 24 11:00:13 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Tobias Rehbein >Release: FreeBSD 8.0-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD sushi.pseudo.local 8.0-RELEASE-p1 FreeBSD 8.0-RELEASE-p1 #2: Sat Dec 5 20:12:19 CET 2009 tobi@sushi.pseudo.local:/usr/obj/usr/src/sys/SUSHI i386 >Description: Update audio/ripit to the latest version. This is a followup to ports/141906. The maintainer seems to be unresponsive. If this patch gets commited because of a maintainer timeout (again) I am willing to take maintainership of this port. >How-To-Repeat: >Fix: --- audio-ripit-3.7.0-3.8.1.diff begins here --- diff -ruN /usr/ports/audio/ripit/Makefile audio/ripit/Makefile --- /usr/ports/audio/ripit/Makefile 2009-06-18 09:30:53.000000000 +0200 +++ audio/ripit/Makefile 2009-12-24 11:48:47.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= ripit -PORTVERSION= 3.7.0 +PORTVERSION= 3.8.1 CATEGORIES= audio MASTER_SITES= http://www.suwald.com/ripit/ @@ -16,6 +16,8 @@ # See pkg-message about other dependencies. RUN_DEPENDS= ${SITE_PERL}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get RUN_DEPENDS+= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS+= ${SITE_PERL}/WebService/MusicBrainz.pm:${PORTSDIR}/www/p5-WebService-MusicBrainz +RUN_DEPENDS+= ${SITE_PERL}/MusicBrainz/DiscID.pm:${PORTSDIR}/audio/p5-MusicBrainz-DiscID RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame RUN_DEPENDS+= cdparanoia:${PORTSDIR}/audio/cdparanoia diff -ruN /usr/ports/audio/ripit/distinfo audio/ripit/distinfo --- /usr/ports/audio/ripit/distinfo 2009-06-18 09:30:53.000000000 +0200 +++ audio/ripit/distinfo 2009-12-22 23:23:46.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (ripit-3.7.0.tar.bz2) = f1553013cbc4dfc237e701341ea6182a -SHA256 (ripit-3.7.0.tar.bz2) = 16a8ab0977a8de3231fe35f74be46cf68aef12b81fe0ae3853a21fd6f365b21e -SIZE (ripit-3.7.0.tar.bz2) = 80076 +MD5 (ripit-3.8.1.tar.bz2) = 17999f61aa59310b42d0fe7f805368c9 +SHA256 (ripit-3.8.1.tar.bz2) = d88c69635b02126bc250077be8d0101b5117735f6afcf7b1bcbe525da567b4d9 +SIZE (ripit-3.8.1.tar.bz2) = 91214 --- audio-ripit-3.7.0-3.8.1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: