diff options
-rw-r--r-- | www/deno/Makefile | 8 | ||||
-rw-r--r-- | www/deno/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/www/deno/Makefile b/www/deno/Makefile index 229cf125c76b..e8bc5354df25 100644 --- a/www/deno/Makefile +++ b/www/deno/Makefile @@ -2,7 +2,7 @@ PORTNAME= deno DISTVERSIONPREFIX= v -DISTVERSION= 1.4.5 +DISTVERSION= 1.4.6 CATEGORIES= www MAINTAINER= mikael@FreeBSD.org @@ -19,8 +19,7 @@ BUILD_DEPENDS= binutils>0:devel/binutils \ .include <bsd.port.options.mk> -# clang10+ is required, this conditional can be dropped when -# 12.1 is EOL +# clang10+ is required, this conditional can be dropped when 12.1 is EOL .if (${OSVERSION} >= 1200000 && ${OSVERSION} < 1201515) BUILD_DEPENDS+= llvm10>0:devel/llvm10 .endif @@ -349,8 +348,7 @@ post-patch: ${REINPLACE_CMD} "s|%%LOCALBASE%%|${LOCALBASE}|" \ ${WRKSRC}/cargo-crates/rusty_v8-${RUSTY_VERS}/build/toolchain/gcc_toolchain.gni \ ${WRKSRC}/cargo-crates/rusty_v8-${RUSTY_VERS}/buildtools/third_party/libc++/BUILD.gn -# clang10+ is required, this conditional can be dropped when -# 12.1 is EOL +# clang10+ is required, this conditional can be dropped when 12.1 is EOL .if (${OSVERSION} >= 1200000 && ${OSVERSION} < 1201515) @${PATCH} -d ${PATCH_WRKSRC} ${PATCH_ARGS} < ${FILESDIR}/extrapatch-clang10 .endif diff --git a/www/deno/distinfo b/www/deno/distinfo index 90047469fad2..14a148293cd2 100644 --- a/www/deno/distinfo +++ b/www/deno/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1602161965 +TIMESTAMP = 1602403949 SHA256 (rust/crates/Inflector-0.11.4.tar.gz) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 SIZE (rust/crates/Inflector-0.11.4.tar.gz) = 17438 SHA256 (rust/crates/adler-0.2.3.tar.gz) = ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e @@ -599,5 +599,5 @@ SHA256 (rust/crates/winres-0.1.11.tar.gz) = ff4fb510bbfe5b8992ff15f77a2e6fe6cf06 SIZE (rust/crates/winres-0.1.11.tar.gz) = 18369 SHA256 (rust/crates/ws2_32-sys-0.2.1.tar.gz) = d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e SIZE (rust/crates/ws2_32-sys-0.2.1.tar.gz) = 4697 -SHA256 (denoland-deno-v1.4.5_GH0.tar.gz) = 5badf965ddee57eedcadb76673a7be2bab34ef8913b5b9384b455cdafa640df1 -SIZE (denoland-deno-v1.4.5_GH0.tar.gz) = 3527163 +SHA256 (denoland-deno-v1.4.6_GH0.tar.gz) = 802bd22bcb00c1f2331f054b83820dfcdd7f79cc135bcd062d057f35fec9cba4 +SIZE (denoland-deno-v1.4.6_GH0.tar.gz) = 3526706 |