From owner-cvs-ports@FreeBSD.ORG Tue May 22 13:16:46 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 7C7BA106564A; Tue, 22 May 2012 13:16:46 +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 4F7F58FC18; Tue, 22 May 2012 13:16:46 +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 q4MDGkEW062113; Tue, 22 May 2012 13:16:46 GMT (envelope-from bapt@repoman.freebsd.org) Received: (from bapt@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q4MDGk6M062112; Tue, 22 May 2012 13:16:46 GMT (envelope-from bapt) Message-Id: <201205221316.q4MDGk6M062112@repoman.freebsd.org> From: Baptiste Daroussin Date: Tue, 22 May 2012 13:16:46 +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: Tue, 22 May 2012 13:16:46 -0000 bapt 2012-05-22 13:16:46 UTC FreeBSD ports repository Modified files: ports-mgmt/pkg Makefile distinfo Log: - update to 1.0-beta14 - changes: * new DEVELOPER_MODE option: it will fail instead of just printing warnings * package creation is now reproductible, the same package built twice will have the same checksum * pkg install, upgrade and fetch now automatically performs the update of the remote metadata if necessary * portmaster patch: use_pkgng is not nessecary anymore * portmaster patch: new format you can just copy it in the ports-mgmt/portmaster/files * portmaster patch: support for portmaster -o * portmaster patch: Enable --check-depends, aliasing pkg check -adv * pkg set -A to mark a package as automatically installed (-a now matches all: better consistency with other commands) * new -D option for pkg info (same as pkg_info -D) * pkg set -o now change origin for a port and everything that depends on it * new -L option for pkg {fetch,install,upgrade} to skip updating metadata. * when a package isn't valid, print human information about what is missing * some fixes in ordering (revealed by p5-XML-Sax mess) Thanks to all contributors Revision Changes Path 1.22 +1 -1 ports/ports-mgmt/pkg/Makefile 1.14 +2 -2 ports/ports-mgmt/pkg/distinfo