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

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 4 20:51:06 UTC 2015


Author: bapt
Date: Wed Feb  4 20:51:05 2015
New Revision: 378419
URL: https://svnweb.freebsd.org/changeset/ports/378419
QAT: https://qat.redports.org/buildarchive/r378419/

Log:
  Update to 1.4.99.8
  Changes:
  - Tons of resources leak plugged (thanks coverity)
  - Fix size calculation output
  - Fix 'pkg add -M -'
  - Update libucl to latest version
  - Improve documentation
  - Make pkg create more verbose
  - Add -q|--quiet option to pkg create
  - Add a new pkg alias subcommand
  - Update sqlite to 3.8.8.2
  - Update libucl to 0.7.2

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 Feb  4 20:48:33 2015	(r378418)
+++ head/ports-mgmt/pkg-devel/Makefile	Wed Feb  4 20:51:05 2015	(r378419)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.4.99.7
+DISTVERSION=	1.4.99.8
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Wed Feb  4 20:48:33 2015	(r378418)
+++ head/ports-mgmt/pkg-devel/distinfo	Wed Feb  4 20:51:05 2015	(r378419)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.4.99.7.tar.xz) = 2d344f16e40de42e8d1aaa89ab8e106540ba800d7f5d9c7dde7b60ffcc100000
-SIZE (pkg-1.4.99.7.tar.xz) = 1878596
+SHA256 (pkg-1.4.99.8.tar.xz) = 2a98ae10d7e3de7fd94910d3dd8c681f5fd5af643bd957ebb6321061fe6678f5
+SIZE (pkg-1.4.99.8.tar.xz) = 1857732


More information about the svn-ports-all mailing list