svn commit: r365429 - head/ports-mgmt/pkg-devel

Bryan Drewery bdrewery at FreeBSD.org
Tue Aug 19 22:27:00 UTC 2014


Author: bdrewery
Date: Tue Aug 19 22:26:59 2014
New Revision: 365429
URL: http://svnweb.freebsd.org/changeset/ports/365429
QAT: https://qat.redports.org/buildarchive/r365429/

Log:
  - Update to 1.4.0.pre-alpha11
  
    Users will see a "changed shlibs" reinstall for 'pkg upgrade' until:
      1. _All_ packages on remote repositories are rebuilt with this version
         of pkg.
      2. 'pkg check -Ba' should be run after upgrading pkg but before upgrading
         other packages. This requires #1 though, which is not happening until
         1.3.7 is released. Running 'pkg check -Ba' before the remote repository
         is fixed will just continue to propose reinstalling packages for 'changed
         shlibs'.
  
  Changes:
    * pkg fetch -d: Fix crash (#955)
    * Progress bar improvements/fixes
    * Fix ETA for fetching (#943)
    * Fix progressbar stalled support
    * ETA progress: Account for TCP SLOW START and weigh the first few ticks less
    * Rework 'pkg update' output slightly to clarify what it is doing.
    * pkg check: Add progressbar when not using -v
    * pkg check: Add job counter with using -v
    * pkg clean: Add progressbar
    * Fix hardlink calculations (#958)
    * pkg backup: Add -q
    * pkg backup: Remove docs for '-d -' as it does not work.
    * pkg config: Fix output for arrays/objects (#971)
    * Fix RC scripts being started on deinstall rather than stopped
    * Add some more asserts
    * pkg-fetch.8: Remove reference to removed mirror mode
    * Fix a few typos in pkg.conf.5 (#969)
    * Document new configuration options. (#969)

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

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Tue Aug 19 22:19:41 2014	(r365428)
+++ head/ports-mgmt/pkg-devel/Makefile	Tue Aug 19 22:26:59 2014	(r365429)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.4.0.pre-alpha10
+DISTVERSION=	1.4.0.pre-alpha11
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\
 		http://highsecure.ru/distfiles/ \

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Tue Aug 19 22:19:41 2014	(r365428)
+++ head/ports-mgmt/pkg-devel/distinfo	Tue Aug 19 22:26:59 2014	(r365429)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.4.0.pre-alpha10.tar.xz) = f43ba5d4b320d353a8c63e31ff9cce3a1e7391ff61944ed79014f49188368c74
-SIZE (pkg-1.4.0.pre-alpha10.tar.xz) = 1778904
+SHA256 (pkg-1.4.0.pre-alpha11.tar.xz) = bdf3e6a4a510f3906c8e28d73e2ff6b637a7588ee317756934931c11084462b5
+SIZE (pkg-1.4.0.pre-alpha11.tar.xz) = 1777040


More information about the svn-ports-head mailing list