Date: Mon, 17 Jun 2019 13:29:23 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504420 - head/shells/oksh Message-ID: <201906171329.x5HDTNw2083629@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Mon Jun 17 13:29:22 2019 New Revision: 504420 URL: https://svnweb.freebsd.org/changeset/ports/504420 Log: shells/oksh: Update to 6.5 Also assign to myself. PR: 238640 Approved by: bcallah@openbsd.org (maintainer) Modified: head/shells/oksh/Makefile head/shells/oksh/distinfo head/shells/oksh/pkg-descr Modified: head/shells/oksh/Makefile ============================================================================== --- head/shells/oksh/Makefile Mon Jun 17 13:28:47 2019 (r504419) +++ head/shells/oksh/Makefile Mon Jun 17 13:29:22 2019 (r504420) @@ -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 Modified: head/shells/oksh/distinfo ============================================================================== --- head/shells/oksh/distinfo Mon Jun 17 13:28:47 2019 (r504419) +++ head/shells/oksh/distinfo Mon Jun 17 13:29:22 2019 (r504420) @@ -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 Modified: head/shells/oksh/pkg-descr ============================================================================== --- head/shells/oksh/pkg-descr Mon Jun 17 13:28:47 2019 (r504419) +++ head/shells/oksh/pkg-descr Mon Jun 17 13:29:22 2019 (r504420) @@ -3,4 +3,4 @@ of the Public Domain Korn Shell (PDKSH). Its command 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906171329.x5HDTNw2083629>