aboutsummaryrefslogtreecommitdiff
path: root/www/deno/Makefile
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2020-09-29 12:45:23 +0000
committerMikael Urankar <mikael@FreeBSD.org>2020-09-29 12:45:23 +0000
commit8ad7351dce9b69510b95a3b8f0310ddba45d69d0 (patch)
tree685bea1d96009351bd30a6cc93fffe73781f4345 /www/deno/Makefile
parent2f7307737c14132e41a96737ae745ae7ec47364a (diff)
downloadports-8ad7351dce9b69510b95a3b8f0310ddba45d69d0.tar.gz
ports-8ad7351dce9b69510b95a3b8f0310ddba45d69d0.zip
www/deno: update to 1.4.2
Changelog: https://github.com/denoland/deno/releases/tag/v1.4.2 Mark as broken on i386
Notes
Notes: svn path=/head/; revision=550502
Diffstat (limited to 'www/deno/Makefile')
-rw-r--r--www/deno/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/deno/Makefile b/www/deno/Makefile
index 6f1af2803693..cc1f11b7893c 100644
--- a/www/deno/Makefile
+++ b/www/deno/Makefile
@@ -2,8 +2,7 @@
PORTNAME= deno
DISTVERSIONPREFIX= v
-DISTVERSION= 1.4.1
-PORTREVISION= 1
+DISTVERSION= 1.4.2
CATEGORIES= www
MAINTAINER= mikael@FreeBSD.org
@@ -12,6 +11,8 @@ COMMENT= Secure JavaScript and TypeScript runtime
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_i386= cargo:warning=c/freebsd.c:31:10: error: conflicting types for 'get_cpu_speed'
+
BUILD_DEPENDS= binutils>0:devel/binutils \
gn:devel/gn \
libunwind>0:devel/libunwind