svn commit: r377746 - head/ports-mgmt/pkg

Baptiste Daroussin bapt at FreeBSD.org
Fri Jan 23 15:57:21 UTC 2015


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


More information about the svn-ports-all mailing list