From owner-freebsd-ports@FreeBSD.ORG Sat Jul 5 21:59:16 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A7211065672 for ; Sat, 5 Jul 2008 21:59:16 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.228]) by mx1.freebsd.org (Postfix) with ESMTP id 302638FC0C for ; Sat, 5 Jul 2008 21:59:16 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by wr-out-0506.google.com with SMTP id c8so628558wra.27 for ; Sat, 05 Jul 2008 14:59:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ig2+0se1v7GNg0xoIAY+LM2DhxVR1BXOb8E1WhE2rcU=; b=PlHEVKTSkVsHOYUUI2A0zsHuv6Bm/nkOCAIyvufD5uMcBeRZRnj7aYVi4bK6EPByxl UAZ1mlCU2gXzwz72h4rOi1VauXQ7K62V24Uegfz9FvNC5+bgcUXa3vyGldtqOtr2zDQO tWub1isJg9oeHWFFNwn7lZULEtvxg7XaY1Sew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fyKN09VsSBr7scuNGflKkrVgj3rUAb6w26V05GYs4ncHE0M6+nk8IUfPIpwHj9QnIp OphERlL0Aq5jcm5YqItq45Vvcozy8lgp1rtblNmo7lDszXq5rKss70Xn6/JQz/Qtbpy9 eTAEAPJlOmq9W3+T0dGFxOE3jE8xNvrQGOkE8= Received: by 10.90.32.14 with SMTP id f14mr3120612agf.70.1215293687989; Sat, 05 Jul 2008 14:34:47 -0700 (PDT) Received: by 10.90.79.1 with HTTP; Sat, 5 Jul 2008 14:34:47 -0700 (PDT) Message-ID: <790a9fff0807051434k6576b399g26bda3d03ccb985e@mail.gmail.com> Date: Sat, 5 Jul 2008 16:34:47 -0500 From: "Scot Hetzel" To: "David Southwell" In-Reply-To: <200807030914.08011.david@vizion2000.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200807030914.08011.david@vizion2000.net> Cc: freebsd-ports@freebsd.org Subject: Re: Akode-plugins problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2008 21:59:16 -0000 On Thu, Jul 3, 2008 at 11:14 AM, David Southwell wrote: > Does anyone know best way to deal with this one?? > I am going round in circles here!!! : > ---> Checking the package registry database > Stale origin: 'audio/akode-plugins-polypaudio': perhaps moved or obsoleted. > -> The port 'audio/akode-plugins-polypaudio' was removed on 2008-01-01 > because: > "Polypaudio is obsolete in favor of pulseaudio" Use portupgrade to replace akode-plugins-polypaudio with akode-plugins-pulseaudio: portupgrade -o audio/akode-plugins-pulseaudio audio/akode-plugins-polypaudio Scot