Index: head/devel/xtl-quant-stack/Makefile =================================================================== --- head/devel/xtl-quant-stack/Makefile (revision 519183) +++ head/devel/xtl-quant-stack/Makefile (revision 519184) @@ -1,32 +1,32 @@ # $FreeBSD$ PORTNAME= xtl -DISTVERSION= 0.6.3 +DISTVERSION= 0.6.9 CATEGORIES= devel PKGNAMESUFFIX= -quant-stack MAINTAINER= yuri@FreeBSD.org COMMENT= Template library that supports other quantstack projects LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json RUN_DEPENDS= nlohmann-json>0:devel/nlohmann-json TEST_DEPENDS= nlohmann-json>0:devel/nlohmann-json \ googletest>0:devel/googletest USES= cmake USE_GITHUB= yes -GH_ACCOUNT= QuantStack +GH_ACCOUNT= xtensor-stack NO_BUILD= yes NO_ARCH= yes do-test: @cd ${WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -Dxtl_DIR:STRING=${STAGEDIR}${PREFIX}/lib/cmake/xtl -DBUILD_TESTS=ON -DDOWNLOAD_GTEST=OFF && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} xtest .include Index: head/devel/xtl-quant-stack/distinfo =================================================================== --- head/devel/xtl-quant-stack/distinfo (revision 519183) +++ head/devel/xtl-quant-stack/distinfo (revision 519184) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556171941 -SHA256 (QuantStack-xtl-0.6.3_GH0.tar.gz) = 9f55012a6848e6a145550535b2f27f0f2a10e42ec4325ff090bfa1f66a85797e -SIZE (QuantStack-xtl-0.6.3_GH0.tar.gz) = 109217 +TIMESTAMP = 1575699576 +SHA256 (xtensor-stack-xtl-0.6.9_GH0.tar.gz) = c348fcf53dd2b355d143ad28e77f1ede7e1d5e6a196d2d5b9c478b1c005dedd0 +SIZE (xtensor-stack-xtl-0.6.9_GH0.tar.gz) = 112087 Index: head/devel/xtl-quant-stack/pkg-descr =================================================================== --- head/devel/xtl-quant-stack/pkg-descr (revision 519183) +++ head/devel/xtl-quant-stack/pkg-descr (revision 519184) @@ -1,5 +1,5 @@ Basic tools (containers, algorithms) used by other quantstack packages. xtl is a header-only library. -WWW: https://github.com/QuantStack/xtl +WWW: https://github.com/xtensor-stack/xtl