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

Baptiste Daroussin bapt at FreeBSD.org
Thu May 7 22:50:53 UTC 2015


Author: bapt
Date: Thu May  7 22:50:51 2015
New Revision: 385710
URL: https://svnweb.freebsd.org/changeset/ports/385710

Log:
  Update to 1.5.2
  Changes:
  - Documentation updates
  - Make pkg alias -l respect quiet
  - Reinstall packages if shlib provided has changed
  - Do not expose shlibs without SONAME as provided libs
  - Fix pkg audit -r formatting
  - Stop elf analysis sooner if not operating on an elf file
  - Fix checking signatures on arm

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

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Thu May  7 22:50:09 2015	(r385709)
+++ head/ports-mgmt/pkg/Makefile	Thu May  7 22:50:51 2015	(r385710)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.5.1
+DISTVERSION=	1.5.2
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Thu May  7 22:50:09 2015	(r385709)
+++ head/ports-mgmt/pkg/distinfo	Thu May  7 22:50:51 2015	(r385710)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.5.1.tar.xz) = 7fc5ada9cdd2840732f3278136ca083e64691571140eec007748ca40001a7772
-SIZE (pkg-1.5.1.tar.xz) = 1909404
+SHA256 (pkg-1.5.2.tar.xz) = e25c97241037374b6200a42a86464499bf409c66cb848ec02154c2e4dc60b2dd
+SIZE (pkg-1.5.2.tar.xz) = 1896204


More information about the svn-ports-all mailing list