Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2015 15:57:20 +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: r377746 - head/ports-mgmt/pkg
Message-ID:  <201501231557.t0NFvKFE047114@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jan 23 15:57:20 2015
New Revision: 377746
URL: https://svnweb.freebsd.org/changeset/ports/377746
QAT: https://qat.redports.org/buildarchive/r377746/

Log:
  Release 1.4.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.
  - Lofs of fixes on the chflags handling

Modified:
  head/ports-mgmt/pkg/Makefile
  head/ports-mgmt/pkg/distinfo

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Fri Jan 23 15:53:18 2015	(r377745)
+++ head/ports-mgmt/pkg/Makefile	Fri Jan 23 15:57:20 2015	(r377746)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.4.6
+DISTVERSION=	1.4.7
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Fri Jan 23 15:53:18 2015	(r377745)
+++ head/ports-mgmt/pkg/distinfo	Fri Jan 23 15:57:20 2015	(r377746)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.4.6.tar.xz) = 7e368e339990386a8e2f710d8ded094990df8cb1c8f298c14faa09a09e2f3817
-SIZE (pkg-1.4.6.tar.xz) = 1778964
+SHA256 (pkg-1.4.7.tar.xz) = 14ab3c611c7b287e4c22cc4f84c3437ccae3537ea677dee981b8f739f822f958
+SIZE (pkg-1.4.7.tar.xz) = 1772652



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