summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2022-02-25 20:51:27 +0000
committerfcambus <fcambus@pkgsrc.org>2022-02-25 20:51:27 +0000
commitb3c5fe7cc943fa7ca5c822d0df8a7ab4d827f9a7 (patch)
tree30109134c304f190ca426ce37ceb61d5a26aa3ba
parent90ea64c6e7ac6b8226f3880783b0935e498aef94 (diff)
downloadpkgsrc-b3c5fe7cc943fa7ca5c822d0df8a7ab4d827f9a7.tar.gz
duktape: update to 2.7.
========================= Duktape 2.7 release notes ========================= Release overview ================ Main changes in this release (see RELEASES.rst for full details): * Various fixes and portability improvements. Upgrading from Duktape 2.6 ========================== No action (other than recompiling) should be needed for most users to upgrade from Duktape v2.6.x.
-rw-r--r--lang/duktape/Makefile4
-rw-r--r--lang/duktape/distinfo8
-rw-r--r--lang/duktape/patches/patch-Makefile.cmdline15
3 files changed, 6 insertions, 21 deletions
diff --git a/lang/duktape/Makefile b/lang/duktape/Makefile
index e7a8baf347d..60bdfa8795c 100644
--- a/lang/duktape/Makefile
+++ b/lang/duktape/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/11/26 15:31:31 nia Exp $
+# $NetBSD: Makefile,v 1.7 2022/02/25 20:51:27 fcambus Exp $
-DISTNAME= duktape-2.6.0
+DISTNAME= duktape-2.7.0
CATEGORIES= devel
MASTER_SITES= https://duktape.org/
EXTRACT_SUFX= .tar.xz
diff --git a/lang/duktape/distinfo b/lang/duktape/distinfo
index a4be468bd4b..d59136cb9f1 100644
--- a/lang/duktape/distinfo
+++ b/lang/duktape/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:51:33 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/02/25 20:51:27 fcambus Exp $
-BLAKE2s (duktape-2.6.0.tar.xz) = 45e6a612b3e8de7a95fd568ab639f4b0a7a17b9e68ca29eaaf077eeff6f3ea1a
-SHA512 (duktape-2.6.0.tar.xz) = d72a2aaa05391fa243861aca6ca6082f91a08b9c5d60c7b246d35d7161532b0048bb67bd8fec7996c700ee317ac2bb52e528582682e5425b0431757d8b1c5be4
-Size (duktape-2.6.0.tar.xz) = 1035160 bytes
+BLAKE2s (duktape-2.7.0.tar.xz) = bef5fd3d49722ef00b41b187fb8e966fb91ab6eb48a848c2bbe55bf819997a39
+SHA512 (duktape-2.7.0.tar.xz) = 8ff5465c9c335ea08ebb0d4a06569c991b9dc4661b63e10da6b123b882e7375e82291d6b883c2644902d68071a29ccc880dae8229447cebe710c910b54496c1d
+Size (duktape-2.7.0.tar.xz) = 1026524 bytes
SHA1 (patch-Makefile.cmdline) = 8e19c38b6da425c3fcff644987c0ab6c92b4b1d2
diff --git a/lang/duktape/patches/patch-Makefile.cmdline b/lang/duktape/patches/patch-Makefile.cmdline
deleted file mode 100644
index 9986a4200f5..00000000000
--- a/lang/duktape/patches/patch-Makefile.cmdline
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-Makefile.cmdline,v 1.1 2019/03/20 18:29:20 agc Exp $
-
-Don't assume we have gcc
-
---- Makefile.cmdline 2019/03/20 18:08:52 1.1
-+++ Makefile.cmdline 2019/03/20 18:13:12
-@@ -8,7 +8,7 @@
- CMDLINE_SOURCES = \
- examples/cmdline/duk_cmdline.c
-
--CC = gcc
-+#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
- CCLIBS = -lm