shells/yash: update to 2.55

This commit is contained in:
Christian Weisgerber 2023-09-21 16:37:33 +02:00
parent b09e2cc63b
commit fa0f0fcc33
4 changed files with 8 additions and 28 deletions

View file

@ -1,12 +1,11 @@
PORTNAME= yash
DISTVERSION= 2.54
DISTVERSION= 2.55
CATEGORIES= shells
MASTER_SITES= OSDN/yash \
https://github.com/magicant/${PORTNAME}/releases/download/${DISTVERSION}/
MASTER_SITES= https://github.com/magicant/${PORTNAME}/releases/download/${DISTVERSION}/
MAINTAINER= naddy@FreeBSD.org
COMMENT= POSIX-compliant command line shell
WWW= https://yash.osdn.jp/index.html.en
WWW= https://magicant.github.io/yash/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1680896240
SHA256 (yash-2.54.tar.xz) = 44a0ac1ccf7c3acecfbea027d8c0c930f13a828065be318055ce113015391839
SIZE (yash-2.54.tar.xz) = 758916
TIMESTAMP = 1695304988
SHA256 (yash-2.55.tar.xz) = 97cd809d5e216b3c4afae42379f1bd4f5082b7c16d51e282d60a5014fbc9e1f6
SIZE (yash-2.55.tar.xz) = 761184

View file

@ -1,21 +0,0 @@
https://osdn.net/projects/yash/ticket/47773
--- configure.orig 2023-04-07 19:40:18 UTC
+++ configure
@@ -746,6 +746,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 +757,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

@ -110,6 +110,7 @@ man/man1/yash.1.gz
%%DATADIR%%/completion/git-status
%%DATADIR%%/completion/git-submodule
%%DATADIR%%/completion/git-svn
%%DATADIR%%/completion/git-switch
%%DATADIR%%/completion/git-tag
%%DATADIR%%/completion/git-whatchanged
%%DATADIR%%/completion/git-worktree
@ -151,6 +152,7 @@ man/man1/yash.1.gz
%%DATADIR%%/completion/nl
%%DATADIR%%/completion/nohup
%%DATADIR%%/completion/od
%%DATADIR%%/completion/pass
%%DATADIR%%/completion/passwd
%%DATADIR%%/completion/paste
%%DATADIR%%/completion/patch