Skip to content

Commit

Permalink
shells/ksh-devel: update to the latest ksh93/ksh github commit
Browse files Browse the repository at this point in the history
This includes an urgent bugfix release that fixes a serious regression
in pathname expansion, see: ksh93/ksh#660
  • Loading branch information
cschuber committed Jun 13, 2023
1 parent f3cb8cd commit 7727c1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 90 deletions.
5 changes: 2 additions & 3 deletions shells/ksh-devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

PORTNAME= ksh
PORTVERSION= ${AST_COMMIT_DATE}
PORTREVISION= 1
CATEGORIES= shells
PKGNAMESUFFIX= -devel

Expand All @@ -22,8 +21,8 @@ LICENSE= EPL

BROKEN_FreeBSD_12= exit code 139 making lib/libcmd

HASH= c6ee0aa6
AST_COMMIT_DATE= 2023.06.09
HASH= 943089ec
AST_COMMIT_DATE= 2023.06.13

USES= compiler:c11

Expand Down
6 changes: 3 additions & 3 deletions shells/ksh-devel/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1686561387
SHA256 (ksh93-ksh-2023.06.09-c6ee0aa6_GH0.tar.gz) = d609c245bc1dc1ecbedb49a2b4161c7e6cf35e67ad2c205ffd9c1a0759a41e7d
SIZE (ksh93-ksh-2023.06.09-c6ee0aa6_GH0.tar.gz) = 2107610
TIMESTAMP = 1686682002
SHA256 (ksh93-ksh-2023.06.13-943089ec_GH0.tar.gz) = 18dcc47bf0435af5d797066d2356be4728e8bd6f620284d06d1eaf6c62a7f97d
SIZE (ksh93-ksh-2023.06.13-943089ec_GH0.tar.gz) = 2109804
84 changes: 0 additions & 84 deletions shells/ksh-devel/files/patch-src_cmd_ksh93_sh_macro.c

This file was deleted.

0 comments on commit 7727c1a

Please sign in to comment.