diff --git a/shells/oksh/Makefile b/shells/oksh/Makefile index 0f851bdbd8ec..d0e65230407b 100644 --- a/shells/oksh/Makefile +++ b/shells/oksh/Makefile @@ -1,46 +1,46 @@ PORTNAME= oksh -DISTVERSION= 7.7 +DISTVERSION= 7.8 PORTEPOCH= 1 CATEGORIES= shells MASTER_SITES= https://github.com/ibara/oksh/releases/download/oksh-${DISTVERSION}/ MAINTAINER= pkubaj@FreeBSD.org COMMENT= Portable OpenBSD Korn shell WWW= https://github.com/ibara/oksh LICENSE= PD FLAVORS= dynamic static FLAVOR?= ${FLAVORS:[1]} static_PKGNAMESUFFIX= -static .if ${FLAVOR} == static COMMENT+= (rescue(8) version) .endif HAS_CONFIGURE= yes .if ${FLAVOR} == static CONFIGURE_ARGS+= --enable-static PLIST= /dev/null PLIST_FILES= "@shell /rescue/oksh" .endif PIE_UNSAFE= yes OPTIONS_DEFINE= CURSES SMALL OPTIONS_DEFAULT= CURSES CURSES_DESC= Use ncurses for screen clearing routines SMALL_DESC= Create smaller oksh binary CURSES_USES= ncurses CURSES_CONFIGURE_ENABLE= curses SMALL_CONFIGURE_ENABLE= small .if ${FLAVOR} == static do-install: @${MKDIR} ${STAGEDIR}/rescue ${INSTALL_PROGRAM} ${WRKSRC}/oksh ${STAGEDIR}/rescue .endif .include diff --git a/shells/oksh/distinfo b/shells/oksh/distinfo index 8e7fa9d6854c..09db2d6286ce 100644 --- a/shells/oksh/distinfo +++ b/shells/oksh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746797505 -SHA256 (oksh-7.7.tar.gz) = 98a758f590bc570e657263f56eb81577a018ff6d2f6e085f8efedf9d68749f95 -SIZE (oksh-7.7.tar.gz) = 311835 +TIMESTAMP = 1762166344 +SHA256 (oksh-7.8.tar.gz) = 3b30d5a1183b829590cc020d8ab87f22d288e98dc3fdf12feb7159536beaa950 +SIZE (oksh-7.8.tar.gz) = 312312