Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 2021 08:38:40 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6b00d2616379 - main - ports-mgmt/pkg-devel: update to 1.17.99.2
Message-ID:  <202107270838.16R8ceRf014170@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6b00d261637922ef52a271323cc915b96a73e1dc

commit 6b00d261637922ef52a271323cc915b96a73e1dc
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-07-27 08:37:20 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-07-27 08:38:35 +0000

    ports-mgmt/pkg-devel: update to 1.17.99.2
    
    Changes from 1.17.99.1 to 1.17.99.2
    - by default only create .txz symlinks for metadata
    - only consider the .pkg when creating a repository
      add an option REPO_ACCEPT_LEGACY_PKG to keep index old pkg
      - Reduce usage of memory stack
---
 ports-mgmt/pkg-devel/Makefile | 4 ++--
 ports-mgmt/pkg-devel/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile
index 1c0c294666c6..1cf1dc4656fc 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/ports-mgmt/pkg-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pkg
-DISTVERSION=	1.17.99.1
+DISTVERSION=	1.17.99.2
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 PKGNAMESUFFIX=	-devel
@@ -11,7 +11,7 @@ LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
-GH_TAGNAME=	156c1c06
+GH_TAGNAME=	21cf05a9
 
 CFLAGS+=	-O0 -g -Wno-error
 USE_LDCONFIG=	${PREFIX}/lib/compat/pkg
diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo
index b28541cc5996..4d69387a0b38 100644
--- a/ports-mgmt/pkg-devel/distinfo
+++ b/ports-mgmt/pkg-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1626940540
-SHA256 (freebsd-pkg-1.17.99.1-156c1c06_GH0.tar.gz) = ca7edf8c5ed57b81bfd2db7fe59648a8bc858b678d52913035c66ec13fc68294
-SIZE (freebsd-pkg-1.17.99.1-156c1c06_GH0.tar.gz) = 3894459
+TIMESTAMP = 1627375032
+SHA256 (freebsd-pkg-1.17.99.2-21cf05a9_GH0.tar.gz) = eea8257d5242e95c2b044044dd4fd0971b91d04ee1da566c1aadf681e269caa1
+SIZE (freebsd-pkg-1.17.99.2-21cf05a9_GH0.tar.gz) = 3894800



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