Date: Tue, 27 Jul 2021 15:52:57 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: bfb91594d93b - main - ports-mgmt/pkg: release 1.17.1 Message-ID: <202107271552.16RFqvjO002192@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=bfb91594d93b16e36e92d08995c323a9557f0bd5 commit bfb91594d93b16e36e92d08995c323a9557f0bd5 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-07-27 15:52:05 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2021-07-27 15:52:53 +0000 ports-mgmt/pkg: release 1.17.1 Changes from 1.17.0 to 1.17.1 - 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/Makefile | 2 +- ports-mgmt/pkg/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 0e454e3e9484..1b2f2917b916 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 1.17.0 +DISTVERSION= 1.17.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt #MASTER_SITES= \ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index d803a6d0e84e..fe65047a7b2a 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626940434 -SHA256 (freebsd-pkg-1.17.0_GH0.tar.gz) = 800bcab7af1df2981f3dfd99361f409115781a4c06c018dd338930ecff06427a -SIZE (freebsd-pkg-1.17.0_GH0.tar.gz) = 3894396 +TIMESTAMP = 1627401049 +SHA256 (freebsd-pkg-1.17.1_GH0.tar.gz) = 288e4470503ddbaa9f0d75106b972e2e5860aa282c6891ab641530c3aa3dd8ee +SIZE (freebsd-pkg-1.17.1_GH0.tar.gz) = 3894495
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107271552.16RFqvjO002192>