Index: head/lang/hermes/Makefile =================================================================== --- head/lang/hermes/Makefile (revision 548906) +++ head/lang/hermes/Makefile (revision 548907) @@ -1,39 +1,39 @@ # $FreeBSD$ PORTNAME= hermes DISTVERSIONPREFIX= v -DISTVERSION= 0.5.2-rc1 +DISTVERSION= 0.7.0 CATEGORIES= lang PKGNAMESUFFIX= -javascript-engine MAINTAINER= yuri@FreeBSD.org COMMENT= JavaScript engine LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libicui18n.so:devel/icu TEST_DEPENDS= zip:archivers/zip USES= cmake compiler:c++11-lang python:test USE_GITHUB= yes GH_ACCOUNT= facebook USE_LDCONFIG= yes CMAKE_OFF= HERMES_ENABLE_TEST_SUITE BINARY_ALIAS= python=${PYTHON_CMD} python3=${PYTHON_CMD} .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1201518 BROKEN= needs pthread_getname_np from OSVERSION 1201518 or above .endif do-test: # some tests are known to fail: https://github.com/facebook/hermes/issues/347 @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DHERMES_ENABLE_TEST_SUITE:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check-hermes .include Index: head/lang/hermes/distinfo =================================================================== --- head/lang/hermes/distinfo (revision 548906) +++ head/lang/hermes/distinfo (revision 548907) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599791135 -SHA256 (facebook-hermes-v0.5.2-rc1_GH0.tar.gz) = d384bcac5985f11b92ff03a14b1ea393c5b4f804d0236e7884e408b626495aed -SIZE (facebook-hermes-v0.5.2-rc1_GH0.tar.gz) = 6912229 +TIMESTAMP = 1600459005 +SHA256 (facebook-hermes-v0.7.0_GH0.tar.gz) = 29019d840f44459d34aa4edf87295333fd215222a8d49735aa55cf9b1849926c +SIZE (facebook-hermes-v0.7.0_GH0.tar.gz) = 7068167 Index: head/lang/hermes/pkg-plist =================================================================== --- head/lang/hermes/pkg-plist (revision 548906) +++ head/lang/hermes/pkg-plist (revision 548907) @@ -1,29 +1,28 @@ bin/hbcdump bin/hdb bin/hermes bin/hermesc bin/hvm include/hermes/CompileJS.h include/hermes/DebuggerAPI.h include/hermes/Public/Buffer.h include/hermes/Public/CrashManager.h include/hermes/Public/CtorConfig.h include/hermes/Public/DebuggerTypes.h include/hermes/Public/GCConfig.h include/hermes/Public/GCTripwireContext.h -include/hermes/Public/MemoryEventTracker.h include/hermes/Public/RuntimeConfig.h include/hermes/SynthTrace.h include/hermes/SynthTraceParser.h include/hermes/TraceInterpreter.h include/hermes/TracingRuntime.h include/hermes/hermes.h include/hermes/hermes_tracing.h include/jsi/JSIDynamic.h include/jsi/decorator.h include/jsi/instrumentation.h include/jsi/jsi-inl.h include/jsi/jsi.h include/jsi/jsilib.h include/jsi/threadsafe.h lib/libhermes.so