From owner-svn-ports-all@freebsd.org Thu Oct 11 15:26:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8CF910BE2B6; Thu, 11 Oct 2018 15:26:34 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6CBEA74DF5; Thu, 11 Oct 2018 15:26:34 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4CDA312441; Thu, 11 Oct 2018 15:26:34 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9BFQY7l048248; Thu, 11 Oct 2018 15:26:34 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9BFQY8g048246; Thu, 11 Oct 2018 15:26:34 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810111526.w9BFQY8g048246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 11 Oct 2018 15:26:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r481835 - branches/2018Q4/shells/oksh X-SVN-Group: ports-branches X-SVN-Commit-Author: swills X-SVN-Commit-Paths: branches/2018Q4/shells/oksh X-SVN-Commit-Revision: 481835 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2018 15:26:34 -0000 Author: swills Date: Thu Oct 11 15:26:33 2018 New Revision: 481835 URL: https://svnweb.freebsd.org/changeset/ports/481835 Log: MFH: r481781 shells/oksh: update to 20181009 While here, add static and curses options PR: 232127 Submitted by: Brian Callahan (maintainer) Approved by: ports-secteam (implicit) (MFH due to bug fixes) Modified: branches/2018Q4/shells/oksh/Makefile branches/2018Q4/shells/oksh/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/shells/oksh/Makefile ============================================================================== --- branches/2018Q4/shells/oksh/Makefile Thu Oct 11 15:17:31 2018 (r481834) +++ branches/2018Q4/shells/oksh/Makefile Thu Oct 11 15:26:33 2018 (r481835) @@ -1,16 +1,34 @@ # $FreeBSD$ PORTNAME= oksh -DISTVERSION= 20180401 +DISTVERSION= 20181009 CATEGORIES= shells -MASTER_SITES= https://devio.us/~bcallah/oksh/ +MASTER_SITES= https://mirrors.nycbug.org/pub/distfiles/ MAINTAINER= bcallah@openbsd.org COMMENT= Portable OpenBSD Korn shell LICENSE= PD +OPTIONS_DEFINE= CURSES STATIC +OPTIONS_DEFAULT= CURSES + +CURSES_DESC= Use ncurses for screen clearing routines +CURSES_USES= ncurses + HAS_CONFIGURE= yes + +.include + +.if ${PORT_OPTIONS:MSTATIC} +CONFIGURE_ARGS+= --enable-static +.endif + +.if ${PORT_OPTIONS:MCURSES} +CONFIGURE_ARGS+= --enable-curses +.else +CONFIGURE_ARGS+= --disable-curses +.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin Modified: branches/2018Q4/shells/oksh/distinfo ============================================================================== --- branches/2018Q4/shells/oksh/distinfo Thu Oct 11 15:17:31 2018 (r481834) +++ branches/2018Q4/shells/oksh/distinfo Thu Oct 11 15:26:33 2018 (r481835) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522955962 -SHA256 (oksh-20180401.tar.gz) = 3001fed530602c6f6c5d9da8b6c8bf7f0c59d048fe5ed1f168ac7449b0f49914 -SIZE (oksh-20180401.tar.gz) = 296836 +TIMESTAMP = 1539111609 +SHA256 (oksh-20181009.tar.gz) = 35dbd911ca129742e5a6cc31cd91055c2c26d895f19e9bafedf5d50b222d1197 +SIZE (oksh-20181009.tar.gz) = 301213