Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
24 Nov 2020 20:48:38
0.15.2

|
sunpoet  |
Convert REINPLACE_CMD to patch files |
30 Aug 2020 07:13:04
0.15.2

|
sunpoet  |
Use upstream release tarball |
19 Aug 2020 16:18:32
0.15.2

|
sunpoet  |
Update to 0.15.2
Changes: https://github.com/libcheck/check/releases |
30 Jul 2020 09:50:01
0.15.1_1

|
sunpoet  |
Fix build of dependent ports by reverting [1]
- Bump PORTREVISION for package change
PR: 248274 [2], 248291 [3]
Reported by: mandree [2], shrdlu19@gmail.com [3]
Reference: https://github.com/libcheck/check/commit/7ac1fcbcefe8813e2a75388ec61e20a184ddc8c8
[1] |
24 Jul 2020 18:59:03
0.15.1

|
sunpoet  |
Update to 0.15.1
Changes: https://github.com/libcheck/check/releases |
22 Jun 2020 19:34:50
0.15.0

|
sunpoet  |
Update to 0.15.0
Changes: https://github.com/libcheck/check/releases |
27 Jan 2020 20:08:23
0.14.0

|
sunpoet  |
Update to 0.14.0
- Add LICENSE_FILE
Changes: https://github.com/libcheck/check/releases |
22 Oct 2019 23:33:38
0.13.0

|
sunpoet  |
Update to 0.13.0
Changes: https://github.com/libcheck/check/releases |
10 Nov 2018 18:12:58
0.12.0_1

|
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
21 Oct 2017 20:17:13
0.12.0

|
sunpoet  |
Update to 0.12.0
Changes: https://github.com/libcheck/check/releases |
11 Feb 2017 08:37:44
0.11.0

|
sunpoet  |
Update to 0.11.0
- Update MASTER_SITES
- Update WWW
Changes: https://github.com/libcheck/check/releases |
05 Feb 2017 11:14:37
0.10.0

|
sunpoet  |
Move devel/libcheck to devel/check
- Bump PORTREVISION for dependent ports |
08 Apr 2008 17:59:38
0.9.5
|
erwin  |
Also remove files/* after the port was removed.
Pointyhat to: lippe |
07 Apr 2008 16:39:12
0.9.5
|
lippe  |
- Remove duplicated port devel/check in favour of devel/libcheck, we prioritized
the most history CVS.
Suggested by: mikeh, delphij
Approved by: gabor (mentor), Zhixiang JIANG <luckrill@yahoo.com.cn>
(maintainer) |
14 Mar 2008 16:00:08
0.9.5
|
pav  |
- Stop packaging mtree symlinks
PR: ports/121691
Submitted by: Scot Hetzel <swhetzel@gmail.com> |
17 Feb 2007 02:42:40
0.9.5
|
kris  |
Unmark BROKEN after delphij speedily fixed it. |
17 Feb 2007 02:38:58
0.9.5
|
delphij  |
Remove @dirrmtry libdata/pkgconfig, the entry is found in
local mtree. |
17 Feb 2007 02:33:35
0.9.5
|
kris  |
BROKEN: Incorrect pkg-plist |
06 Feb 2007 11:04:30
0.9.5
|
delphij  |
New port: check is a unit testing framework for C. It
features a simple interface for defining unit tests,
putting little in the way of the developer. Tests are
run in a separate address space, so Check can catch both
assertion failures and code errors that cause segmentation
faults or other signals. The output from unit tests can be
used within source code editors and IDEs.
Homepage: http://check.sourceforge.net/
Submitted by: rill <jiangzhixiang embedded iscas ac cn> |