pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/yash



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun Jun  9 07:44:54 UTC 2024

Modified Files:
        pkgsrc/shells/yash: Makefile PLIST distinfo

Log Message:
shells/yash: update to 2.56.1

# changes

* Codebase moved from OSDN to github.
* The shell can now open more file descriptors on Cygwin.
* Fixed the bug where the "typeset -fp" built-in prints parameter
  expansions of the form ${foo:/bar/baz} with a redundant # flag like
  ${foo:/#bar/baz}.
* Fixed the bug where the emacs-capitalize-word line-editing command
  misbehaves and possibly crashes the shell if there is no word following
  the cursor to be capitalized.
* Added the emacs-search-forward-current and emacs-search-backward-current
  line-editing commands. (by @vext01 in #37)
* [line-editing] Added the completion script for doas. (by @DanisDGK in #45)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/shells/yash/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/shells/yash/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/shells/yash/distinfo

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

Modified files:

Index: pkgsrc/shells/yash/Makefile
diff -u pkgsrc/shells/yash/Makefile:1.9 pkgsrc/shells/yash/Makefile:1.10
--- pkgsrc/shells/yash/Makefile:1.9     Sat Aug 26 19:05:31 2023
+++ pkgsrc/shells/yash/Makefile Sun Jun  9 07:44:54 2024
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.9 2023/08/26 19:05:31 vins Exp $
+# $NetBSD: Makefile,v 1.10 2024/06/09 07:44:54 vins Exp $
 
-DISTNAME=      yash-2.55
-PKGREVISION=   1
+DISTNAME=      yash-2.56.1
 CATEGORIES=    shells
-MASTER_SITES=  http://osdn.dl.osdn.net/yash/79124/
+MASTER_SITES=   ${MASTER_SITE_GITHUB:=magicant/}
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    vins%NetBSD.org@localhost
-HOMEPAGE=      https://yash.osdn.jp/index.html.en
+HOMEPAGE=      https://magicant.github.io/yash/
 COMMENT=       POSIX-compliant command line shell
 LICENSE=       gnu-gpl-v2
 

Index: pkgsrc/shells/yash/PLIST
diff -u pkgsrc/shells/yash/PLIST:1.2 pkgsrc/shells/yash/PLIST:1.3
--- pkgsrc/shells/yash/PLIST:1.2        Thu Aug 24 21:37:56 2023
+++ pkgsrc/shells/yash/PLIST    Sun Jun  9 07:44:54 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/08/24 21:37:56 vins Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/06/09 07:44:54 vins Exp $
 bin/yash
 man/ja/man1/yash.1
 man/man1/yash.1
@@ -44,6 +44,7 @@ share/yash/completion/diff
 share/yash/completion/dirs
 share/yash/completion/disown
 share/yash/completion/dnf
+share/yash/completion/doas
 share/yash/completion/du
 share/yash/completion/echo
 share/yash/completion/ed

Index: pkgsrc/shells/yash/distinfo
diff -u pkgsrc/shells/yash/distinfo:1.4 pkgsrc/shells/yash/distinfo:1.5
--- pkgsrc/shells/yash/distinfo:1.4     Sat Aug 26 19:05:31 2023
+++ pkgsrc/shells/yash/distinfo Sun Jun  9 07:44:54 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2023/08/26 19:05:31 vins Exp $
+$NetBSD: distinfo,v 1.5 2024/06/09 07:44:54 vins Exp $
 
-BLAKE2s (yash-2.55.tar.xz) = 5d545dc5e6cd35545df915db24d4098121dfeb4b85b3fb0f666578e12dd6787d
-SHA512 (yash-2.55.tar.xz) = 9e92fc86884b0b315a98fcb5da0f319f431515185a970762946b919ccccc72aa8756e337dfa7cec763a7d8496bf4838eb9ef88664b35512180f13cc4146e9816
-Size (yash-2.55.tar.xz) = 761184 bytes
+BLAKE2s (yash-2.56.1.tar.xz) = 2e3ecb3cfcb9b197f433e9d2e2139c04527b7d86c60c9641ab1202b6c75f2dc1
+SHA512 (yash-2.56.1.tar.xz) = 28e8bde5fc12e5178136b82ecdc0c52c37c98301245089b0d55c43266880e299237a5522e572883e5c51b7d9a0e9bf94fe265a9ebdbf346c28ff837b0f60cc00
+Size (yash-2.56.1.tar.xz) = 768752 bytes
 SHA1 (patch-Makefile.in) = f9529b43db6f3775a5676b0f96f5cd5c4d60234e



Home | Main Index | Thread Index | Old Index