Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2015 16:04:24 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377748 - head/ports-mgmt/pkg-devel
Message-ID:  <201501231604.t0NG4OT4052596@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jan 23 16:04:24 2015
New Revision: 377748
URL: https://svnweb.freebsd.org/changeset/ports/377748
QAT: https://qat.redports.org/buildarchive/r377748/

Log:
  Update to 1.4.99.7
  Changes:
  - pkg updating now support case insensitive matching
  - pkg_printf(3) support %x (so print the size of the package tarball)
  - Use SI symbols (MiB instead of MB)
  - When using procctl on an older kernel that does not implement the reaper
  functionnality, be explicit about the failing syscall.
  - Lots of fixes on the chflags handling
  - Emit names in cudf instead of origins

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 Jan 23 16:03:57 2015	(r377747)
+++ head/ports-mgmt/pkg-devel/Makefile	Fri Jan 23 16:04:24 2015	(r377748)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.4.99.6
+DISTVERSION=	1.4.99.7
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Fri Jan 23 16:03:57 2015	(r377747)
+++ head/ports-mgmt/pkg-devel/distinfo	Fri Jan 23 16:04:24 2015	(r377748)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.4.99.6.tar.xz) = 26db86eb53b4dbde0754c33c88502204128ddc589b33fecffdea590eca61da74
-SIZE (pkg-1.4.99.6.tar.xz) = 1848248
+SHA256 (pkg-1.4.99.7.tar.xz) = 2d344f16e40de42e8d1aaa89ab8e106540ba800d7f5d9c7dde7b60ffcc100000
+SIZE (pkg-1.4.99.7.tar.xz) = 1878596



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501231604.t0NG4OT4052596>