View | Details | Raw Unified | Return to bug 246907 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	cpputest
3
PORTNAME=	cpputest
4
PORTVERSION=	3.8
4
PORTVERSION=	4.0
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
7
Lines 10-18 Link Here
10
10
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
12
13
USE_GITHUB=	yes
14
15
USES=		autoreconf libtool pathfix
13
USES=		autoreconf libtool pathfix
16
GNU_CONFIGURE=	yes
14
GNU_CONFIGURE=	yes
17
15
16
USE_GITHUB=	yes
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480321953
1
TIMESTAMP = 1480321953
2
SHA256 (cpputest-cpputest-v3.8_GH0.tar.gz) = 2b95bb4a568f680cdcca678345a2c41c028275471c2ed7bf0b6f6f1f689c3b76
2
SHA256 (cpputest-cpputest-v4.0_GH0.tar.gz) = 0b66d20661f232d2a6af124c4455c8ccc9a4ce72d29f6ad4877eb385faaf5108
3
SIZE (cpputest-cpputest-v3.8_GH0.tar.gz) = 2333302
3
SIZE (cpputest-cpputest-v4.0_GH0.tar.gz) = 762773
(-)pkg-plist (+9 lines)
Lines 11-16 Link Here
11
include/CppUTest/PlatformSpecificFunctions_c.h
11
include/CppUTest/PlatformSpecificFunctions_c.h
12
include/CppUTest/SimpleMutex.h
12
include/CppUTest/SimpleMutex.h
13
include/CppUTest/SimpleString.h
13
include/CppUTest/SimpleString.h
14
include/CppUTest/SimpleStringInternalCache.h
14
include/CppUTest/StandardCLibrary.h
15
include/CppUTest/StandardCLibrary.h
15
include/CppUTest/TeamCityTestOutput.h
16
include/CppUTest/TeamCityTestOutput.h
16
include/CppUTest/TestFailure.h
17
include/CppUTest/TestFailure.h
Lines 25-33 Link Here
25
include/CppUTest/TestTestingFixture.h
26
include/CppUTest/TestTestingFixture.h
26
include/CppUTest/Utest.h
27
include/CppUTest/Utest.h
27
include/CppUTest/UtestMacros.h
28
include/CppUTest/UtestMacros.h
29
include/CppUTestExt/CodeMemoryReportFormatter.h
28
include/CppUTestExt/GMock.h
30
include/CppUTestExt/GMock.h
29
include/CppUTestExt/GTest.h
31
include/CppUTestExt/GTest.h
30
include/CppUTestExt/GTestConvertor.h
32
include/CppUTestExt/GTestConvertor.h
33
include/CppUTestExt/GTestSupport.h
31
include/CppUTestExt/IEEE754ExceptionsPlugin.h
34
include/CppUTestExt/IEEE754ExceptionsPlugin.h
32
include/CppUTestExt/MemoryReportAllocator.h
35
include/CppUTestExt/MemoryReportAllocator.h
33
include/CppUTestExt/MemoryReportFormatter.h
36
include/CppUTestExt/MemoryReportFormatter.h
Lines 43-48 Link Here
43
include/CppUTestExt/MockSupportPlugin.h
46
include/CppUTestExt/MockSupportPlugin.h
44
include/CppUTestExt/MockSupport_c.h
47
include/CppUTestExt/MockSupport_c.h
45
include/CppUTestExt/OrderedTest.h
48
include/CppUTestExt/OrderedTest.h
49
lib/CppUTest/cmake/CppUTestConfig.cmake
50
lib/CppUTest/cmake/CppUTestConfigVersion.cmake
51
lib/CppUTest/cmake/CppUTestTargets-relwithdebinfo.cmake
52
lib/CppUTest/cmake/CppUTestTargets.cmake
53
lib/CppUTest/cmake/Modules/CppUTestBuildTimeDiscoverTests.cmake
54
lib/CppUTest/cmake/Scripts/CppUTestBuildTimeDiscoverTests.cmake
46
lib/libCppUTest.a
55
lib/libCppUTest.a
47
lib/libCppUTestExt.a
56
lib/libCppUTestExt.a
48
libdata/pkgconfig/cpputest.pc
57
libdata/pkgconfig/cpputest.pc

Return to bug 246907