diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-06-17 13:29:22 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-06-17 13:29:22 +0000 |
commit | 32a48939cb384f587c716faa09797f64b8b78542 (patch) | |
tree | d28e4fecd2ce6f58416b663323ab7b1840ebb326 /shells | |
parent | aa053b051a1193c2a404e65e904ab3e97fb70ad1 (diff) | |
download | ports-32a48939cb384f587c716faa09797f64b8b78542.tar.gz ports-32a48939cb384f587c716faa09797f64b8b78542.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/oksh/Makefile | 9 | ||||
-rw-r--r-- | shells/oksh/distinfo | 6 | ||||
-rw-r--r-- | shells/oksh/pkg-descr | 2 |
3 files changed, 9 insertions, 8 deletions
diff --git a/shells/oksh/Makefile b/shells/oksh/Makefile index 75cb17fd9a48..697a405b3337 100644 --- a/shells/oksh/Makefile +++ b/shells/oksh/Makefile @@ -1,11 +1,12 @@ # $FreeBSD$ PORTNAME= oksh -DISTVERSION= 20181009 +DISTVERSION= 6.5 +PORTEPOCH= 1 CATEGORIES= shells -MASTER_SITES= https://mirrors.nycbug.org/pub/distfiles/ +MASTER_SITES= https://github.com/ibara/oksh/releases/download/oksh-${DISTVERSION}/ -MAINTAINER= bcallah@openbsd.org +MAINTAINER= tobik@FreeBSD.org COMMENT= Portable OpenBSD Korn shell LICENSE= PD @@ -17,8 +18,8 @@ OPTIONS_DEFAULT= CURSES CURSES_DESC= Use ncurses for screen clearing routines -CURSES_CONFIGURE_ENABLE= curses CURSES_USES= ncurses +CURSES_CONFIGURE_ENABLE= curses STATIC_CONFIGURE_ENABLE= static diff --git a/shells/oksh/distinfo b/shells/oksh/distinfo index 85a2cf00b8da..1a01695c7952 100644 --- a/shells/oksh/distinfo +++ b/shells/oksh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1539111609 -SHA256 (oksh-20181009.tar.gz) = 35dbd911ca129742e5a6cc31cd91055c2c26d895f19e9bafedf5d50b222d1197 -SIZE (oksh-20181009.tar.gz) = 301213 +TIMESTAMP = 1560730220 +SHA256 (oksh-6.5.tar.gz) = 2adf52ab718249462a41e1172d0bfb8670731daa0618e560be58064cac23a0bd +SIZE (oksh-6.5.tar.gz) = 301846 diff --git a/shells/oksh/pkg-descr b/shells/oksh/pkg-descr index 8f3effff6e32..95e127d5b76a 100644 --- a/shells/oksh/pkg-descr +++ b/shells/oksh/pkg-descr @@ -3,4 +3,4 @@ of the Public Domain Korn Shell (PDKSH). Its command language is a superset of the sh(1) shell language. oksh is best known as the default user shell and /bin/sh on OpenBSD. -WWW: https://devio.us/~bcallah/oksh/ +WWW: https://github.com/ibara/oksh |