diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-08-19 22:26:59 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-08-19 22:26:59 +0000 |
commit | d4000ab22c0599fc96620748145aa51fc11c790d (patch) | |
tree | b5eeb21ca9cc0a72507ece462891576bd2ddb131 | |
parent | 506c658a8d32cfd4427a5370ce5c91160799edb1 (diff) | |
download | freebsd-ports-d4000ab22c0599fc96620748145aa51fc11c790d.zip |
- 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)
-rw-r--r-- | ports-mgmt/pkg-devel/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg-devel/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index d0dfd0865efc..ca8385dd0b31 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -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/ \ diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index d0a7c5a15841..d6ac6224a41f 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -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 |