Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2020 14:40:35 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527333 - head/ports-mgmt/pkg-devel
Message-ID:  <202002281440.01SEeZnY024256@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Feb 28 14:40:35 2020
New Revision: 527333
URL: https://svnweb.freebsd.org/changeset/ports/527333

Log:
  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

Modified:
  head/ports-mgmt/pkg-devel/Makefile
  head/ports-mgmt/pkg-devel/distinfo
  head/ports-mgmt/pkg-devel/pkg-plist

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Fri Feb 28 12:36:27 2020	(r527332)
+++ head/ports-mgmt/pkg-devel/Makefile	Fri Feb 28 14:40:35 2020	(r527333)
@@ -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
 

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Fri Feb 28 12:36:27 2020	(r527332)
+++ head/ports-mgmt/pkg-devel/distinfo	Fri Feb 28 14:40:35 2020	(r527333)
@@ -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

Modified: head/ports-mgmt/pkg-devel/pkg-plist
==============================================================================
--- head/ports-mgmt/pkg-devel/pkg-plist	Fri Feb 28 12:36:27 2020	(r527332)
+++ head/ports-mgmt/pkg-devel/pkg-plist	Fri Feb 28 14:40:35 2020	(r527333)
@@ -54,3 +54,4 @@ man/man8/pkg.8.gz
 sbin/pkg
 sbin/pkg-static
 share/zsh/site-functions/_pkg
+@dir lib/compat/pkg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002281440.01SEeZnY024256>