From owner-freebsd-ports@FreeBSD.ORG Thu Dec 5 15:15:39 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82BE7A2E for ; Thu, 5 Dec 2013 15:15:39 +0000 (UTC) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 537351362 for ; Thu, 5 Dec 2013 15:15:38 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 0CDBD61FAC; Fri, 6 Dec 2013 00:15:32 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id DD5724E658; Fri, 6 Dec 2013 00:15:31 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) by eastasia.home.utahime.org (Postfix) with ESMTPA id A19034E62D; Fri, 6 Dec 2013 00:15:31 +0900 (JST) Date: Fri, 06 Dec 2013 00:13:38 +0900 (JST) Message-Id: <20131206.001338.320545926.yasu@utahime.org> To: freebsd-ports@freebsd.org Subject: Output change of 'pkg info' after 1.2. From: Yasuhiro KIMURA 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: Thu, 05 Dec 2013 15:15:39 -0000 I noticed that output of 'pkg info' changed after version 1.2. If I remember correctly, 1.1.x behaved as following: - 'pkg info -q pkg-name' outputs package name with version. - 'pkg info pkg-name' outputs package name with version, and comment. - 'pkg info -f pkg-name' outputs full information. But 1.2.1 works as following: - 'pkg info -q pkg-name' outputs nothing. - Both 'pkg info pkg-name' and 'pkg info -f pkg-name' outputs full information. Is this change intended one? --- Yasuhiro KIMURA