Date: Mon, 9 Dec 2024 07:42:43 GMT From: Santhosh Raju <fox@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d1912426c599 - main - sysutils/pfetch: Update to 1.7.0 Message-ID: <202412090742.4B97ghPv065213@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fox: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1912426c599d06f620cf79451d4b3b072d8d678 commit d1912426c599d06f620cf79451d4b3b072d8d678 Author: Santhosh Raju <fox@FreeBSD.org> AuthorDate: 2024-12-09 07:38:40 +0000 Commit: Santhosh Raju <fox@FreeBSD.org> CommitDate: 2024-12-09 07:38:40 +0000 sysutils/pfetch: Update to 1.7.0 Changes since 1.6.0: 1.7.0 What's Changed * Clean-up manual page by @polluks in #54 * Added PF_ENABLE_SLOW_PACKAGE_MANAGERS option, for now just re-enables pip package count, but in the future other slow package managers will be locked behind this option. * Support cpus info for OpenBSD This release was very small, I've been making new releases every month, but eventually a month will happen with no new commits. I may switch to a 3 month schedule if development slows down too much, but for now the policy is that if a month goes by with no commits than the release is pushed back to the next month. Merry Christmas and happy holidays! Full Changelog: https://github.com/Un1q32/pfetch/compare/1.6.0...1.7.0 --- sysutils/pfetch/Makefile | 2 +- sysutils/pfetch/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/pfetch/Makefile b/sysutils/pfetch/Makefile index 6d5bb9462989..2e25f9965e74 100644 --- a/sysutils/pfetch/Makefile +++ b/sysutils/pfetch/Makefile @@ -1,5 +1,5 @@ PORTNAME= pfetch -DISTVERSION= 1.6.0 +DISTVERSION= 1.7.0 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/pfetch/distinfo b/sysutils/pfetch/distinfo index a9e8b04d457a..efc595093b22 100644 --- a/sysutils/pfetch/distinfo +++ b/sysutils/pfetch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730697247 -SHA256 (Un1q32-pfetch-1.6.0_GH0.tar.gz) = 06190a043677ae7c6d3fbdd2049e32cee440e733cc50117d56f96d14bf3918b5 -SIZE (Un1q32-pfetch-1.6.0_GH0.tar.gz) = 25773 +TIMESTAMP = 1733729739 +SHA256 (Un1q32-pfetch-1.7.0_GH0.tar.gz) = ddfaaa6295804275c1aed594c385af1c41c305f6c8e00bfbd743f79342a998d2 +SIZE (Un1q32-pfetch-1.7.0_GH0.tar.gz) = 25908
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412090742.4B97ghPv065213>