From owner-svn-ports-head@FreeBSD.ORG Thu Oct 30 14:41:22 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 967ED1E2; Thu, 30 Oct 2014 14:41:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 69089302; Thu, 30 Oct 2014 14:41:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9UEfMw4065283; Thu, 30 Oct 2014 14:41:22 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9UEfML5065281; Thu, 30 Oct 2014 14:41:22 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410301441.s9UEfML5065281@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 30 Oct 2014 14:41:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371752 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2014 14:41:22 -0000 Author: bapt Date: Thu Oct 30 14:41:21 2014 New Revision: 371752 URL: https://svnweb.freebsd.org/changeset/ports/371752 QAT: https://qat.redports.org/buildarchive/r371752/ Log: Update to 1.4.0.a4 Changes: - Reinstall packages if one of its dependency have change While hackish this allows seamless upgrade of perl5 and ruby2 - Fix pkg audit as used from ports - Reject chroot for unknown ABIs - Fix generating repos from 1.3 created packages - Allow to build out of the source tree - Fix ABI detection on armeb - Fix some left overs from Unique id migration - Fix pkg delete regression (it is again recursive by default) - Locked packages prevent deleting anything that depends on them - Fix pkg upgrade on multi repo - Fix pkg upgrade ignoring the lock flag Thank you very much for all the testers and reports! Please keep testing! Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Thu Oct 30 14:17:05 2014 (r371751) +++ head/ports-mgmt/pkg-devel/Makefile Thu Oct 30 14:41:21 2014 (r371752) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.0.alpha3 +DISTVERSION= 1.4.0.alpha4 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Thu Oct 30 14:17:05 2014 (r371751) +++ head/ports-mgmt/pkg-devel/distinfo Thu Oct 30 14:41:21 2014 (r371752) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.0.alpha3.tar.xz) = ae79ec05f1730cec4145013a86c2d7083c6283f905ff63cb009e44c7629721f7 -SIZE (pkg-1.4.0.alpha3.tar.xz) = 1767052 +SHA256 (pkg-1.4.0.alpha4.tar.xz) = 182c67218b5726b77687b2dbebfdafde8cea032e8b3efd8b484bd1001933d97e +SIZE (pkg-1.4.0.alpha4.tar.xz) = 1775184