Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2021 20:49:14 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: 32e585e272e8 - main - devel/entt: Update 3.8.0 -> 3.8.1
Message-ID:  <202108022049.172KnEde025553@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=32e585e272e8a160bbab3670d58977c068179d1f

commit 32e585e272e8a160bbab3670d58977c068179d1f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-08-02 20:03:43 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-08-02 20:49:00 +0000

    devel/entt: Update 3.8.0 -> 3.8.1
    
    Reported by:    portscout
---
 devel/entt/Makefile | 14 +++++---------
 devel/entt/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/devel/entt/Makefile b/devel/entt/Makefile
index 5827442c8625..6189f7cb4ec5 100644
--- a/devel/entt/Makefile
+++ b/devel/entt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	entt
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.8.0
+DISTVERSION=	3.8.1
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -9,18 +9,14 @@ COMMENT=	Fast and reliable entity-component system (ECS) and much more
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake
+USES=		cmake:testing
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	skypjack
 
-CMAKE_OFF=	BUILD_TESTING
+CMAKE_TESTING_ON=	ENTT_BUILD_TESTING
 
+NO_BUILD=	yes
 NO_ARCH=	yes
 
-do-test: # one testcase fails: https://github.com/skypjack/entt/issues/741
-	@cd ${BUILD_WRKSRC} && \
-		${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DENTT_BUILD_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \
-		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
-		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test
-
 .include <bsd.port.mk>
diff --git a/devel/entt/distinfo b/devel/entt/distinfo
index 3ef0c351bd62..d81b8321c7fd 100644
--- a/devel/entt/distinfo
+++ b/devel/entt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1627015480
-SHA256 (skypjack-entt-v3.8.0_GH0.tar.gz) = 71c8ff5a604e8e214571a8b2218dfeaf61be59e2fe2ff5b550b4810c37d4da3c
-SIZE (skypjack-entt-v3.8.0_GH0.tar.gz) = 515150
+TIMESTAMP = 1627933246
+SHA256 (skypjack-entt-v3.8.1_GH0.tar.gz) = a2b767f06bca67a73a4d71fb9ebb6ed823bb5146faad3c282b9dbbbdae1aa01b
+SIZE (skypjack-entt-v3.8.1_GH0.tar.gz) = 537387



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