Update to 1.13.99.2
Changes from 1.13.99.1 to 1.13.99.2 - Fix pkg fetch -o - Implement a mechanism to autobackup libraries during upgrades (off by default) - zsh-completion: disable repo update durign package retrival - Improve documentation - More variable are now expanded when reading the confirations files: * OSNAME: FreeBSD * RELEASE: 12.1 * ARCH: amd64 * VERSION_MAJOR (FreeBSD only) * VERSION_MINOR (FreeBSD only) - Remove the unused and inconsistent pkg create -n - Add -t timestamp to pkg create to be able to specify the expected file timestamp via command line. - Refactor the pkg_create API and mark as deprecated the old functions
This commit is contained in:
parent
2aeff238a7
commit
d15fea8367
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527333
3 changed files with 8 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.13.99.1
|
||||
DISTVERSION= 1.13.99.2
|
||||
_PKG_VERSION= ${DISTVERSION}
|
||||
CATEGORIES= ports-mgmt
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
@ -13,11 +13,11 @@ LICENSE= BSD2CLAUSE
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
GH_TAGNAME= ca6cf0f6
|
||||
GH_TAGNAME= 6f4d6c5c
|
||||
|
||||
WITH_DEBUG= yes
|
||||
CFLAGS+= -O0 -g -Wno-error
|
||||
USE_LDCONFIG= yes
|
||||
USE_LDCONFIG= ${PREFIX}/lib/compat/pkg
|
||||
HAS_CONFIGURE= yes
|
||||
PORTDOCS= NEWS
|
||||
PORTSCOUT= ignore:1
|
||||
|
@ -54,6 +54,7 @@ PKG_BIN= ${WRKSRC}/src/pkg-static
|
|||
.endif
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}/NEWS
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1581697686
|
||||
SHA256 (freebsd-pkg-1.13.99.1-ca6cf0f6_GH0.tar.gz) = 27e488d452cd3ad2c4a4024442b79c20e44fbec38c0b7f73f905431c138cdf2a
|
||||
SIZE (freebsd-pkg-1.13.99.1-ca6cf0f6_GH0.tar.gz) = 3388777
|
||||
TIMESTAMP = 1582900619
|
||||
SHA256 (freebsd-pkg-1.13.99.2-6f4d6c5c_GH0.tar.gz) = d095d853cfe11d34e755f2c28312bf87c40e4707c2d07d4f39bb7f2c95c73aaa
|
||||
SIZE (freebsd-pkg-1.13.99.2-6f4d6c5c_GH0.tar.gz) = 3391649
|
||||
|
|
|
@ -54,3 +54,4 @@ man/man8/pkg.8.gz
|
|||
sbin/pkg
|
||||
sbin/pkg-static
|
||||
share/zsh/site-functions/_pkg
|
||||
@dir lib/compat/pkg
|
||||
|
|
Loading…
Reference in a new issue