svn commit: r516135 - head/devel/emscripten
Yuri Victorovich
yuri at FreeBSD.org
Thu Oct 31 07:18:31 UTC 2019
Author: yuri
Date: Thu Oct 31 07:18:29 2019
New Revision: 516135
URL: https://svnweb.freebsd.org/changeset/ports/516135
Log:
devel/emscripten: Update 1.39.0 -> 1.39.1
Reported by: portscout
Modified:
head/devel/emscripten/Makefile
head/devel/emscripten/distinfo
head/devel/emscripten/pkg-plist
Modified: head/devel/emscripten/Makefile
==============================================================================
--- head/devel/emscripten/Makefile Thu Oct 31 06:41:13 2019 (r516134)
+++ head/devel/emscripten/Makefile Thu Oct 31 07:18:29 2019 (r516135)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= emscripten
-DISTVERSION= 1.39.0
+DISTVERSION= 1.39.1
CATEGORIES= devel www
MAINTAINER= yuri at FreeBSD.org
@@ -11,9 +11,8 @@ LICENSE= MIT NCSA
LICENSE_COMB= dual
RUN_DEPENDS= llvm-devel>0:devel/llvm-devel \
- node:www/node \
- ${LOCALBASE}/include/unwind.h:devel/libunwind
- # the upstream requires to use either the latest llvm version, or their own llvm fork called emscripten-fastcomp \
+ node:www/node
+ # the upstream requires to use either the latest llvm version, or their own llvm fork called emscripten-fastcomp
USES= python shebangfix
USE_GITHUB= yes
@@ -36,8 +35,7 @@ post-patch:
s|LLVM_ADD_VERSION = None|LLVM_ADD_VERSION = 'devel'| ; \
s|CLANG_ADD_VERSION = None|CLANG_ADD_VERSION = 'devel'| ; \
s|^__rootpath__ = .*|__rootpath__ = '${PREFIX}/lib/${PORTNAME}'| ; \
- s|find_executable\('llvm-dis'\) or '/usr/bin/llvm-dis'|'${LOCALBASE}/bin/llvm-dis'| ; \
- s|'-target', get_llvm_target\(\),|& '-I${LOCALBASE}/include',|" \
+ s|find_executable\('llvm-dis'\) or '/usr/bin/llvm-dis'|'${LOCALBASE}/bin/llvm-dis'|" \
${WRKSRC}/tools/shared.py
@${REINPLACE_CMD} -i '' -E " \
s|os.getenv\('BINARYEN', ''\)|os.getenv('BINARYEN', '${LOCALBASE}')|" \
Modified: head/devel/emscripten/distinfo
==============================================================================
--- head/devel/emscripten/distinfo Thu Oct 31 06:41:13 2019 (r516134)
+++ head/devel/emscripten/distinfo Thu Oct 31 07:18:29 2019 (r516135)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571520218
-SHA256 (emscripten-core-emscripten-1.39.0_GH0.tar.gz) = 67e69abcee04f273660023f953fdfc56fefebdd70ebf148ea7d5635c42212d50
-SIZE (emscripten-core-emscripten-1.39.0_GH0.tar.gz) = 42824699
+TIMESTAMP = 1572506156
+SHA256 (emscripten-core-emscripten-1.39.1_GH0.tar.gz) = 4a55fc3e2b45d2b832b3b96de90c0eb354afff9402220255f3f229e153d672f4
+SIZE (emscripten-core-emscripten-1.39.1_GH0.tar.gz) = 42841754
Modified: head/devel/emscripten/pkg-plist
==============================================================================
--- head/devel/emscripten/pkg-plist Thu Oct 31 06:41:13 2019 (r516134)
+++ head/devel/emscripten/pkg-plist Thu Oct 31 07:18:29 2019 (r516135)
@@ -36,6 +36,7 @@ lib/emscripten/emscons
lib/emscripten/emscons.py
lib/emscripten/emscripten-version.txt
lib/emscripten/emscripten.py
+lib/emscripten/emsize.py
lib/emscripten/site/.gitignore
lib/emscripten/site/Makefile
lib/emscripten/site/build/text/docs/tools_reference/emcc.txt
More information about the svn-ports-all
mailing list