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

Baptiste Daroussin bapt at FreeBSD.org
Mon May 23 18:18:01 UTC 2016


Author: bapt
Date: Mon May 23 18:18:00 2016
New Revision: 415737
URL: https://svnweb.freebsd.org/changeset/ports/415737

Log:
  Update to 1.8.99.1
  Changes:
  - Reduce memory used while analysing elf files
  - Stop checking pre-deinstall script except if DEVELOPER=yes is set
  - fix double free in pkg updating

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	Mon May 23 18:11:44 2016	(r415736)
+++ head/ports-mgmt/pkg-devel/Makefile	Mon May 23 18:18:00 2016	(r415737)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.8.99.0
+DISTVERSION=	1.8.99.1
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Mon May 23 18:11:44 2016	(r415736)
+++ head/ports-mgmt/pkg-devel/distinfo	Mon May 23 18:18:00 2016	(r415737)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463928896
-SHA256 (pkg-1.8.99.0.tar.xz) = 23000c682e8872745e3b93a87b9eee01918e9003556920dbcd1ffd050465a76d
-SIZE (pkg-1.8.99.0.tar.xz) = 1942272
+TIMESTAMP = 1464027386
+SHA256 (pkg-1.8.99.1.tar.xz) = abc6a5e4f9a3fb4a818c775eb5aa2048ccb3ddcb6974c7af833d7e558c89f062
+SIZE (pkg-1.8.99.1.tar.xz) = 1941904


More information about the svn-ports-all mailing list