diff options
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 |