diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-07 19:26:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-07 19:26:51 +0800 |
commit | 53b9b56c25a12f952cb0088e0b27b5b78e8e07e7 (patch) | |
tree | e8e6c194076169cc504e482ca2a840ce2d9dc1d2 /ports-mgmt/pkg | |
parent | 3c2d08b21a69b8a0818548ad363cb6f694f21d8d (diff) | |
download | freebsd-ports-gnome-53b9b56c25a12f952cb0088e0b27b5b78e8e07e7.tar.gz freebsd-ports-gnome-53b9b56c25a12f952cb0088e0b27b5b78e8e07e7.tar.zst freebsd-ports-gnome-53b9b56c25a12f952cb0088e0b27b5b78e8e07e7.zip |
- update to 1.0.3
- changes:
* Accept to query _https._tcp srv records
* Fix diskspace change calculation in pkg upgrade
* Fix pkg info -s -F apackage
* Better ABI determination
* Fix pkg upgrade badly returning 0 in case of failure
* Fix build with recent clang 3.2
Feature safe: yes
Diffstat (limited to 'ports-mgmt/pkg')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 951fa8c3b774..cf9b809d6a76 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.0.2 +DISTVERSION= 1.0.3 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/portmgr \ http://files.etoilebsd.net/pkg/ @@ -14,6 +14,8 @@ LICENSE= BSD USE_XZ= yes MAKE_JOBS_SAFE= yes +# Disable CCACHE support because of the chicken/egg problem pkg should always +# With no dependency at all NO_CCACHE= yes USE_LDCONFIG= yes MANCOMPRESSED= yes diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 1ca45c9e5594..f47fd2f9b776 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.0.2.tar.xz) = c1ee0d74cc17760f78139219ef84c67dd74e0caf68cf50b2c70f138c07a6728e -SIZE (pkg-1.0.2.tar.xz) = 1444532 +SHA256 (pkg-1.0.3.tar.xz) = 42db4120cb4c2c5f0c9724769d626aa6d14f369882802773309a8d3774566648 +SIZE (pkg-1.0.3.tar.xz) = 1444520 |