git: 88a9c7697be5 - main - devel/asmjit: Update g20200101 -> g20221210; Add tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Dec 2022 06:13:18 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=88a9c7697be5d89bddc874e7304451a9524abed5 commit 88a9c7697be5d89bddc874e7304451a9524abed5 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-26 02:47:58 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-26 06:13:13 +0000 devel/asmjit: Update g20200101 -> g20221210; Add tests --- devel/asmjit/Makefile | 11 +++++++---- devel/asmjit/distinfo | 6 +++--- devel/asmjit/pkg-plist | 31 ++++++++++++++++++++++++------- 3 files changed, 34 insertions(+), 14 deletions(-) diff --git a/devel/asmjit/Makefile b/devel/asmjit/Makefile index e0945b9f4ed4..2df7c99d178d 100644 --- a/devel/asmjit/Makefile +++ b/devel/asmjit/Makefile @@ -1,5 +1,5 @@ PORTNAME= asmjit -DISTVERSION= g20200101 +DISTVERSION= g20221210 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -12,9 +12,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= only implements x86 and x64 assembly -USES= cmake -USE_GITHUB= yes -GH_TAGNAME= 911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3 +USES= cmake:testing USE_LDCONFIG= yes +USE_GITHUB= yes +GH_TAGNAME= 5b5b0b3 + +CMAKE_TESTING_ON= ASMJIT_TEST + .include <bsd.port.mk> diff --git a/devel/asmjit/distinfo b/devel/asmjit/distinfo index b57f6f1164d2..7bc7f3b1b217 100644 --- a/devel/asmjit/distinfo +++ b/devel/asmjit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1578633037 -SHA256 (asmjit-asmjit-g20200101-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3_GH0.tar.gz) = e7bcb14c40286954d62036a9e1ebff0cbd7da242ca7cfb3d24ce0b8f503bfae3 -SIZE (asmjit-asmjit-g20200101-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3_GH0.tar.gz) = 532334 +TIMESTAMP = 1672022552 +SHA256 (asmjit-asmjit-g20221210-5b5b0b3_GH0.tar.gz) = d706aceed0344d6ce08730351d75f47286484910e2c1ab9eec68fa9a6087f9b6 +SIZE (asmjit-asmjit-g20221210-5b5b0b3_GH0.tar.gz) = 973684 diff --git a/devel/asmjit/pkg-plist b/devel/asmjit/pkg-plist index 56c5feefc423..682e7534d973 100644 --- a/devel/asmjit/pkg-plist +++ b/devel/asmjit/pkg-plist @@ -1,23 +1,39 @@ +include/asmjit/arm.h +include/asmjit/arm/a64assembler.h +include/asmjit/arm/a64builder.h +include/asmjit/arm/a64compiler.h +include/asmjit/arm/a64emitter.h +include/asmjit/arm/a64globals.h +include/asmjit/arm/a64instdb.h +include/asmjit/arm/a64operand.h +include/asmjit/arm/a64utils.h +include/asmjit/arm/armglobals.h +include/asmjit/arm/armoperand.h +include/asmjit/asmjit-scope-begin.h +include/asmjit/asmjit-scope-end.h include/asmjit/asmjit.h include/asmjit/core.h -include/asmjit/core/arch.h +include/asmjit/core/api-config.h +include/asmjit/core/archcommons.h +include/asmjit/core/archtraits.h include/asmjit/core/assembler.h -include/asmjit/core/build.h include/asmjit/core/builder.h -include/asmjit/core/callconv.h +include/asmjit/core/codebuffer.h include/asmjit/core/codeholder.h include/asmjit/core/compiler.h +include/asmjit/core/compilerdefs.h include/asmjit/core/constpool.h include/asmjit/core/cpuinfo.h -include/asmjit/core/datatypes.h include/asmjit/core/emitter.h -include/asmjit/core/features.h +include/asmjit/core/environment.h +include/asmjit/core/errorhandler.h +include/asmjit/core/formatter.h include/asmjit/core/func.h include/asmjit/core/globals.h include/asmjit/core/inst.h include/asmjit/core/jitallocator.h include/asmjit/core/jitruntime.h -include/asmjit/core/logging.h +include/asmjit/core/logger.h include/asmjit/core/operand.h include/asmjit/core/osutils.h include/asmjit/core/string.h @@ -37,8 +53,9 @@ include/asmjit/x86/x86assembler.h include/asmjit/x86/x86builder.h include/asmjit/x86/x86compiler.h include/asmjit/x86/x86emitter.h -include/asmjit/x86/x86features.h include/asmjit/x86/x86globals.h include/asmjit/x86/x86instdb.h include/asmjit/x86/x86operand.h +lib/cmake/asmjit/asmjit-config-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/asmjit/asmjit-config.cmake lib/libasmjit.so