pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update to 2019-08-18 version.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Tue Aug 20 15:24:13 2019 +0200
Changeset:	e5b24655f8e46e008bd5bd737a08249deb013a72

Modified Files:
	quickjs/Makefile
	quickjs/distinfo

Log Message:
Update to 2019-08-18 version.

Pkgsrc changes: none (other than version & checksum).

Upstream changes:
 * added os.realpath, os.getcwd, os.mkdir, os.stat, os.lstat,
   os.readlink, os.readdir, os.utimes, std.popen
 * module autodetection
 * added import.meta
 * misc bug fixes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e5b24655f8e46e008bd5bd737a08249deb013a72

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 quickjs/Makefile | 2 +-
 quickjs/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/quickjs/Makefile b/quickjs/Makefile
index f0b3a1774c..f20c8abfe5 100644
--- a/quickjs/Makefile
+++ b/quickjs/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 #
 
-DISTNAME=	quickjs-2019-08-10
+DISTNAME=	quickjs-2019-08-18
 CATEGORIES=	lang
 MASTER_SITES=	https://bellard.org/quickjs/
 EXTRACT_SUFX=	.tar.xz
diff --git a/quickjs/distinfo b/quickjs/distinfo
index 3e97e2be02..55b37b21f9 100644
--- a/quickjs/distinfo
+++ b/quickjs/distinfo
@@ -1,9 +1,9 @@
 $NetBSD$
 
-SHA1 (quickjs-2019-08-10.tar.xz) = 4e4056e051f6ddfee33276f4854174de00c8c7ef
-RMD160 (quickjs-2019-08-10.tar.xz) = c83484700194911d047e79f53b66bd8ca858a1e8
-SHA512 (quickjs-2019-08-10.tar.xz) = ddae8aa29e1039b1fce5f3294775881d51899d4e46b33c0dc1cb4d050805ce8e414f87e8956b6291e15f1c10af82fa983a426f3ba0807d50205a35462cc3a3bc
-Size (quickjs-2019-08-10.tar.xz) = 752224 bytes
+SHA1 (quickjs-2019-08-18.tar.xz) = ce503cb4ef2930c95fe3b2c74fb3688e08012253
+RMD160 (quickjs-2019-08-18.tar.xz) = 19a95f6289b2544a9ae658a1227fd6e785798b55
+SHA512 (quickjs-2019-08-18.tar.xz) = bc189a27ce82e8c0a5581b073dce39ea052111f7df098570e6ce9d161b7cecd9f16e586826e83c157278d25ec25d754da7ea0a1b9dd802fb56ca777b5b8f98a5
+Size (quickjs-2019-08-18.tar.xz) = 757856 bytes
 SHA1 (patch-Makefile) = d96c2a797bb9bc7becc7f1217fc3d3457527d55f
 SHA1 (patch-cutils.h) = 9719a77add566ce6443af1ac2ba1d1ea61e5c248
 SHA1 (patch-qjs.c) = d26b8ac0f7bf84bdb17fb4784f637dcb012cbd93


Home | Main Index | Thread Index | Old Index