svn commit: r451700 - in head/lang/duktape: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Oct 10 13:21:18 UTC 2017
Author: vanilla
Date: Tue Oct 10 13:21:16 2017
New Revision: 451700
URL: https://svnweb.freebsd.org/changeset/ports/451700
Log:
Update to 2.2.0.
Modified:
head/lang/duktape/Makefile
head/lang/duktape/distinfo
head/lang/duktape/files/patch-Makefile.cmdline
Modified: head/lang/duktape/Makefile
==============================================================================
--- head/lang/duktape/Makefile Tue Oct 10 13:17:40 2017 (r451699)
+++ head/lang/duktape/Makefile Tue Oct 10 13:21:16 2017 (r451700)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= duktape
-PORTVERSION= 2.0.1
+PORTVERSION= 2.2.0
CATEGORIES= lang devel
MASTER_SITES= http://duktape.org/
Modified: head/lang/duktape/distinfo
==============================================================================
--- head/lang/duktape/distinfo Tue Oct 10 13:17:40 2017 (r451699)
+++ head/lang/duktape/distinfo Tue Oct 10 13:21:16 2017 (r451700)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485511377
-SHA256 (duktape-2.0.1.tar.xz) = 3c09bb0ec2160c50c7a7a4705502674df56c0f710f2e793a8b5b1e236be56b89
-SIZE (duktape-2.0.1.tar.xz) = 970320
+TIMESTAMP = 1507641496
+SHA256 (duktape-2.2.0.tar.xz) = 62f72206427633077cb02e7ccd2599ace4d254db409334593b86d262c0d50c14
+SIZE (duktape-2.2.0.tar.xz) = 969136
Modified: head/lang/duktape/files/patch-Makefile.cmdline
==============================================================================
--- head/lang/duktape/files/patch-Makefile.cmdline Tue Oct 10 13:17:40 2017 (r451699)
+++ head/lang/duktape/files/patch-Makefile.cmdline Tue Oct 10 13:21:16 2017 (r451700)
@@ -1,15 +1,15 @@
---- Makefile.cmdline.orig 2016-05-03 11:57:37 UTC
+--- Makefile.cmdline.orig 2017-09-23 01:06:08 UTC
+++ Makefile.cmdline
@@ -8,9 +8,9 @@ DUKTAPE_SOURCES = src/duktape.c
- DUKTAPE_CMDLINE_SOURCES = \
+ CMDLINE_SOURCES = \
examples/cmdline/duk_cmdline.c
-CC = gcc
-CCOPTS = -Os -pedantic -std=c99 -Wall -fstrict-aliasing -fomit-frame-pointer
--CCOPTS += -I./src # duktape.h and duk_config.h must be in include path
+-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./src ${CPPFLAGS} # duktape.h and duk_config.h must be in include path
++CCOPTS += -I./examples/cmdline -I./src ${CPPFLAGS} # duktape.h and duk_config.h must be in include path
CCLIBS = -lm
- # If you want linenoise, you can enable these. At the moment linenoise
+ # Enable print() and alert() for command line using an optional extra module.
More information about the svn-ports-head
mailing list