pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/prettyping



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue May 27 16:55:49 UTC 2025

Modified Files:
        pkgsrc/net/prettyping: Makefile distinfo
Removed Files:
        pkgsrc/net/prettyping/patches: patch-prettyping

Log Message:
prettyping: update to 1.1.0. Changes:

* The special handling of the `-6` parameter has been dropped. Instead,
  it is now being passed to the `ping` binary, which should just work on
  any "modern" version of ping.
* New parameters `--[no]globalstats` and `--[no]recentstats` to toggle
  each of the two statistics lines.
* Better handling in case `--last <n>` receives a number less than 1. In
  such case, the recent statistics will be dropped.
* The `--help` output has been widened to 84 characters, to fit the new
  parameters and their description. If you're stuck with 80-char limit,
  I'm sorry. If you have a strong opinion about the 80-char limit,
  please suggest a solution for the help text.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/prettyping/Makefile \
    pkgsrc/net/prettyping/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/prettyping/patches/patch-prettyping

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

Modified files:

Index: pkgsrc/net/prettyping/Makefile
diff -u pkgsrc/net/prettyping/Makefile:1.1 pkgsrc/net/prettyping/Makefile:1.2
--- pkgsrc/net/prettyping/Makefile:1.1  Wed Dec 22 16:16:29 2021
+++ pkgsrc/net/prettyping/Makefile      Tue May 27 16:55:49 2025
@@ -1,17 +1,15 @@
-# $NetBSD: Makefile,v 1.1 2021/12/22 16:16:29 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2025/05/27 16:55:49 schmonz Exp $
 
-GITHUB_TAG=            refs/tags/v${PKGVERSION_NOREV}
-DISTNAME=              prettyping-1.0.1
+DISTNAME=              prettyping-1.1.0
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=denilsonsa/}
+GITHUB_TAG=            v${PKGVERSION_NOREV}
 
 MAINTAINER=            schmonz%NetBSD.org@localhost
 HOMEPAGE=              https://github.com/denilsonsa/prettyping/
 COMMENT=               Wrapper to colorize and simplify ping's output
 LICENSE=               mit
 
-WRKSRC=                        ${WRKDIR}/${DISTNAME}
-
 USE_LANGUAGES=         # none
 NO_BUILD=              yes
 
Index: pkgsrc/net/prettyping/distinfo
diff -u pkgsrc/net/prettyping/distinfo:1.1 pkgsrc/net/prettyping/distinfo:1.2
--- pkgsrc/net/prettyping/distinfo:1.1  Wed Dec 22 16:16:29 2021
+++ pkgsrc/net/prettyping/distinfo      Tue May 27 16:55:49 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1 2021/12/22 16:16:29 schmonz Exp $
+$NetBSD: distinfo,v 1.2 2025/05/27 16:55:49 schmonz Exp $
 
-BLAKE2s (prettyping-1.0.1.tar.gz) = 0bb8630087e703943d0d0c42b3b2b997bee0749a4a8cf5a3b30df3f4906dfb8b
-SHA512 (prettyping-1.0.1.tar.gz) = 967626f11cd58fd9a0ce91a320caf6b6a296681ed809e04188f0cfe00d03c80a3620bf4d3ec86e855be363810763ff3ccd8bb0a959d03e62b31edba2cfae7f79
-Size (prettyping-1.0.1.tar.gz) = 10104 bytes
-SHA1 (patch-prettyping) = 1ebd90dd1a7691eb02b64f789ee472c61d82a2ee
+BLAKE2s (prettyping-1.1.0.tar.gz) = 96bb12faf0da340efd11eadfef23a647293c37222042b5ccfaa2062321a88417
+SHA512 (prettyping-1.1.0.tar.gz) = a96dad0fa6b5fb991b58fc51458b7d3b49034d1f4f471e1fb647912e5ae4a9474678d75546416a163d32982a7a395044012f6308bddc64c61d989b761e4c0374
+Size (prettyping-1.1.0.tar.gz) = 10185 bytes



Home | Main Index | Thread Index | Old Index