From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 4 00:10:23 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B428916A422 for ; Tue, 4 Apr 2006 00:10:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9639D43D4C for ; Tue, 4 Apr 2006 00:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k340AHEm063681 for ; Tue, 4 Apr 2006 00:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k340AHbP063680; Tue, 4 Apr 2006 00:10:17 GMT (envelope-from gnats) Resent-Date: Tue, 4 Apr 2006 00:10:17 GMT Resent-Message-Id: <200604040010.k340AHbP063680@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, "Stepan Zastupov [RedChrom]" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9798616A427 for ; Tue, 4 Apr 2006 00:01:27 +0000 (UTC) (envelope-from redchrom@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52CBC43D7E for ; Tue, 4 Apr 2006 00:01:08 +0000 (GMT) (envelope-from redchrom@gmail.com) Received: by uproxy.gmail.com with SMTP id m3so808002ugc for ; Mon, 03 Apr 2006 17:01:07 -0700 (PDT) Received: by 10.66.249.10 with SMTP id w10mr872454ugh; Mon, 03 Apr 2006 17:01:07 -0700 (PDT) Received: from localhost ( [195.46.115.165]) by mx.gmail.com with ESMTP id h1sm53741ugf.2006.04.03.17.01.04; Mon, 03 Apr 2006 17:01:07 -0700 (PDT) Message-Id: <20060404000107.GA753@asylum> Date: Tue, 4 Apr 2006 09:01:07 +0900 From: "Stepan Zastupov [RedChrom]" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/95291: [maitainer-update] multimedia/audacious up to 0.2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Apr 2006 00:10:23 -0000 >Number: 95291 >Category: ports >Synopsis: [maitainer-update] multimedia/audacious up to 0.2.3 >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: Tue Apr 04 00:10:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: RedChrom >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: RedChrom >Environment: System: FreeBSD asylum 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Thu Mar 23 17:47:47 IRKT 2006 root@asylum:/usr/obj/usr/src/sys/ASYLUM i386 >Description: New version (bug fix release) of audacious is out. >How-To-Repeat: Please apply the patch. >Fix: diff -urN audacious.old/Makefile audacious/Makefile --- audacious.old/Makefile Tue Apr 4 08:55:04 2006 +++ audacious/Makefile Mon Apr 3 19:26:43 2006 @@ -6,8 +6,7 @@ # PORTNAME= audacious -PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTVERSION= 0.2.3 CATEGORIES= multimedia audio MASTER_SITES= http://audacious-media-player.org/release/ \ ${MASTER_SITE_LOCAL} @@ -34,7 +33,7 @@ OUTPUT_PLUGINS="${OUTPUT_PLUGINS}" \ VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}" CONFIGURE_ARGS= --disable-jack --disable-flc --disable-adplug \ - --disable-lirc --disable-alsa --disable-amidiplug + --disable-lirc --disable-alsa --disable-amidiplug --disable-arts MAN1= audacious.1 diff -urN audacious.old/distinfo audacious/distinfo --- audacious.old/distinfo Tue Apr 4 08:55:04 2006 +++ audacious/distinfo Mon Apr 3 19:19:24 2006 @@ -1,3 +1,3 @@ -MD5 (audacious-0.2.2.tgz) = c7552c96df2d3076a2a6fbcfa0980030 -SHA256 (audacious-0.2.2.tgz) = b47d82650538847ab732e5d0e1d4b1cf6e4e0a4f4cd1a5fbe4606a0251ab9a0c -SIZE (audacious-0.2.2.tgz) = 3216937 +MD5 (audacious-0.2.3.tgz) = c7ef54251f15d780c4938fbc1ba5855d +SHA256 (audacious-0.2.3.tgz) = e1c8efc805bb95eff8f2bb3d6de919dd67240b979f16af8f87429fbc92dd789b +SIZE (audacious-0.2.3.tgz) = 3246886 diff -urN audacious.old/pkg-plist audacious/pkg-plist --- audacious.old/pkg-plist Tue Apr 4 08:55:04 2006 +++ audacious/pkg-plist Mon Apr 3 19:21:59 2006 @@ -13,6 +13,7 @@ include/audacious/output.h include/audacious/xml_document.h lib/audacious/Effect/libladspa.so +lib/audacious/Effect/libvoice_removal.so lib/audacious/General/libsong_change.so lib/audacious/General/libscrobbler.so lib/audacious/Input/libcdaudio.so >Release-Note: >Audit-Trail: >Unformatted: