Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 2021 04:54:31 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: dbdf842f577f - main - devel/entt: Update 3.7.1 -> 3.8.0
Message-ID:  <202107230454.16N4sVPL026679@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=dbdf842f577f1d946ad4d4e76565ac1a97841213

commit dbdf842f577f1d946ad4d4e76565ac1a97841213
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-07-23 04:50:29 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-07-23 04:54:19 +0000

    devel/entt: Update 3.7.1 -> 3.8.0
    
    Reported by:    portscout
---
 devel/entt/Makefile  | 4 ++--
 devel/entt/distinfo  | 6 +++---
 devel/entt/pkg-plist | 1 +
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/devel/entt/Makefile b/devel/entt/Makefile
index 10a44d607ac4..5827442c8625 100644
--- a/devel/entt/Makefile
+++ b/devel/entt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	entt
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.7.1
+DISTVERSION=	3.8.0
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -17,7 +17,7 @@ CMAKE_OFF=	BUILD_TESTING
 
 NO_ARCH=	yes
 
-do-test:
+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} && \
diff --git a/devel/entt/distinfo b/devel/entt/distinfo
index 293096c8570f..3ef0c351bd62 100644
--- a/devel/entt/distinfo
+++ b/devel/entt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618505712
-SHA256 (skypjack-entt-v3.7.1_GH0.tar.gz) = fe3ce773c17797c0c57ffa97f73902854fcc8e7afc7e09bea373e0c64fa24a23
-SIZE (skypjack-entt-v3.7.1_GH0.tar.gz) = 496915
+TIMESTAMP = 1627015480
+SHA256 (skypjack-entt-v3.8.0_GH0.tar.gz) = 71c8ff5a604e8e214571a8b2218dfeaf61be59e2fe2ff5b550b4810c37d4da3c
+SIZE (skypjack-entt-v3.8.0_GH0.tar.gz) = 515150
diff --git a/devel/entt/pkg-plist b/devel/entt/pkg-plist
index 0e598d646c22..d195fdb3c4be 100644
--- a/devel/entt/pkg-plist
+++ b/devel/entt/pkg-plist
@@ -11,6 +11,7 @@ include/entt/core/monostate.hpp
 include/entt/core/type_info.hpp
 include/entt/core/type_traits.hpp
 include/entt/core/utility.hpp
+include/entt/entity/component.hpp
 include/entt/entity/entity.hpp
 include/entt/entity/fwd.hpp
 include/entt/entity/group.hpp



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