View | Details | Raw Unified | Return to bug 270694
Collapse All | Expand All

(-)b/devel/doctest/Makefile (-2 / +7 lines)
Lines 1-6 Link Here
1
PORTNAME=	doctest
1
PORTNAME=	doctest
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	2.4.8
3
DISTVERSION=	2.4.11
4
CATEGORIES=	devel
4
CATEGORIES=	devel
5
5
6
MAINTAINER=	nickblack@linux.com
6
MAINTAINER=	nickblack@linux.com
Lines 10-25 WWW= https://github.com/onqtam/doctest Link Here
10
LICENSE=	MIT
10
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
11
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
12
12
13
USES=		compiler:c++17-lang cmake
13
USES=		cmake:testing compiler:c++17-lang
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	doctest
15
GH_ACCOUNT=	doctest
16
16
17
CMAKE_OFF=	DOCTEST_WITH_TESTS DOCTEST_WITH_MAIN_IN_STATIC_LIB
17
CMAKE_OFF=	DOCTEST_WITH_TESTS DOCTEST_WITH_MAIN_IN_STATIC_LIB
18
CMAKE_TESTING_ON=	DOCTEST_WITH_TESTS # tests fail to compile, see https://github.com/doctest/doctest/issues/765
18
19
19
NO_ARCH=	yes
20
NO_ARCH=	yes
20
NO_BUILD=	yes
21
NO_BUILD=	yes
21
22
22
PLIST_FILES=	include/doctest/doctest.h \
23
PLIST_FILES=	include/doctest/doctest.h \
24
		include/doctest/extensions/doctest_mpi.h \
25
		include/doctest/extensions/doctest_util.h \
26
		include/doctest/extensions/mpi_reporter.h \
27
		include/doctest/extensions/mpi_sub_comm.h \
23
		lib/cmake/doctest/doctest.cmake \
28
		lib/cmake/doctest/doctest.cmake \
24
		lib/cmake/doctest/doctestAddTests.cmake \
29
		lib/cmake/doctest/doctestAddTests.cmake \
25
		lib/cmake/doctest/doctestConfig.cmake \
30
		lib/cmake/doctest/doctestConfig.cmake \
(-)b/devel/doctest/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1642587207
1
TIMESTAMP = 1680910110
2
SHA256 (doctest-doctest-v2.4.8_GH0.tar.gz) = f52763630aa17bd9772b54e14b6cdd632c87adf0169455a86a49bd94abf2cd83
2
SHA256 (doctest-doctest-v2.4.11_GH0.tar.gz) = 632ed2c05a7f53fa961381497bf8069093f0d6628c5f26286161fbd32a560186
3
SIZE (doctest-doctest-v2.4.8_GH0.tar.gz) = 2275833
3
SIZE (doctest-doctest-v2.4.11_GH0.tar.gz) = 2183312

Return to bug 270694