From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 16 01:17:39 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 ESMTP id 2E70DEB3 for ; Mon, 16 Sep 2013 01:17:39 +0000 (UTC) (envelope-from takefu@airport.fm) Received: from ae-osaka.co.jp (mx.ae-osaka.co.jp [210.196.184.82]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E7D88211B for ; Mon, 16 Sep 2013 01:17:38 +0000 (UTC) Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1]) by ae-osaka.co.jp (Postfix) with ESMTP id 62F1AD3AC04 for ; Mon, 16 Sep 2013 10:17:29 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=airport.fm; h= message-id:date:from:reply-to:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s=mail; bh= qCle4mEuDf69o8HNKZ6QO5MncTQ=; b=jzIGcjda1cGQ0wS1qFn4vlz/ydZjqxcD RZn2bXaIbpwx7KGaxlGPzF6sYs1shbltFt6pSRqTryStWbA6QxmKjOVm9xE3e6xz vb4CfrarInrbv/1HYR0nCGgT2oW23UicZEgsHOshCZCtG9cPEgFodsoWqyW6qWGO rMJdXSeSZzU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=airport.fm; h=message-id :date:from:reply-to:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; q=dns; s= mail; b=Nwyq1o8HzLOR74LRrToFiW3mYnl+pmoDZzfC5NyaDx+eS6TdSRO4ftod UXAQPAATPN32L0wG4RY3r7azzipC5QUnvNnL1GVHjxspfzIvQZ0+qXarv3ZDmT39 P4y89nXnezjr26UoDkuOWDsvr+UmSYcgHX4LmnMxsABbKthTux4= Received: from [IPv6:2001:470:824b:a011:75e8:ace6:4963:e4fd] (unknown [IPv6:2001:470:824b:a011:75e8:ace6:4963:e4fd]) by ae-osaka.co.jp (Postfix) with ESMTPSA id 36BF6D3AC01 for ; Mon, 16 Sep 2013 10:17:26 +0900 (JST) Message-ID: <52365C25.7000607@airport.fm> Date: Mon, 16 Sep 2013 10:17:25 +0900 From: Takefu User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/161763: [PATCH] audio/icecast2: add favicon.ico References: <201206120222.q5C2Mnd1040314@unbound.local.ae-osaka.co.jp> <4FD7D580.1080905@airport.fm> In-Reply-To: <4FD7D580.1080905@airport.fm> X-Enigmail-Version: 1.5.2 OpenPGP: id=9C3E8F56 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: takefu@airport.fm List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 01:17:39 -0000 Thank you for committing. This file doesn't package it. vclt.xsl xspf.xsl Is not the following patch forgotten? > diff -ruN /usr/ports/audio/icecast2/pkg-plist audio/icecast2/pkg-plist > --- /usr/ports/audio/icecast2/pkg-plist 2010-07-21 16:52:39.000000000 +0900 > +++ audio/icecast2/pkg-plist 2012-06-12 11:01:19.000000000 +0900 > @@ -31,6 +31,8 @@ > share/icecast/admin/response.xsl > share/icecast/admin/stats.xsl > share/icecast/admin/updatemetadata.xsl > +share/icecast/admin/vclt.xsl > +share/icecast/admin/xspf.xsl > share/icecast/doc/icecast.xml.dist > share/icecast/doc/icecast_minimal.xml.dist > share/icecast/doc/icecast_shoutcast_compat.xml.dist > @@ -40,6 +42,7 @@ > share/icecast/web/corner_bottomright.jpg > share/icecast/web/corner_topleft.jpg > share/icecast/web/corner_topright.jpg > +share/icecast/web/favicon.ico > share/icecast/web/icecast.png > share/icecast/web/key.gif > share/icecast/web/key.png --