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

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 5 15:02:09 UTC 2016


Author: bapt
Date: Tue Jul  5 15:02:08 2016
New Revision: 418085
URL: https://svnweb.freebsd.org/changeset/ports/418085

Log:
  Update to 1.8.99.9:
  - Update internal expat to 2.2.0
  - Fix using an external solver
  - Fix build on FreeBSD prior to 9.2
  - Fix issues on armv6
  - Add a mini summary of the operations (removal, installation, upgrades) that
    that will be done
  - Fix solver issues that could trigger issues with conflicts or reinstall too
    many things

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	Tue Jul  5 14:04:11 2016	(r418084)
+++ head/ports-mgmt/pkg-devel/Makefile	Tue Jul  5 15:02:08 2016	(r418085)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.8.99.8
+DISTVERSION=	1.8.99.9
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Tue Jul  5 14:04:11 2016	(r418084)
+++ head/ports-mgmt/pkg-devel/distinfo	Tue Jul  5 15:02:08 2016	(r418085)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466854093
-SHA256 (pkg-1.8.99.8.tar.xz) = d862fa85e429dd1af5d81a9830b48ee6ad35d62842bbc5fa19eed7b18f5dc1ab
-SIZE (pkg-1.8.99.8.tar.xz) = 1912256
+TIMESTAMP = 1467730676
+SHA256 (pkg-1.8.99.9.tar.xz) = 2ec500e9203ff9205e7b5e61aa8f50b455f6834cc5ce58f05158dbf03af4f919
+SIZE (pkg-1.8.99.9.tar.xz) = 1917796


More information about the svn-ports-all mailing list