View | Details | Raw Unified | Return to bug 238640
Collapse All | Expand All

(-)shells/oksh/Makefile (-3 / +4 lines)
Lines 1-11 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	oksh
3
PORTNAME=	oksh
4
DISTVERSION=	20181009
4
DISTVERSION=	6.5
5
PORTEPOCH=	1
5
CATEGORIES=	shells
6
CATEGORIES=	shells
6
MASTER_SITES=	https://mirrors.nycbug.org/pub/distfiles/
7
MASTER_SITES=	https://github.com/ibara/oksh/releases/download/oksh-${DISTVERSION}/
7
8
8
MAINTAINER=	bcallah@openbsd.org
9
MAINTAINER=	tobik@FreeBSD.org
9
COMMENT=	Portable OpenBSD Korn shell
10
COMMENT=	Portable OpenBSD Korn shell
10
11
11
LICENSE=	PD
12
LICENSE=	PD
(-)shells/oksh/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1539111609
1
TIMESTAMP = 1560730220
2
SHA256 (oksh-20181009.tar.gz) = 35dbd911ca129742e5a6cc31cd91055c2c26d895f19e9bafedf5d50b222d1197
2
SHA256 (oksh-6.5.tar.gz) = 2adf52ab718249462a41e1172d0bfb8670731daa0618e560be58064cac23a0bd
3
SIZE (oksh-20181009.tar.gz) = 301213
3
SIZE (oksh-6.5.tar.gz) = 301846
(-)shells/oksh/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
superset of the sh(1) shell language.  oksh is best known as the
3
superset of the sh(1) shell language.  oksh is best known as the
4
default user shell and /bin/sh on OpenBSD.
4
default user shell and /bin/sh on OpenBSD.
5
5
6
WWW: https://devio.us/~bcallah/oksh/
6
WWW: https://github.com/ibara/oksh

Return to bug 238640