From owner-cvs-all@FreeBSD.ORG Sun Jun 3 14:47:21 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED416106564A; Sun, 3 Jun 2012 14:47:21 +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 C01E98FC0A; Sun, 3 Jun 2012 14:47:21 +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 q53ElLNb028401; Sun, 3 Jun 2012 14:47:21 GMT (envelope-from bapt@repoman.freebsd.org) Received: (from bapt@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q53ElLeP028400; Sun, 3 Jun 2012 14:47:21 GMT (envelope-from bapt) Message-Id: <201206031447.q53ElLeP028400@repoman.freebsd.org> From: Baptiste Daroussin Date: Sun, 3 Jun 2012 14:47:21 +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 ports/ports-mgmt/pkg/files patch-pkg__update.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jun 2012 14:47:22 -0000 bapt 2012-06-03 14:47:21 UTC FreeBSD ports repository Modified files: ports-mgmt/pkg Makefile distinfo Removed files: ports-mgmt/pkg/files patch-pkg__update.c Log: - update to 1.0-beta15 - changes: - new -d to pkg fetch to download the dependencies along with the package - fix automatic flag tracking over installs and upgrades - fix hardlink detection (size calculation of git is now sane again :)) - pkg remove is now an alias to pkg delete - fix a bug with shlibs track causing segfault - pkg check -r now updates flatesiz and checksums - all generated yaml now contain a yaml object separator, pkg info -Ra can be pased directly to a yaml parser - pkg query and pkg rquery do not fallback anymore on matching everything if -g -x or -X is passed in arguments - fix python packing on pointyhat/tinderbox with a ugly workaround for now - pkg info '' and pkg search '' now complains about empty pattern - pkg rquery now return 1 if nothing matched Revision Changes Path 1.24 +1 -2 ports/ports-mgmt/pkg/Makefile 1.15 +2 -2 ports/ports-mgmt/pkg/distinfo 1.2 +0 -38 ports/ports-mgmt/pkg/files/patch-pkg__update.c (dead)