From owner-svn-ports-all@freebsd.org Thu Oct 11 02:19:46 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 82C4910C7361; Thu, 11 Oct 2018 02:19:46 +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 3AE657D6F8; Thu, 11 Oct 2018 02:19:46 +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 35D861C86; Thu, 11 Oct 2018 02:19:46 +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 w9B2JkHR038885; Thu, 11 Oct 2018 02:19:46 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9B2Jj9i038882; Thu, 11 Oct 2018 02:19:45 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810110219.w9B2Jj9i038882@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 02:19:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481779 - in head/lang/duktape: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/lang/duktape: . files X-SVN-Commit-Revision: 481779 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 02:19:46 -0000 Author: swills Date: Thu Oct 11 02:19:45 2018 New Revision: 481779 URL: https://svnweb.freebsd.org/changeset/ports/481779 Log: lang/duktape: Update to 2.3.0 PR: 232139 Submitted by: Alfonso S. Siciliano (maintainer) Modified: head/lang/duktape/Makefile (contents, props changed) head/lang/duktape/distinfo (contents, props changed) head/lang/duktape/files/patch-Makefile.cmdline (contents, props changed) Modified: head/lang/duktape/Makefile ============================================================================== --- head/lang/duktape/Makefile Thu Oct 11 02:16:16 2018 (r481778) +++ head/lang/duktape/Makefile Thu Oct 11 02:19:45 2018 (r481779) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= duktape -PORTVERSION= 2.2.1 +PORTVERSION= 2.3.0 CATEGORIES= lang devel MASTER_SITES= http://duktape.org/ @@ -11,18 +11,22 @@ COMMENT= Embeddable Javascript engine LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= libedit tar:xz +USES= tar:xz MAKEFILE= Makefile.cmdline ALL_TARGET= duk PLIST_FILES= bin/duk -post-patch: - @${REINPLACE_CMD} -e "/history\.h/d ; s,readline/,editline/,g " \ - ${WRKSRC}/examples/cmdline/duk_cmdline.c +PORTDOCS= README.rst +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/duk ${STAGEDIR}${PREFIX}/bin + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/lang/duktape/distinfo ============================================================================== --- head/lang/duktape/distinfo Thu Oct 11 02:16:16 2018 (r481778) +++ head/lang/duktape/distinfo Thu Oct 11 02:19:45 2018 (r481779) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524915777 -SHA256 (duktape-2.2.1.tar.xz) = 3abe2eed2553305262b892c98f550bb1a94cf4fd73b51dc5c176fe08e7ade7f2 -SIZE (duktape-2.2.1.tar.xz) = 966496 +TIMESTAMP = 1539010714 +SHA256 (duktape-2.3.0.tar.xz) = ed6e2f3ab2061628a7aeee27ccff16538ba6a151480cccf2e846bd061e45afe8 +SIZE (duktape-2.3.0.tar.xz) = 997572 Modified: head/lang/duktape/files/patch-Makefile.cmdline ============================================================================== --- head/lang/duktape/files/patch-Makefile.cmdline Thu Oct 11 02:16:16 2018 (r481778) +++ head/lang/duktape/files/patch-Makefile.cmdline Thu Oct 11 02:19:45 2018 (r481779) @@ -1,15 +1,11 @@ ---- Makefile.cmdline.orig 2017-09-23 01:06:08 UTC +--- Makefile.cmdline.orig 2018-10-08 14:59:26 UTC +++ Makefile.cmdline -@@ -8,9 +8,9 @@ DUKTAPE_SOURCES = src/duktape.c +@@ -8,7 +8,7 @@ DUKTAPE_SOURCES = src/duktape.c CMDLINE_SOURCES = \ examples/cmdline/duk_cmdline.c --CC = gcc --CCOPTS = -Os -pedantic -std=c99 -Wall -fstrict-aliasing -fomit-frame-pointer --CCOPTS += -I./examples/cmdline -I./src # duktape.h and duk_config.h must be in include path -+CC ?= gcc -+CCOPTS = ${CFLAGS} -pedantic -std=c99 -Wall -fstrict-aliasing -fomit-frame-pointer -+CCOPTS += -I./examples/cmdline -I./src ${CPPFLAGS} # duktape.h and duk_config.h must be in include path - CCLIBS = -lm - - # Enable print() and alert() for command line using an optional extra module. +-CC = gcc ++CC = cc + CCOPTS = -Os -pedantic -std=c99 -Wall -fstrict-aliasing -fomit-frame-pointer + CCOPTS += -I./examples/cmdline -I./src # duktape.h and duk_config.h must be in include path + CCLIBS = -lm