From owner-freebsd-ports@FreeBSD.ORG Mon Dec 9 00:27:03 2013 Return-Path: Delivered-To: freebsd-ports@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 ESMTPS id C272C1DC for ; Mon, 9 Dec 2013 00:27:03 +0000 (UTC) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 8C2B01173 for ; Mon, 9 Dec 2013 00:27:02 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id DCF2161FAB; Mon, 9 Dec 2013 09:27:00 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id B03E24E642; Mon, 9 Dec 2013 09:27:00 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) by eastasia.home.utahime.org (Postfix) with ESMTPA id 6E9A94E62D; Mon, 9 Dec 2013 09:27:00 +0900 (JST) Date: Mon, 09 Dec 2013 09:26:26 +0900 (JST) Message-Id: <20131209.092626.453244391.yasu@utahime.org> To: freebsd-ports@freebsd.org Subject: Re: Output change of 'pkg info' after 1.2. From: Yasuhiro KIMURA In-Reply-To: <20131209.001114.173114891.yasu@utahime.org> References: <20131206.015422.185732494.yasu@utahime.org> <20131206082929.GP76976@ithaqua.etoilebsd.net> <20131209.001114.173114891.yasu@utahime.org> X-Mailer: Mew version 6.5 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Dec 2013 00:27:03 -0000 From: Yasuhiro KIMURA Subject: Re: Output change of 'pkg info' after 1.2. Date: Mon, 09 Dec 2013 00:11:14 +0900 (JST) > BTW, I noticed there is no explanation about 'alias' option in > pkg.conf(5) but two examples in EXAMPLES section. It is far from fatal > but anyway I sent PR and also opened new issue on GitHub. This issue is fixed on GitHub. https://github.com/freebsd/pkg/commit/e2350ea560aae668df58e9d0fa3f8a1f31dcbcba Just FYI. --- Yasuhiro KIMURA