Skip to content

Commit

Permalink
shells/yash: update to 2.56.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 25, 2024
1 parent 1107b3d commit 31952cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
5 changes: 2 additions & 3 deletions shells/yash/Makefile
@@ -1,6 +1,5 @@
PORTNAME= yash
DISTVERSION= 2.55
PORTREVISION= 1
DISTVERSION= 2.56.1
CATEGORIES= shells
MASTER_SITES= https://github.com/magicant/${PORTNAME}/releases/download/${DISTVERSION}/

Expand All @@ -15,7 +14,7 @@ USES= tar:xz
USE_CSTD= c99

HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/share/man
CONFIGURE_ARGS= --prefix=${PREFIX}

OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
Expand Down
6 changes: 3 additions & 3 deletions shells/yash/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1695304988
SHA256 (yash-2.55.tar.xz) = 97cd809d5e216b3c4afae42379f1bd4f5082b7c16d51e282d60a5014fbc9e1f6
SIZE (yash-2.55.tar.xz) = 761184
TIMESTAMP = 1711384313
SHA256 (yash-2.56.1.tar.xz) = f7f5a1ffd246692568e4823a59b20357317d92663573bd1099254c0c89de71f5
SIZE (yash-2.56.1.tar.xz) = 768752
5 changes: 3 additions & 2 deletions shells/yash/pkg-plist
@@ -1,9 +1,9 @@
bin/yash
share/man/ja/man1/yash.1.gz
share/man/man1/yash.1.gz
%%NLS%%share/locale/en@boldquot/LC_MESSAGES/yash.mo
%%NLS%%share/locale/en@quot/LC_MESSAGES/yash.mo
%%NLS%%share/locale/ja/LC_MESSAGES/yash.mo
share/man/ja/man1/yash.1.gz
share/man/man1/yash.1.gz
%%DATADIR%%/completion/INIT
%%DATADIR%%/completion/[
%%DATADIR%%/completion/_backup
Expand Down Expand Up @@ -43,6 +43,7 @@ share/man/man1/yash.1.gz
%%DATADIR%%/completion/dirs
%%DATADIR%%/completion/disown
%%DATADIR%%/completion/dnf
%%DATADIR%%/completion/doas
%%DATADIR%%/completion/du
%%DATADIR%%/completion/echo
%%DATADIR%%/completion/ed
Expand Down

0 comments on commit 31952cf

Please sign in to comment.