pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/bombadillo
Module Name: pkgsrc
Committed By: pin
Date: Sun Mar 5 19:01:26 UTC 2023
Modified Files:
pkgsrc/net/bombadillo: Makefile distinfo
Log Message:
net/bombadillo: update to 2.4.0
Things included in since the last patch version:
- up command, which allows you to jump up one heirarchy level in the current
path (move up a directory), whenever the path is not at the root directory
of the host (/)
- Updates the makefile to remove a gnu specific gzip flag
- Line wrapping now wraps at word boundaries
- The width at which to wrap lines can now be set by a configuration
option: :set maxwidth 60 would set the client to wrap lines at 60 characters
The second item, removing the GNU specific flag, is thanks to Jay Williams.
Thanks again so much for your contribution!!
The last 2 items are thanks to code contributions via pull request from
R. Aldan Campbell. Thanks again so much for the contributions!!
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/bombadillo/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/bombadillo/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/bombadillo/Makefile
diff -u pkgsrc/net/bombadillo/Makefile:1.16 pkgsrc/net/bombadillo/Makefile:1.17
--- pkgsrc/net/bombadillo/Makefile:1.16 Thu Feb 16 15:01:57 2023
+++ pkgsrc/net/bombadillo/Makefile Sun Mar 5 19:01:26 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2023/02/16 15:01:57 bsiegert Exp $
+# $NetBSD: Makefile,v 1.17 2023/03/05 19:01:26 pin Exp $
-DISTNAME= 2.3.3
+DISTNAME= 2.4.0
PKGNAME= bombadillo-${DISTNAME}
-PKGREVISION= 15
CATEGORIES= net
MASTER_SITES= https://tildegit.org/sloum/bombadillo/archive/
DIST_SUBDIR= bombadillo
Index: pkgsrc/net/bombadillo/distinfo
diff -u pkgsrc/net/bombadillo/distinfo:1.1 pkgsrc/net/bombadillo/distinfo:1.2
--- pkgsrc/net/bombadillo/distinfo:1.1 Tue Dec 14 10:07:49 2021
+++ pkgsrc/net/bombadillo/distinfo Sun Mar 5 19:01:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2021/12/14 10:07:49 nia Exp $
+$NetBSD: distinfo,v 1.2 2023/03/05 19:01:26 pin Exp $
-BLAKE2s (bombadillo/2.3.3.tar.gz) = 45e3efec006fe9727ff70c5c245e0ade8d0156dabdd4fabc9db1c90e40bc1166
-SHA512 (bombadillo/2.3.3.tar.gz) = 62ca7dccca1bf1b31a679bfd28976c7dbd6701b25731c0cfdd5969c95edfb2f3deb1e15f5d61d07fe1e0cabab126fa103bcd874405aebcb489a775e56ae9dede
-Size (bombadillo/2.3.3.tar.gz) = 103435 bytes
+BLAKE2s (bombadillo/2.4.0.tar.gz) = 4731674db5216c4aec827d864850c651aac1da3061d7444842d3f94f27b366fe
+SHA512 (bombadillo/2.4.0.tar.gz) = ce9ac62e2d57d98c6acca35b0a054a7920ad2ea8fa315b11c881057d30022f3417cf8132cfd1e6038410ca8aef9d430eb946ed803b62a4a52d2ac64f71dd3a1a
+Size (bombadillo/2.4.0.tar.gz) = 104412 bytes
Home |
Main Index |
Thread Index |
Old Index