From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 2 19:50:03 2010 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 760091065672 for ; Sat, 2 Jan 2010 19:50:03 +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 64E108FC0C for ; Sat, 2 Jan 2010 19:50:03 +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 o02Jo34H029487 for ; Sat, 2 Jan 2010 19:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o02Jo38q029486; Sat, 2 Jan 2010 19:50:03 GMT (envelope-from gnats) Date: Sat, 2 Jan 2010 19:50:03 GMT Message-Id: <201001021950.o02Jo38q029486@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Tobias Rehbein Cc: Subject: Re: 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: Sat, 02 Jan 2010 19:50:03 -0000 The following reply was made to PR ports/141943; it has been noted by GNATS. From: Tobias Rehbein To: oyvind@moll.no Cc: bug-followup@FreeBSD.org Subject: Re: ports/141943: [PATCH] update audio/ripit to version 3.8.1 Date: Sat, 2 Jan 2010 20:49:21 +0100 --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In the meantime ripit 3.8.2 has been released. Find attached the corresponding patch. Regards Tobias --AhhlLboLdkugWU4S Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="audio-ripit_3.7.0-3.8.2.diff" 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-26 11:37:05.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= ripit -PORTVERSION= 3.7.0 +PORTVERSION= 3.8.2 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 2010-01-02 20:45:00.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.2.tar.bz2) = a5b9cb9beb5a663aafc4f163a866c783 +SHA256 (ripit-3.8.2.tar.bz2) = 3270631c6541f87b71b1a3ee230805f86fff3725e722c1245b2429e62163515c +SIZE (ripit-3.8.2.tar.bz2) = 91461 --AhhlLboLdkugWU4S--