shells/yash: update to 2.55

master
naddy 2023-09-21 14:00:28 +00:00
parent 1a716c2c4e
commit 721a0b4706
4 changed files with 7 additions and 24 deletions

View File

@ -1,18 +1,16 @@
COMMENT= POSIX-compliant command line shell
VERSION= 2.54
VERSION= 2.55
DISTNAME= yash-${VERSION}
RELEASE= 78345
CATEGORIES= shells
HOMEPAGE= https://yash.osdn.jp/index.html.en
HOMEPAGE= https://magicant.github.io/yash/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPLv2
PERMIT_PACKAGE= Yes
MASTER_SITES= ${MASTER_SITE_OSDN_JP:=yash/${RELEASE}/} \
https://github.com/magicant/yash/releases/download/${VERSION}/
SITES= https://github.com/magicant/yash/releases/download/${VERSION}/
EXTRACT_SUFX= .tar.xz
WANTLIB= c curses intl m

View File

@ -1,2 +1,2 @@
SHA256 (yash-2.54.tar.xz) = RKCsHM98Os7PvqAn2MDJMPE6goBlvjGAVc4RMBU5GDk=
SIZE (yash-2.54.tar.xz) = 758916
SHA256 (yash-2.55.tar.xz) = l82AnV4hazxK+uQjefG9T1CCt8FtUeKC1gpQFPvJ4fY=
SIZE (yash-2.55.tar.xz) = 761184

View File

@ -11,20 +11,3 @@ Index: configure
sunos)
defconfigh "__EXTENSIONS__"
;;
@@ -746,6 +749,7 @@ END
checking "for ${i%:*}"
cat >"${tempsrc}" <<END
${confighdefs}
+#include <stdio.h>
#if HAVE_CURSES_H
#include <curses.h>
#elif HAVE_NCURSES_H
@@ -756,8 +760,6 @@ ${confighdefs}
#include <ncursesw/ncurses.h>
#endif
#include <${i%:*}>
-int putchar(int);
-
int main(void) {
/* Undeclared identifiers are a syntax error in C99, but many compilers assume
* implicit declarations when they appear in a function call. We force compilers

View File

@ -114,6 +114,7 @@ share/yash/completion/git-stash
share/yash/completion/git-status
share/yash/completion/git-submodule
share/yash/completion/git-svn
share/yash/completion/git-switch
share/yash/completion/git-tag
share/yash/completion/git-whatchanged
share/yash/completion/git-worktree
@ -155,6 +156,7 @@ share/yash/completion/nice
share/yash/completion/nl
share/yash/completion/nohup
share/yash/completion/od
share/yash/completion/pass
share/yash/completion/passwd
share/yash/completion/paste
share/yash/completion/patch