Sat Nov 23 07:08:29 2019 UTC ()
(devel/check) Updated 0.12.0 to 0.13.0

Sat Oct 20, 2019: Released Check 0.13.0
  based on hash 2b18886a9a9d3bab44917a550d12128ad7e2c197

* configure: optional build documentation
  Issue #206 (GitHub)

* missing <unistd.h> in some files
  Issue #196 and Issue #186 (GitHub)

* Varous documentation improvements

* END_TEST is now optional, as how START_TEST works has been redone
  Issue #158

* Various CMake related changes:
  - Support exporting Check to other projects with CMake 3
    Issue #185
  - Shared library support for Visual Studio
    Issue #220
  - Fix wrong library filename
    Issue #226
  - Add support for CMake package registry
    Issue #227
  - CMake build type can now be debug or release
    Issue #228
  - Add checkmk to CMake build.


(mef)
diff -r1.23 -r1.24 pkgsrc/devel/check/Makefile
diff -r1.18 -r1.19 pkgsrc/devel/check/distinfo

cvs diff -r1.23 -r1.24 pkgsrc/devel/check/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/check/Makefile 2018/04/04 11:46:25 1.23
+++ pkgsrc/devel/check/Makefile 2019/11/23 07:08:29 1.24
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.23 2018/04/04 11:46:25 jperkin Exp $ 1# $NetBSD: Makefile,v 1.24 2019/11/23 07:08:29 mef Exp $
2# 2#
3 3
4DISTNAME= check-0.12.0 4DISTNAME= check-0.13.0
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_GITHUB:=libcheck/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=libcheck/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://check.sourceforge.net/ 9HOMEPAGE= http://check.sourceforge.net/
10COMMENT= Unit test framework for C 10COMMENT= Unit test framework for C
11LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14#CONFIGURE_ENV= ac_cv_path_AWK_PATH=gawk 14#CONFIGURE_ENV= ac_cv_path_AWK_PATH=gawk
15USE_TOOLS= automake autoreconf makeinfo pkg-config # gawk 15USE_TOOLS= automake autoreconf makeinfo pkg-config # gawk
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17INFO_FILES= yes 17INFO_FILES= yes

cvs diff -r1.18 -r1.19 pkgsrc/devel/check/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/check/distinfo 2018/03/30 19:16:55 1.18
+++ pkgsrc/devel/check/distinfo 2019/11/23 07:08:29 1.19
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.18 2018/03/30 19:16:55 schmonz Exp $ 1$NetBSD: distinfo,v 1.19 2019/11/23 07:08:29 mef Exp $
2 2
3SHA1 (check-0.12.0.tar.gz) = 2c10a4c09af75f32d58239097ab249ec60f38e88 3SHA1 (check-0.13.0.tar.gz) = 6c865bbc1330aae9b1c07520a83f2db51a3df3dc
4RMD160 (check-0.12.0.tar.gz) = bc2246f95268ae3dc0b45a9fed6832ab3dce7836 4RMD160 (check-0.13.0.tar.gz) = 478133ab1544cc33abb34ecbf1a3876c86a61830
5SHA512 (check-0.12.0.tar.gz) = f7b6452b69f999a90e86a8582d980c0c1b74ba5629ee34455724463ba62bfe3501ad0415aa771170f5c638a7a253f123bf87cbef25aadc6569a7a3a4d10fce90 5SHA512 (check-0.13.0.tar.gz) = 7943021c5bc3b5ca7bc552f6fe1287e384724d69e5bb128d58256692e810b194e506fc1b65ea4fed27d065e2176e7371483e918beb48125abfe3b6f1ca68eb8f
6Size (check-0.12.0.tar.gz) = 281127 bytes 6Size (check-0.13.0.tar.gz) = 301386 bytes