mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 3.10.1
PR: ports/98360 Submitted by: miwi Approved by: krion (mentor), maintainer
This commit is contained in:
parent
cf3915e635
commit
e2e87b2854
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165188
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= cxxtest
|
||||
PORTVERSION= 3.9.1
|
||||
PORTVERSION= 3.10.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -17,6 +17,7 @@ COMMENT= Simple and powerful JUnit/CppUnit/xUnit-like framework for C++
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
NO_BUILD= yes
|
||||
USE_PERL5_RUN= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
DOCS= README TODO docs/*.html docs/*.png
|
||||
EXAMPLES= sample/*.cpp sample/*.h sample/*.tpl sample/Construct \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (cxxtest-3.9.1.tar.gz) = e301a46cf06a17ce5a9c285dc45e244d
|
||||
SHA256 (cxxtest-3.9.1.tar.gz) = 98f40f81d39e37139bdf62156e06a035348e69f94ad38ed439ed4038796eeb21
|
||||
SIZE (cxxtest-3.9.1.tar.gz) = 104619
|
||||
MD5 (cxxtest-3.10.1.tar.gz) = ec7d089b6b5d67048e7db84c3231a35c
|
||||
SHA256 (cxxtest-3.10.1.tar.gz) = 3e9db838466157195fed36131b17104ccb18220f33af2f2c2581deafc4edd8ac
|
||||
SIZE (cxxtest-3.10.1.tar.gz) = 114857
|
||||
|
@ -1,27 +1,36 @@
|
||||
bin/cxxtestgen.pl
|
||||
bin/cxxtestgen.py
|
||||
include/cxxtest/Descriptions.cpp
|
||||
include/cxxtest/Descriptions.h
|
||||
include/cxxtest/DummyDescriptions.cpp
|
||||
include/cxxtest/DummyDescriptions.h
|
||||
include/cxxtest/ErrorFormatter.h
|
||||
include/cxxtest/ErrorPrinter.h
|
||||
include/cxxtest/Flags.h
|
||||
include/cxxtest/GlobalFixture.cpp
|
||||
include/cxxtest/GlobalFixture.h
|
||||
include/cxxtest/Gui.h
|
||||
include/cxxtest/LinkedList.cpp
|
||||
include/cxxtest/LinkedList.h
|
||||
include/cxxtest/Mock.h
|
||||
include/cxxtest/ParenPrinter.h
|
||||
include/cxxtest/QtGui.h
|
||||
include/cxxtest/RealDescriptions.cpp
|
||||
include/cxxtest/RealDescriptions.h
|
||||
include/cxxtest/Root.cpp
|
||||
include/cxxtest/SelfTest.h
|
||||
include/cxxtest/StdString.h
|
||||
include/cxxtest/StdHeaders.h
|
||||
include/cxxtest/StdValueTraits.h
|
||||
include/cxxtest/StdioFilePrinter.h
|
||||
include/cxxtest/StdioPrinter.h
|
||||
include/cxxtest/TeeListener.h
|
||||
include/cxxtest/TestListener.h
|
||||
include/cxxtest/TestRunner.h
|
||||
include/cxxtest/TestSuite.cpp
|
||||
include/cxxtest/TestSuite.h
|
||||
include/cxxtest/TestTracker.cpp
|
||||
include/cxxtest/TestTracker.h
|
||||
include/cxxtest/ValueTraits.cpp
|
||||
include/cxxtest/ValueTraits.h
|
||||
include/cxxtest/Win32Gui.h
|
||||
include/cxxtest/X11Gui.h
|
||||
@ -34,14 +43,13 @@ include/cxxtest/YesNoRunner.h
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qt2.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/win32.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/x11.png
|
||||
%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%
|
||||
%%EXAMPLESDIR%%/Construct
|
||||
%%EXAMPLESDIR%%/CreatedTest.h
|
||||
%%EXAMPLESDIR%%/DeltaTest.h
|
||||
%%EXAMPLESDIR%%/EnumTraits.h
|
||||
%%EXAMPLESDIR%%/ExceptionTest.h
|
||||
%%EXAMPLESDIR%%/FixtureTest.h
|
||||
%%EXAMPLESDIR%%/GreenYellowRed.h
|
||||
%%EXAMPLESDIR%%/GuiWait.h
|
||||
%%EXAMPLESDIR%%/Makefile.unix
|
||||
%%EXAMPLESDIR%%/MessageTest.h
|
||||
%%EXAMPLESDIR%%/SimpleTest.h
|
||||
@ -50,5 +58,6 @@ include/cxxtest/YesNoRunner.h
|
||||
%%EXAMPLESDIR%%/file_printer.tpl
|
||||
%%EXAMPLESDIR%%/only.tpl
|
||||
%%EXAMPLESDIR%%/yes_no_runner.cpp
|
||||
@dirrm include/cxxtest
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm include/cxxtest
|
||||
|
Loading…
Reference in New Issue
Block a user