Update to 1.10.99.2
- Remove pkg2ng and pkg convert code - Emit dep_formula within the manifests - Use stack based read (32k buffer) instead of mmap - Use 32k buffers for each reads - Cache pw/group to reduce overreading nsswitch.conf - Update libucl and remove over call of getcwd
This commit is contained in:
parent
3a20c37656
commit
71a1feb6ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434408
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.10.99.1
|
||||
DISTVERSION= 1.10.99.2
|
||||
_PKG_VERSION= ${DISTVERSION}
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1487373052
|
||||
SHA256 (pkg-1.10.99.1.tar.xz) = 62f38f6e4e8b248a6babed5dc635b782c5bcb90a71ae551a40af4a6466b48648
|
||||
SIZE (pkg-1.10.99.1.tar.xz) = 2227396
|
||||
TIMESTAMP = 1487522375
|
||||
SHA256 (pkg-1.10.99.2.tar.xz) = f289b53a81ea5ba651de1fe2a7f7f4be178f8796613564548352468060cae4ed
|
||||
SIZE (pkg-1.10.99.2.tar.xz) = 2188752
|
||||
|
@ -24,7 +24,6 @@ man/man8/pkg-backup.8.gz
|
||||
man/man8/pkg-check.8.gz
|
||||
man/man8/pkg-clean.8.gz
|
||||
man/man8/pkg-config.8.gz
|
||||
man/man8/pkg-convert.8.gz
|
||||
man/man8/pkg-create.8.gz
|
||||
man/man8/pkg-delete.8.gz
|
||||
man/man8/pkg-fetch.8.gz
|
||||
@ -52,5 +51,4 @@ man/man8/pkg-which.8.gz
|
||||
man/man8/pkg.8.gz
|
||||
sbin/pkg
|
||||
sbin/pkg-static
|
||||
sbin/pkg2ng
|
||||
share/zsh/site-functions/_pkg
|
||||
|
Loading…
Reference in New Issue
Block a user