diff options
author | bapt <bapt@FreeBSD.org> | 2013-02-21 06:37:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-02-21 06:37:48 +0800 |
commit | 7c5a3b180bf61c97414336c1f3a0361946617268 (patch) | |
tree | 482a84181fb4939cecb577033963cf0569880569 /ports-mgmt | |
parent | 08119627acb9e982006976f7480c78363c48457f (diff) | |
download | freebsd-ports-graphics-7c5a3b180bf61c97414336c1f3a0361946617268.tar.gz freebsd-ports-graphics-7c5a3b180bf61c97414336c1f3a0361946617268.tar.zst freebsd-ports-graphics-7c5a3b180bf61c97414336c1f3a0361946617268.zip |
- update to 1.0.8
- changes:
* libpkg: When reseting a package reset the associated flags
* libpkg: Allow to build with newer and older libarchive
* Fix pkg clean trying to get information on non existing packages
* Fix build with bmake
* Fix multi repository save remote repository to wrong database
* Fix pkg repo incremental update
* Return an error when one of the repository failed to update in multi repo
mode
* Fix dragonfly abi detection to fit the way dragonfly development is done
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 1c16928d616..ab5e655d9db 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.0.7 +DISTVERSION= 1.0.8 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/portmgr \ http://files.etoilebsd.net/pkg/ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 37433385469..aab8cac732f 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.0.7.tar.xz) = 0cb60c1c64c80f0a290b86a41699d119e27c9402b7f9795c95b64625b4333760 -SIZE (pkg-1.0.7.tar.xz) = 1449224 +SHA256 (pkg-1.0.8.tar.xz) = 6a061d8b9f880bb15788fc7e859e7d15d74630228ecda0821df29b17971e1c4d +SIZE (pkg-1.0.8.tar.xz) = 1449168 |