svn commit: r375263 - in head/ports-mgmt: pkg pkg-devel

Baptiste Daroussin bapt at FreeBSD.org
Mon Dec 22 19:57:55 UTC 2014


Author: bapt
Date: Mon Dec 22 19:57:53 2014
New Revision: 375263
URL: https://svnweb.freebsd.org/changeset/ports/375263
QAT: https://qat.redports.org/buildarchive/r375263/

Log:
  Release pkg 1.4.1 and 1.4.99.1
  Changes:
  - Manpages updates
  - Fix directory removal guard
  - Fix loading of files from packages
  - Add new CONSERVATIVE_UPGRADE option to enforce keeping package from the
    repository they were installed from
  - Add priority support for multi repository
  
  While this version improves a lot multi repo support please note that there is a
  known bug resulting in failures during integrity checking, resulting in some
  operations may have to be run twice we are investigating a fix

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

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Mon Dec 22 19:38:24 2014	(r375262)
+++ head/ports-mgmt/pkg-devel/Makefile	Mon Dec 22 19:57:53 2014	(r375263)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.4.99.0
+DISTVERSION=	1.4.99.1
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Mon Dec 22 19:38:24 2014	(r375262)
+++ head/ports-mgmt/pkg-devel/distinfo	Mon Dec 22 19:57:53 2014	(r375263)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.4.99.0.tar.xz) = bdc3cbaba90dfeacaea768a80a1975aad296d2ae4a00369d8e006b79a376b84c
-SIZE (pkg-1.4.99.0.tar.xz) = 1783368
+SHA256 (pkg-1.4.99.1.tar.xz) = aa12a2ba3df18fe9bffbd4203883b90f31cb9e917a59119b6c2c13eba4c4ff5f
+SIZE (pkg-1.4.99.1.tar.xz) = 1813156

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Mon Dec 22 19:38:24 2014	(r375262)
+++ head/ports-mgmt/pkg/Makefile	Mon Dec 22 19:57:53 2014	(r375263)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.4.0
+DISTVERSION=	1.4.1
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Mon Dec 22 19:38:24 2014	(r375262)
+++ head/ports-mgmt/pkg/distinfo	Mon Dec 22 19:57:53 2014	(r375263)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.4.0.tar.xz) = d65d8e16bce30db3397d8eb2979aad52bd770cc50a4afa55750f4b169a1f67da
-SIZE (pkg-1.4.0.tar.xz) = 1802924
+SHA256 (pkg-1.4.1.tar.xz) = b41592e786e79fd51c76ac9cd170e015529137c4d009be41afbcc3f17d254376
+SIZE (pkg-1.4.1.tar.xz) = 1800716


More information about the svn-ports-head mailing list