Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2023 06:27:22 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a4153d0df4dc - main - www/wabt: update 1.0.33 =?utf-8?Q?=E2=86=92?= 1.0.34
Message-ID:  <202312270627.3BR6RM3C058778@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a4153d0df4dc79328b5a52d271ec9c8e18ab866e

commit a4153d0df4dc79328b5a52d271ec9c8e18ab866e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-27 01:36:07 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-27 06:27:16 +0000

    www/wabt: update 1.0.33 → 1.0.34
    
    Reported by:    portscout
---
 www/wabt/Makefile                   |  5 ++---
 www/wabt/distinfo                   | 12 +++++-------
 www/wabt/files/patch-CMakeLists.txt | 22 +++++++++++-----------
 www/wabt/pkg-plist                  |  7 +++----
 4 files changed, 21 insertions(+), 25 deletions(-)

diff --git a/www/wabt/Makefile b/www/wabt/Makefile
index 3f55c646ae75..b265829ddb2a 100644
--- a/www/wabt/Makefile
+++ b/www/wabt/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	wabt
-DISTVERSION=	1.0.33
-PORTREVISION=	1
+DISTVERSION=	1.0.34
 CATEGORIES=	www
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -20,7 +19,7 @@ GH_TUPLE=	dabeaz:ply:d776a2e:dabeaz_ply/third_party/ply \
 		nodejs:uvwasi:55eff19:nodejs_uvwasi/third_party/uvwasi \
 		okdshin:PicoSHA2:27fcf69:picosha/third_party/picosha2 \
 		simd-everywhere:simde:54b8c8f:simde/third_party/simde \
-		WebAssembly:testsuite:7ef86dd:WebAssembly_testsuite/third_party/testsuite \
+		WebAssembly:testsuite:c2a67a5:WebAssembly_testsuite/third_party/testsuite \
 		WebAssembly:wasm-c-api:b6dd1fb:WebAssembly_wasm_c_api/third_party/wasm-c-api
 
 CMAKE_ON=	BUILD_SHARED_LIBS USE_SYSTEM_GTEST
diff --git a/www/wabt/distinfo b/www/wabt/distinfo
index 84e313f897c8..235469c8c1c8 100644
--- a/www/wabt/distinfo
+++ b/www/wabt/distinfo
@@ -1,17 +1,15 @@
-TIMESTAMP = 1685071440
-SHA256 (WebAssembly-wabt-1.0.33_GH0.tar.gz) = 0c9616a90943c1bcd728f2ac84e2613a7cfdced21411fedb15300eb382bb665d
-SIZE (WebAssembly-wabt-1.0.33_GH0.tar.gz) = 1204437
+TIMESTAMP = 1703640020
+SHA256 (WebAssembly-wabt-1.0.34_GH0.tar.gz) = 0d7da8a066141d4a21102c42fd6b059bfee7c03220c3efa9001bd781bf1f4330
+SIZE (WebAssembly-wabt-1.0.34_GH0.tar.gz) = 1226317
 SHA256 (dabeaz-ply-d776a2e_GH0.tar.gz) = 36520ea1c1ead2139282096f6727fe0baf62a67950374f64ea4623955c45daac
 SIZE (dabeaz-ply-d776a2e_GH0.tar.gz) = 149787
-SHA256 (google-googletest-703bd9c_GH0.tar.gz) = 54bef85b53a02b21ed1e784848ea05cbfd78134f8976a7831a956cfebcef7204
-SIZE (google-googletest-703bd9c_GH0.tar.gz) = 904257
 SHA256 (nodejs-uvwasi-55eff19_GH0.tar.gz) = 4c1d796dde734cd596f571a8d193f60d164a79ec474ae933eac738b818c2b0c0
 SIZE (nodejs-uvwasi-55eff19_GH0.tar.gz) = 56399
 SHA256 (okdshin-PicoSHA2-27fcf69_GH0.tar.gz) = 9d4ed9a2c67c86d67c4f2c8cfde7f77120fb3e789194d53113d2f1d42b094717
 SIZE (okdshin-PicoSHA2-27fcf69_GH0.tar.gz) = 7620
 SHA256 (simd-everywhere-simde-54b8c8f_GH0.tar.gz) = 58a8bef5fae26922b245830ff85bac0627fe115c99c041436a53f6a20bdc662f
 SIZE (simd-everywhere-simde-54b8c8f_GH0.tar.gz) = 6138190
-SHA256 (WebAssembly-testsuite-7ef86dd_GH0.tar.gz) = cd16623d333bb136353facd7c8bd316258369468a52eb6ea1a2fc89b576fd8e7
-SIZE (WebAssembly-testsuite-7ef86dd_GH0.tar.gz) = 619412
+SHA256 (WebAssembly-testsuite-c2a67a5_GH0.tar.gz) = 58b3904efeea597f9b7ea8475142fecf1a00127d9e22e5f0f86bb6f4ebe1f10b
+SIZE (WebAssembly-testsuite-c2a67a5_GH0.tar.gz) = 624991
 SHA256 (WebAssembly-wasm-c-api-b6dd1fb_GH0.tar.gz) = 19e41111cb2cb83bfa06ded6b1a16c81475248e0b293a98dd2c50e82d48d680c
 SIZE (WebAssembly-wasm-c-api-b6dd1fb_GH0.tar.gz) = 57094
