pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/pfetch



Module Name:    pkgsrc
Committed By:   fox
Date:           Mon Dec  9 07:19:25 UTC 2024

Modified Files:
        pkgsrc/sysutils/pfetch: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/pfetch/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/pfetch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/pfetch/Makefile
diff -u pkgsrc/sysutils/pfetch/Makefile:1.10 pkgsrc/sysutils/pfetch/Makefile:1.11
--- pkgsrc/sysutils/pfetch/Makefile:1.10        Mon Nov  4 05:05:27 2024
+++ pkgsrc/sysutils/pfetch/Makefile     Mon Dec  9 07:19:25 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2024/11/04 05:05:27 fox Exp $
+# $NetBSD: Makefile,v 1.11 2024/12/09 07:19:25 fox Exp $
 
-DISTNAME=      pfetch-1.6.0
+DISTNAME=      pfetch-1.7.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Un1q32/}
 

Index: pkgsrc/sysutils/pfetch/distinfo
diff -u pkgsrc/sysutils/pfetch/distinfo:1.12 pkgsrc/sysutils/pfetch/distinfo:1.13
--- pkgsrc/sysutils/pfetch/distinfo:1.12        Mon Nov  4 05:05:27 2024
+++ pkgsrc/sysutils/pfetch/distinfo     Mon Dec  9 07:19:25 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/11/04 05:05:27 fox Exp $
+$NetBSD: distinfo,v 1.13 2024/12/09 07:19:25 fox Exp $
 
-BLAKE2s (pfetch-1.6.0.tar.gz) = d7cd70b47ef5df258e15ae29d903e0d700c0302f2eb8d0d16f18fdca9b69807e
-SHA512 (pfetch-1.6.0.tar.gz) = 6b9b925f64367d94598372c3601ae807b9ded0f530983d6a72839f0a9fc510f13ea64ef8be7b71011eb28eeaffd004e1345ed21c4f641aef696438e4aa438b49
-Size (pfetch-1.6.0.tar.gz) = 25773 bytes
+BLAKE2s (pfetch-1.7.0.tar.gz) = 6b848726352fc6bd9e0b935767c0bd91337a70b0a1303f15bd38cf4a9306271c
+SHA512 (pfetch-1.7.0.tar.gz) = 8fa9990ceb0b0b9a4b21ceb4f80b2e024d9518807c8c9642f8156152fff61ca499d946243206e0a383ff8ad752dfc24bf6610035a98b747468557a73d3c27a66
+Size (pfetch-1.7.0.tar.gz) = 25908 bytes



Home | Main Index | Thread Index | Old Index