From owner-freebsd-pkg@freebsd.org Mon Feb 22 00:32:03 2016 Return-Path: Delivered-To: freebsd-pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61F26AB0682 for ; Mon, 22 Feb 2016 00:32:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4EE751650 for ; Mon, 22 Feb 2016 00:32:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4D6DEAB0681; Mon, 22 Feb 2016 00:32:03 +0000 (UTC) Delivered-To: pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D04BAB0680 for ; Mon, 22 Feb 2016 00:32:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F651164F for ; Mon, 22 Feb 2016 00:32:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1M0W3Oa018385 for ; Mon, 22 Feb 2016 00:32:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: maintainer-feedback requested: [Bug 207402] ports-mgmt/pkg: incorrect description for -A flag Date: Mon, 22 Feb 2016 00:32:03 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkg@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2016 00:32:03 -0000 Anton Sayetsky has reassigned Bugzilla Automation 's request for maintainer-feedback to pkg@FreeBSD.org: Bug 207402: ports-mgmt/pkg: incorrect description for -A flag https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207402 --- Description --- root@cs0:~# pkg info pkg pkg-1.6.4 Name : pkg Version : 1.6.4 Installed on : Sat Feb 13 15:32:39 2016 MSK Origin : ports-mgmt/pkg Architecture : freebsd:10:x86:64 Prefix : /usr/local Categories : ports-mgmt Licenses : BSD2CLAUSE Maintainer : pkg@FreeBSD.org WWW : http://wiki.freebsd.org/pkgng Comment : Package manager Shared Libs provided: libpkg.so.3 Annotations : Flat size : 10.8MiB Description : Package management tool WWW: http://wiki.freebsd.org/pkgng root@cs0:~# pkg set Usage: pkg set [-a] [-A [01]] [-o :] [-n :] [-y] [-Cgix] For more information see 'pkg help set'. root@cs0:~# pkg set -A lang/perl5.20 pkg: Wrong value for -A. Expecting 0 or 1, got: lang/perl5.20 root@cs0:~# I think that description for -A flag should be like "[-A {0|1}]". As an alternative, this flag can switch current "auto" property to reverse.