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

Baptiste Daroussin bapt at FreeBSD.org
Sat May 30 09:01:37 UTC 2015


Author: bapt
Date: Sat May 30 09:01:35 2015
New Revision: 387921
URL: https://svnweb.freebsd.org/changeset/ports/387921

Log:
  Update to 1.5.3
  Changes:
  - Updates in manpages
  - Improved support for --quiet everywhere
  - Keep 7 (by default) days (rotation) of backups of the database
  - Prune old style backups entirely
  - Do not pushed in shlibs required any library we can find in the list of files
    owned by the package

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

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Sat May 30 09:00:07 2015	(r387920)
+++ head/ports-mgmt/pkg/Makefile	Sat May 30 09:01:35 2015	(r387921)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.5.2
+DISTVERSION=	1.5.3
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Sat May 30 09:00:07 2015	(r387920)
+++ head/ports-mgmt/pkg/distinfo	Sat May 30 09:01:35 2015	(r387921)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.5.2.tar.xz) = e25c97241037374b6200a42a86464499bf409c66cb848ec02154c2e4dc60b2dd
-SIZE (pkg-1.5.2.tar.xz) = 1896204
+SHA256 (pkg-1.5.3.tar.xz) = 3c59d556e73055b2ce783ae543f8252488ada3d40a8c15d80cfbff449fe0bd3c
+SIZE (pkg-1.5.3.tar.xz) = 1865608


More information about the svn-ports-all mailing list