git: 33c1c28a906e - main - devel/estd: Update 0.4.0 -> 0.6.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 May 2022 04:11:06 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=33c1c28a906e04551531fda5e7777538df88a11a commit 33c1c28a906e04551531fda5e7777538df88a11a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-05-03 04:10:39 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-05-03 04:10:39 +0000 devel/estd: Update 0.4.0 -> 0.6.4 Reported by: portscout --- devel/estd/Makefile | 4 ++-- devel/estd/distinfo | 6 +++--- devel/estd/pkg-plist | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/devel/estd/Makefile b/devel/estd/Makefile index f6969b1c71ce..e6af294b44ca 100644 --- a/devel/estd/Makefile +++ b/devel/estd/Makefile @@ -1,5 +1,5 @@ PORTNAME= estd -DISTVERSION= 0.4.0 +DISTVERSION= 0.6.4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -17,7 +17,7 @@ GH_ACCOUNT= fizyr NO_ARCH= yes -do-test: +do-test: # tests fail to compile: https://github.com/fizyr/estd/issues/12 @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ diff --git a/devel/estd/distinfo b/devel/estd/distinfo index 538a48d0bcc0..7cc3f3adde7e 100644 --- a/devel/estd/distinfo +++ b/devel/estd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1599111895 -SHA256 (fizyr-estd-0.4.0_GH0.tar.gz) = ec90cedbb84344380adbdc98c963e8a857b51e2cc152f9bf3c1658eff2e5a051 -SIZE (fizyr-estd-0.4.0_GH0.tar.gz) = 48259 +TIMESTAMP = 1651545818 +SHA256 (fizyr-estd-0.6.4_GH0.tar.gz) = dc7c3daf6ef9eb0870b6f96a9ea2183e4b04b2dd91da194c3f5c1587f91c439c +SIZE (fizyr-estd-0.6.4_GH0.tar.gz) = 49723 diff --git a/devel/estd/pkg-plist b/devel/estd/pkg-plist index 56d94feb8ce4..ea305883fd9f 100644 --- a/devel/estd/pkg-plist +++ b/devel/estd/pkg-plist @@ -1,5 +1,7 @@ include/estd/any.hpp include/estd/any/any.hpp +include/estd/array.hpp +include/estd/array/initialize.hpp include/estd/convert.hpp include/estd/convert/conversion.hpp include/estd/convert/convert.hpp