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

Baptiste Daroussin bapt at FreeBSD.org
Fri May 6 11:49:07 UTC 2016


Author: bapt
Date: Fri May  6 11:49:06 2016
New Revision: 414701
URL: https://svnweb.freebsd.org/changeset/ports/414701

Log:
  Update to 1.7.99.6
  Changes:
  - Fix a regression on systems wihtout utimensat(2)
  - Revert a behaviour change with rootdir and repositories that
    appeared to be more painful for users than helpful
  - Fix pkg clean removing /var/cache/pkg if it is a symlink
  - capsicumize pkg clean
  - make pkg clean remove empty directories

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	Fri May  6 11:42:14 2016	(r414700)
+++ head/ports-mgmt/pkg-devel/Makefile	Fri May  6 11:49:06 2016	(r414701)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.7.99.5
+DISTVERSION=	1.7.99.6
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Fri May  6 11:42:14 2016	(r414700)
+++ head/ports-mgmt/pkg-devel/distinfo	Fri May  6 11:49:06 2016	(r414701)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.7.99.5.tar.xz) = 0b30476966914fd56ecff076af74cfc816449c93ea4a5f88677fc7e03487f339
-SIZE (pkg-1.7.99.5.tar.xz) = 1916068
+SHA256 (pkg-1.7.99.6.tar.xz) = bd5f43231824c03b1372c2ff311a4b92f97eb3eaf9ba8fae5fea8e521947fd5b
+SIZE (pkg-1.7.99.6.tar.xz) = 1943024


More information about the svn-ports-all mailing list