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

Baptiste Daroussin bapt at FreeBSD.org
Fri Jan 2 15:09:09 UTC 2015


Author: bapt
Date: Fri Jan  2 15:09:07 2015
New Revision: 376051
URL: https://svnweb.freebsd.org/changeset/ports/376051
QAT: https://qat.redports.org/buildarchive/r376051/

Log:
  Release 1.4.4
  Changes:
  - Remove lots of dead code
  - Fix pkg stat reporting the size of remote repositories
  - Remove execinfo dependency
  - Fix pkg check with no active remote db
  - Remove outdated example from manpages
  - More accurate error messages in pkg check
  - Use the new procctl(2) features when possible to prevent script from spawning daemons
  - More fixes in integrity check
  - Improvements in zsh completion

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

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Fri Jan  2 14:25:44 2015	(r376050)
+++ head/ports-mgmt/pkg/Makefile	Fri Jan  2 15:09:07 2015	(r376051)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.4.3
+DISTVERSION=	1.4.4
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Fri Jan  2 14:25:44 2015	(r376050)
+++ head/ports-mgmt/pkg/distinfo	Fri Jan  2 15:09:07 2015	(r376051)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.4.3.tar.xz) = f158139f7b6007a880e1c3f9440ca79b4ad8ae0ca342e7c967f8c49630365633
-SIZE (pkg-1.4.3.tar.xz) = 1805116
+SHA256 (pkg-1.4.4.tar.xz) = 9a33fda731d13806acca36f96e3fcd61b0a6296f265b00ac117a4e3ed43c3693
+SIZE (pkg-1.4.4.tar.xz) = 1799644


More information about the svn-ports-all mailing list