git: 71d96f7b4ff0 - main - lang/quickjs: Update 2020.09.06 -> 2021.03.27
Yuri Victorovich
yuri at FreeBSD.org
Mon May 24 17:27:52 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=71d96f7b4ff0abe2cedeccd332cf5fece7205346
commit 71d96f7b4ff0abe2cedeccd332cf5fece7205346
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-24 17:26:08 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-24 17:27:44 +0000
lang/quickjs: Update 2020.09.06 -> 2021.03.27
---
lang/quickjs/Makefile | 2 +-
lang/quickjs/distinfo | 6 +++---
lang/quickjs/files/patch-quickjs.c | 11 -----------
3 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/lang/quickjs/Makefile b/lang/quickjs/Makefile
index b40245c344bd..3d8ac7bec851 100644
--- a/lang/quickjs/Makefile
+++ b/lang/quickjs/Makefile
@@ -1,5 +1,5 @@
PORTNAME= quickjs
-DISTVERSION= 2020.09.06
+DISTVERSION= 2021.03.27
CATEGORIES= lang devel
MASTER_SITES= https://bellard.org/${PORTNAME}/
DISTNAME= ${PORTNAME}-${DISTVERSION:S/./-/g}
diff --git a/lang/quickjs/distinfo b/lang/quickjs/distinfo
index dea98409b6ef..df7c9ac6d114 100644
--- a/lang/quickjs/distinfo
+++ b/lang/quickjs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603622497
-SHA256 (quickjs-2020-09-06.tar.xz) = 0021a3e8cdc6b61e225411d05e2841d2437e1ccf4b4cabb9a5f7685ebfb57717
-SIZE (quickjs-2020-09-06.tar.xz) = 753080
+TIMESTAMP = 1621877002
+SHA256 (quickjs-2021-03-27.tar.xz) = a45bface4c3379538dea8533878d694e289330488ea7028b105f72572fe7fe1a
+SIZE (quickjs-2021-03-27.tar.xz) = 753556
diff --git a/lang/quickjs/files/patch-quickjs.c b/lang/quickjs/files/patch-quickjs.c
deleted file mode 100644
index 435ab081af7b..000000000000
--- a/lang/quickjs/files/patch-quickjs.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- quickjs.c.orig 2020-09-06 09:31:51 UTC
-+++ quickjs.c
-@@ -36,6 +36,8 @@
- #include <malloc/malloc.h>
- #elif defined(__linux__)
- #include <malloc.h>
-+#elif defined(__FreeBSD__)
-+#include <malloc_np.h>
- #endif
-
- #include "cutils.h"
More information about the dev-commits-ports-all
mailing list