mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Prior to release 1.3 update pkg-devel to 1.4.0.pre-alpha1.
This version is equal to pkg 1.3.0 tag. Changes from 1.3.0.rc4: - Use rename(2) to install symlink [1] - Link directly pkg frontend to libsbuf - Rework installation logic: If a file is found on the way do the following: 1) Append 12 chars random suffix to the filename; 2) Extract new file to that modified filename; 3) Rename new file to old file. - or - 3) Remove temporary file in case of error. - Fix reporting of locked packages [2] - Fix link with binutils 2.24 Reported by: bdrewery[1], az[2] With hat: pkg@
This commit is contained in:
parent
eecf6c99aa
commit
392d6b7db9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362697
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.3.0.rc4
|
||||
DISTVERSION= 1.4.0.pre-alpha1
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= \
|
||||
http://highsecure.ru/distfiles/ \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SIZE (pkg-1.3.0.rc4.tar.xz) = 1728212
|
||||
SHA256 (pkg-1.3.0.rc4.tar.xz) = b75475226193b79c973c98eb621b9f642ecef8cbf696076a88d6c7a66a862be8
|
||||
SIZE (pkg-1.4.0.pre-alpha1.tar.xz) = 1729608
|
||||
SHA256 (pkg-1.4.0.pre-alpha1.tar.xz) = 7c4171abba56f3782db13c95c8dd5797dd3e9b17427d7cef01c472e917f0d31a
|
||||
|
Loading…
Reference in New Issue
Block a user