From owner-cvs-ports@FreeBSD.ORG Fri Mar 2 23:08:43 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 180CF106564A; Fri, 2 Mar 2012 23:08:43 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 052A68FC1D; Fri, 2 Mar 2012 23:08:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q22N8gAk029339; Fri, 2 Mar 2012 23:08:42 GMT (envelope-from bapt@repoman.freebsd.org) Received: (from bapt@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q22N8g0E029338; Fri, 2 Mar 2012 23:08:42 GMT (envelope-from bapt) Message-Id: <201203022308.q22N8g0E029338@repoman.freebsd.org> From: Baptiste Daroussin Date: Fri, 2 Mar 2012 23:08:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ports-mgmt/pkg Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2012 23:08:43 -0000 bapt 2012-03-02 23:08:42 UTC FreeBSD ports repository Modified files: ports-mgmt/pkg Makefile distinfo Log: - update to 1.0-beta8 - changes: * pkg info -R now show a full yaml (script, options, users and groups were missing in previous versions) * new pkg query -e to be able to query packages base on boolean expression matching content of the package * pkg check now works like other subcommand: -a for all, -gxX for (glob, regex, eregex) * pkg check is now able to check the file checksum and print what has been modified since package installation (-s option) * pkg check is now able to recompute the flatsize (-r) this can fix the flatsize of packages installed with version prior to beta7 * new pkg set currently can only be used to manually mark package as automatically installed or not Revision Changes Path 1.11 +3 -1 ports/ports-mgmt/pkg/Makefile 1.8 +2 -2 ports/ports-mgmt/pkg/distinfo