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

Baptiste Daroussin bapt at FreeBSD.org
Sun May 8 17:51:12 UTC 2016


Author: bapt
Date: Sun May  8 17:51:10 2016
New Revision: 414815
URL: https://svnweb.freebsd.org/changeset/ports/414815

Log:
  Update to 1.7.99.9
  Changes:
  - rename install --from-root into install --recursive to avoid confusions
  - cleanup old packages later which reduces the window when the filesystem is "unstable"
  - fix issue with recursive deps when using pkg add

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	Sun May  8 17:50:04 2016	(r414814)
+++ head/ports-mgmt/pkg-devel/Makefile	Sun May  8 17:51:10 2016	(r414815)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.7.99.8
+DISTVERSION=	1.7.99.9
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Sun May  8 17:50:04 2016	(r414814)
+++ head/ports-mgmt/pkg-devel/distinfo	Sun May  8 17:51:10 2016	(r414815)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.7.99.8.tar.xz) = 3109e734cf553fbc46e4ecedb2134307dbbd6da06f64dac71d2a7e3758d8f510
-SIZE (pkg-1.7.99.8.tar.xz) = 1946632
+SHA256 (pkg-1.7.99.9.tar.xz) = 7a964b9ee05ee928358cdb482d6e26c27106bed4a456bd976810c201c94034db
+SIZE (pkg-1.7.99.9.tar.xz) = 1940600


More information about the svn-ports-all mailing list