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:   pin
Date:           Sat Aug  3 15:05:23 UTC 2024

Modified Files:
        pkgsrc/sysutils/pfetch: Makefile distinfo

Log Message:
sysutils/pfetch: update to 1.3.0

What's Changed

    Fix NetBSD's host checkup. by @fraggerfox in #24
    Added better kernel support for MorphOS by @polluks in #27
    make strip_color_code_stuff not use awk or sed by @st0rmw1ndz in #28
    Fix a bug where cargo reported 1 installed package when none were installed
    Fixed a bug where zsh would report a decimal number for used memory
    Updated the EndeavourOS logo with better colors
    Fixed bug where the space between the logo and info text was sometimes inconsistent
    Support the $NO_COLOR environment variable


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/pfetch/Makefile
cvs rdiff -u -r1.8 -r1.9 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.6 pkgsrc/sysutils/pfetch/Makefile:1.7
--- pkgsrc/sysutils/pfetch/Makefile:1.6 Tue Jul  2 07:07:12 2024
+++ pkgsrc/sysutils/pfetch/Makefile     Sat Aug  3 15:05:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/07/02 07:07:12 fox Exp $
+# $NetBSD: Makefile,v 1.7 2024/08/03 15:05:23 pin Exp $
 
-DISTNAME=      pfetch-1.2.0
+DISTNAME=      pfetch-1.3.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Un1q32/}
 

Index: pkgsrc/sysutils/pfetch/distinfo
diff -u pkgsrc/sysutils/pfetch/distinfo:1.8 pkgsrc/sysutils/pfetch/distinfo:1.9
--- pkgsrc/sysutils/pfetch/distinfo:1.8 Tue Jul  2 07:07:12 2024
+++ pkgsrc/sysutils/pfetch/distinfo     Sat Aug  3 15:05:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/07/02 07:07:12 fox Exp $
+$NetBSD: distinfo,v 1.9 2024/08/03 15:05:23 pin Exp $
 
-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
+BLAKE2s (pfetch-1.3.0.tar.gz) = 0496648d7bd2f6610ad8daf599b0a56d1d8e1b221245e23f18de26dde2395ac1
+SHA512 (pfetch-1.3.0.tar.gz) = 93571c77868340e5b7a4583ac79a2118f25dfdc802ebeac2d94dc9249ff5af257197a3f570f53e3d6e38b05c62837b57a820b40a681de0b2a628f41d2c452181
+Size (pfetch-1.3.0.tar.gz) = 23569 bytes



Home | Main Index | Thread Index | Old Index