Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 Jul 2019 20:46:57
2.0.0_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
06 Mar 2019 18:32:27
2.0.0

|
fernape  |
devel/cpptest: fix build with GCC-based architectures
Request a c++ 11 capable compiler since the port uses c++ 11 features.
PR: 236328
Submitted by: pkubaj@anongoth.pl |
07 Jan 2019 18:57:24
2.0.0

|
fernape  |
devel/cpptest: follow up clean for r489605
Remove unneeded comment from Makefile. |
07 Jan 2019 18:51:22
2.0.0

|
fernape  |
devel/cpptest: update to 2.0.0
* Move to USES_GITHUB
* The port now USES autoreconf
* Reorder some variables
* Bump PORTREVISION for dependent port
From the ChangeLog: https://github.com/cpptest/cpptest/blob/2.0.0/NEWS
- Move to C++11 (GitHub issue #9):
- Replace deprecated auto_ptr by unique_ptr
- Remove deprecated dynamic exception specification (e.g. "throw ()")
- Note: soname bumped to 1:8:0 |
13 Mar 2018 22:24:59
1.1.2

|
fernape  |
Remove Ego-Lines from fernape's ports
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14668 |
12 Mar 2018 19:20:33
1.1.2

|
fernape  |
Update MAINTAINER to new FreeBSD.org account
Update MAINTAINER email address for Fernando Apesteguia
from fernando.apesteguia@gmail.com
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14668 |
19 May 2016 10:21:25
1.1.2

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
31 Jul 2014 18:53:10
1.1.2

|
pi  |
devel/cpptest: really fix Makefile
Submitted by: Max Brazhnikov <makc@freebsd.org> |
31 Jul 2014 18:51:26
1.1.2

|
pi  |
devel/cpptest: fix Makefile, plist
Submitted by: Max Brazhnikov <makc@freebsd.org> |
31 Jul 2014 05:28:36
1.1.2

|
pi  |
New port: devel/cpptest
CppTest is a portable and powerful, yet simple, unit testing framework for
handling automated tests in C++. The focus lies on usability and extendability.
Several output formats, including simple text output, compiler-like output and
HTML, are supported and new ones are easily added.
WWW: http://cpptest.sourceforge.net/
PR: 192279
Submitted by: fernando.apesteguia@gmail.com |