svn commit: r381573 - head/ports-mgmt/pkg-devel

Baptiste Daroussin bapt at FreeBSD.org
Wed Mar 18 19:08:57 UTC 2015


Author: bapt
Date: Wed Mar 18 19:08:55 2015
New Revision: 381573
URL: https://svnweb.freebsd.org/changeset/ports/381573
QAT: https://qat.redports.org/buildarchive/r381573/

Log:
  Update to 1.4.99.14 aka 1.5.0 alpha1
  Changes:
  - More fixes on pkg lock/unlock on 32bits
  - Initial support for provides/requires
  - Print which package is the reason for direct depend change
  - Cleanup regression tests
  - Allow pkg create -M ./plop.ucl -p ./plop.plist
  - Deprecate --relocate
  - add pkg -r <rootdir> option to allow easy cross installation
  - export PKG_ROOTDIR in script to ease cross installation friendly scripts

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	Wed Mar 18 18:10:46 2015	(r381572)
+++ head/ports-mgmt/pkg-devel/Makefile	Wed Mar 18 19:08:55 2015	(r381573)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.4.99.13
+DISTVERSION=	1.4.99.14
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Wed Mar 18 18:10:46 2015	(r381572)
+++ head/ports-mgmt/pkg-devel/distinfo	Wed Mar 18 19:08:55 2015	(r381573)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.4.99.13.tar.xz) = bb37e8f0068d09d19a481a03c32143f65329d817d52632100df71ebffd003ec2
-SIZE (pkg-1.4.99.13.tar.xz) = 1889552
+SHA256 (pkg-1.4.99.14.tar.xz) = d06ba884a01e23322fc68a80e19a8e64cb58f0814e7dc1702174ecf200bda6c5
+SIZE (pkg-1.4.99.14.tar.xz) = 1862936


More information about the svn-ports-head mailing list