Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Oct 2014 14:41:22 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371752 - head/ports-mgmt/pkg-devel
Message-ID:  <201410301441.s9UEfML5065281@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410301441.s9UEfML5065281>