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:           Tue Jul  2 07:07:12 UTC 2024

Modified Files:
        pkgsrc/sysutils/pfetch: Makefile distinfo

Log Message:
sysutils/pfetch: Update to 1.2.0

Changes since 1.1.0:

1.2.0

What's Changed

  * Fix OpenBSD's host info by @danielhejduk in #22
  * radula is now called rad by @firasuke in #23
  * Fix a broken command that led to some slightly broken output
  * Fix broken output from disk info in some conditions
  * Add a fast path for apk package count
  * Add tiny option to PF_PACKAGE_MANAGERS
  * Fix WSL2 detection
  * Fix an issue when unable to determine distro
  * Fix chocolatey package count
  * Add macOS Sequoia support

New Contributors

  * @danielhejduk made their first contribution in #22
  * @firasuke made their first contribution in #23

Full Changelog: https://github.com/Un1q32/pfetch/compare/1.1.0...1.2.0

This release is a bit earlier then usual because I'm going on vacation
and won't be available on the first of July to do the release, I will
return on July 3rd.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/pfetch/Makefile
cvs rdiff -u -r1.7 -r1.8 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.5 pkgsrc/sysutils/pfetch/Makefile:1.6
--- pkgsrc/sysutils/pfetch/Makefile:1.5 Sat Jun 29 00:49:59 2024
+++ pkgsrc/sysutils/pfetch/Makefile     Tue Jul  2 07:07:12 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/06/29 00:49:59 fox Exp $
+# $NetBSD: Makefile,v 1.6 2024/07/02 07:07:12 fox Exp $
 
-DISTNAME=      pfetch-1.1.0
+DISTNAME=      pfetch-1.2.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Un1q32/}
 

Index: pkgsrc/sysutils/pfetch/distinfo
diff -u pkgsrc/sysutils/pfetch/distinfo:1.7 pkgsrc/sysutils/pfetch/distinfo:1.8
--- pkgsrc/sysutils/pfetch/distinfo:1.7 Sat Jun 29 00:49:59 2024
+++ pkgsrc/sysutils/pfetch/distinfo     Tue Jul  2 07:07:12 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/06/29 00:49:59 fox Exp $
+$NetBSD: distinfo,v 1.8 2024/07/02 07:07:12 fox Exp $
 
-BLAKE2s (pfetch-1.1.0.tar.gz) = 5df45c1a8fe2a5a586d8b0ecc4394476f6f325b2fe538f7aa3f0e3857b6af560
-SHA512 (pfetch-1.1.0.tar.gz) = e119851e506cfb12fe1fe9db5f2309d77906a7da447560629a1aba13db8bc52f2fe169933c07f8beab930ff9e3d9af8d7d0b4bfcca4a3c38f2c4155178be5f28
-Size (pfetch-1.1.0.tar.gz) = 23482 bytes
+BLAKE2s (pfetch-1.2.0.tar.gz) = 2edf50bf87829e5f5525fb61587b7a0a5db326bc10395e55a8ab86dd256d8a37
+SHA512 (pfetch-1.2.0.tar.gz) = 6094f370be998753325a72ff710efd32912ec0fb6c938228c85465cee19bbcd9ed4c06c2e6519de06f630361d811d88d827673222bc1cec360852ff32cf93acc
+Size (pfetch-1.2.0.tar.gz) = 23519 bytes



Home | Main Index | Thread Index | Old Index