From owner-svn-ports-all@freebsd.org Fri Feb 28 14:40:37 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 43873264370; Fri, 28 Feb 2020 14:40:37 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48TXJh3q8Mz3Pyh; Fri, 28 Feb 2020 14:40:36 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 792C4311E; Fri, 28 Feb 2020 14:40:36 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01SEea0s024258; Fri, 28 Feb 2020 14:40:36 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01SEeZnY024256; Fri, 28 Feb 2020 14:40:35 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202002281440.01SEeZnY024256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 28 Feb 2020 14:40:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527333 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/ports-mgmt/pkg-devel X-SVN-Commit-Revision: 527333 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2020 14:40:37 -0000 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