Date: Sun, 3 May 2020 03:23:10 +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: r533739 - head/shells/oksh Message-ID: <202005030323.0433NA4t018394@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun May 3 03:23:09 2020 New Revision: 533739 URL: https://svnweb.freebsd.org/changeset/ports/533739 Log: shells/oksh: Update to 6.7 Modified: head/shells/oksh/Makefile head/shells/oksh/distinfo Modified: head/shells/oksh/Makefile ============================================================================== --- head/shells/oksh/Makefile Sun May 3 03:16:23 2020 (r533738) +++ head/shells/oksh/Makefile Sun May 3 03:23:09 2020 (r533739) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= oksh -DISTVERSION= 6.6 +DISTVERSION= 6.7 PORTEPOCH= 1 CATEGORIES= shells MASTER_SITES= https://github.com/ibara/oksh/releases/download/oksh-${DISTVERSION}/ @@ -22,9 +22,5 @@ CURSES_USES= ncurses CURSES_CONFIGURE_ENABLE= curses STATIC_CONFIGURE_ENABLE= static - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> Modified: head/shells/oksh/distinfo ============================================================================== --- head/shells/oksh/distinfo Sun May 3 03:16:23 2020 (r533738) +++ head/shells/oksh/distinfo Sun May 3 03:23:09 2020 (r533739) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571665280 -SHA256 (oksh-6.6.tar.gz) = 573d56d5eaeb4a89a8e1ff4638bdff7e44a7ebeb8a9a36b121d4c6fa2acd62ff -SIZE (oksh-6.6.tar.gz) = 302000 +TIMESTAMP = 1588445983 +SHA256 (oksh-6.7.tar.gz) = bb3e9288dbd8915b9e175727cdb3898970e6c6fece61e6867102b399e215fb04 +SIZE (oksh-6.7.tar.gz) = 301127
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005030323.0433NA4t018394>