diff --git a/www/wabt/files/patch-CMakeLists.txt b/www/wabt/files/patch-CMakeLists.txt
index a01979dfb0ac..9bc598736a93 100644
--- a/www/wabt/files/patch-CMakeLists.txt
+++ b/www/wabt/files/patch-CMakeLists.txt
@@ -1,6 +1,6 @@
---- CMakeLists.txt.orig	2023-05-12 21:56:46 UTC
+--- CMakeLists.txt.orig	2023-10-25 02:14:59 UTC
 +++ CMakeLists.txt
-@@ -387,7 +387,7 @@ set(WABT_LIBRARY_H
+@@ -391,7 +391,7 @@ set(WABT_LIBRARY_SRC ${WABT_LIBRARY_CC} ${WABT_LIBRARY
  
  set(WABT_LIBRARY_SRC ${WABT_LIBRARY_CC} ${WABT_LIBRARY_H})
  
@@ -9,16 +9,16 @@
  add_dependencies(wabt gen-wasm2c-prebuilt-target)
  add_library(wabt::wabt ALIAS wabt)
  
-@@ -420,7 +420,7 @@ endif ()
+@@ -425,7 +425,7 @@ if (HAVE_SETJMP_H)
+ if (HAVE_SETJMP_H)
+   set(WASM_RT_FILES "wasm2c/wasm-rt-impl.h" "wasm2c/wasm-rt-impl.c" "wasm2c/wasm-rt-exceptions-impl.c")
  
- set(WASM_RT_FILES "wasm2c/wasm-rt-impl.h" "wasm2c/wasm-rt-impl.c" "wasm2c/wasm-rt-exceptions-impl.c")
- 
--add_library(wasm-rt-impl STATIC ${WASM_RT_FILES})
-+add_library(wasm-rt-impl ${WASM_RT_FILES})
- add_library(wabt::wasm-rt-impl ALIAS wasm-rt-impl)
- if (WABT_BIG_ENDIAN)
-   target_compile_definitions(wasm-rt-impl PUBLIC WABT_BIG_ENDIAN=1)
-@@ -447,7 +447,7 @@ endif ()
+-  add_library(wasm-rt-impl STATIC ${WASM_RT_FILES})
++  add_library(wasm-rt-impl ${WASM_RT_FILES})
+   add_library(wabt::wasm-rt-impl ALIAS wasm-rt-impl)
+   if (WABT_BIG_ENDIAN)
+     target_compile_definitions(wasm-rt-impl PUBLIC WABT_BIG_ENDIAN=1)
+@@ -453,7 +453,7 @@ if (BUILD_FUZZ_TOOLS)
  
  if (BUILD_FUZZ_TOOLS)
    set(FUZZ_FLAGS "-fsanitize=fuzzer,address")
diff --git a/www/wabt/pkg-plist b/www/wabt/pkg-plist
index f10ab8d59af6..3c5129457d8e 100644
--- a/www/wabt/pkg-plist
+++ b/www/wabt/pkg-plist
@@ -2,7 +2,7 @@ bin/spectest-interp
 bin/wasm-decompile
 bin/wasm-interp
 bin/wasm-objdump
-bin/wasm-opcodecnt
+bin/wasm-stats
 bin/wasm-strip
 bin/wasm-validate
 bin/wasm2c
@@ -17,7 +17,7 @@ include/wabt/binary-reader-ir.h
 include/wabt/binary-reader-logging.h
 include/wabt/binary-reader-nop.h
 include/wabt/binary-reader-objdump.h
-include/wabt/binary-reader-opcnt.h
+include/wabt/binary-reader-stats.h
 include/wabt/binary-reader.h
 include/wabt/binary-writer-spec.h
 include/wabt/binary-writer.h
@@ -25,7 +25,6 @@ include/wabt/binary.h
 include/wabt/binding-hash.h
 include/wabt/c-writer.h
 include/wabt/cast.h
-include/wabt/circular-array.h
 include/wabt/color.h
 include/wabt/common.h
 include/wabt/config.h
@@ -88,7 +87,7 @@ share/man/man1/spectest-interp.1.gz
 share/man/man1/wasm-decompile.1.gz
 share/man/man1/wasm-interp.1.gz
 share/man/man1/wasm-objdump.1.gz
-share/man/man1/wasm-opcodecnt.1.gz
+share/man/man1/wasm-stats.1.gz
 share/man/man1/wasm-strip.1.gz
 share/man/man1/wasm-validate.1.gz
 share/man/man1/wasm2c.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312270627.3BR6RM3C058778>