Update to pre-alpha2.
This build includes all fixes from pkg 1.3.2 plus the following changes: - Fix an issue with pkg-repo that prevents from getting all packages in the archive - Fix an issue with manifests parsing on big-endian platforms - Add help messages for aliases (by admi3) - Fix linkage with sbuf (always use bundled sbuf) With hat: pkg@
This commit is contained in:
parent
4f90e08381
commit
d8a2263b12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363145
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.4.0.pre-alpha1
|
||||
DISTVERSION= 1.4.0.pre-alpha2
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= \
|
||||
http://highsecure.ru/distfiles/ \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SIZE (pkg-1.4.0.pre-alpha1.tar.xz) = 1729608
|
||||
SHA256 (pkg-1.4.0.pre-alpha1.tar.xz) = 7c4171abba56f3782db13c95c8dd5797dd3e9b17427d7cef01c472e917f0d31a
|
||||
SIZE (pkg-1.4.0.pre-alpha2.tar.xz) = 1734080
|
||||
SHA256 (pkg-1.4.0.pre-alpha2.tar.xz) = c693edba43f0db705b9fd1bb970104e6ce42e2066db28ea9f7c3ae25ba474e64
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue