diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-27 07:08:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-27 07:08:04 +0800 |
commit | 36a60335a3e55bfdbc52068ee303895d246d4afb (patch) | |
tree | 406c67319567d38b7c5209d8aa14f1a6c09a462a /ports-mgmt | |
parent | 9d32369a9c595e728672320338d5bc586006a9d2 (diff) | |
download | freebsd-ports-gnome-36a60335a3e55bfdbc52068ee303895d246d4afb.tar.gz freebsd-ports-gnome-36a60335a3e55bfdbc52068ee303895d246d4afb.tar.zst freebsd-ports-gnome-36a60335a3e55bfdbc52068ee303895d246d4afb.zip |
Update to 1.3.1
Changes:
- Add a WORKERS_COUNT option to limit the number of workers used during pkg repo
- Fix pkg repo hanging on FreeBSD 8 and 9
- Fix migration of local database from 1.2 to 1.3 which was resetting the installation time
- Print the repository in search informations
- Ignore meta file when rebuilding a repository
- Lots of fixes in libucl
- Fix pkg info -R to generate a valid yaml
- Accept empty pkg.conf files
- Accept empty repository configuration files
- Fix pkg.conf reading so keys are now case insensitive again
- Blog sigalarn when reading passphrase allowing to sign packages with a passphrase protected key
- Install again zsh completion as _pkg instead of _pkg.zsh
- Rework the upgrade/install procedure so it doesn't leave files behind anymore and properly runs scripts
- Install periodic scripts with an executable bit
- Speed up pkg version without INDEX
- Preserve automatic flag on forced upgrade/reinstall
- Fix memory corruption on reinstall
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/pkg/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 0e8821a4ac02..9fd7f369baa9 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.3.0 +DISTVERSION= 1.3.1 CATEGORIES= ports-mgmt MASTER_SITES= \ http://files.etoilebsd.net/${PORTNAME}/ \ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 5b432e0c700a..009bd1a50340 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.3.0.tar.xz) = 6d3001cdd605e6e3c15e686370cbeea999a5f19e72fd7f26e8af92ed2e2c2a01 -SIZE (pkg-1.3.0.tar.xz) = 1729104 +SHA256 (pkg-1.3.1.tar.xz) = 5f1d620251774c54dc06468f7b5332186b20e1bdd52eed2cc5a02e7d2bde0fe0 +SIZE (pkg-1.3.1.tar.xz) = 1702492 diff --git a/ports-mgmt/pkg/pkg-plist b/ports-mgmt/pkg/pkg-plist index b99c167584c4..113c75a55a3e 100644 --- a/ports-mgmt/pkg/pkg-plist +++ b/ports-mgmt/pkg/pkg-plist @@ -52,7 +52,7 @@ man/man8/pkg.8.gz sbin/pkg sbin/pkg-static sbin/pkg2ng -share/zsh/site-functions/_pkg.zsh +share/zsh/site-functions/_pkg @dirrmtry etc/bash_completion.d @dirrmtry etc/periodic/daily @dirrmtry etc/periodic/security |