pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/check



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Jun 17 02:25:47 UTC 2016

Modified Files:
        pkgsrc/devel/check: Makefile distinfo

Log Message:
Update to 0.10.0. From the changelog:

* CMake on MinGW and MSVC was unable to find time related types because
  time.h was not included. This header is now included for the checks.
  Patch #53.

* If the test runner process catches a SIGTERM or SIGINT signal the running
  tests are now also killed.
  Patch #52.

* If Check is compiled without support for fork(), the behavior of
  functions which require fork() to be useful have been changed.
  Functions that attempt to set CK_FORK mode are no-ops,
  check_fork() returns in failure, and check_waitpid_and_exit()
  exits in failure.

* Add space around operators in assert messages for readability.
  Bug #102.

* Use mkstemp() if available instead of tmpfile() or tempnam().
  Patch #51.

* Fix issue with string formatting in ck_assert(), where using
  the % operator would be interpreted as a string formatter. Bug #96.

* In nofork mode, the location of a failed assertion within a test
  case was lost if that test case has a checked teardown fixture
  (even if that fixture function is empty). This is now fixed.
  Bug #99


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/check/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/check/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/check/Makefile
diff -u pkgsrc/devel/check/Makefile:1.20 pkgsrc/devel/check/Makefile:1.21
--- pkgsrc/devel/check/Makefile:1.20    Fri Dec 12 07:38:43 2014
+++ pkgsrc/devel/check/Makefile Fri Jun 17 02:25:47 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2014/12/12 07:38:43 mef Exp $
+# $NetBSD: Makefile,v 1.21 2016/06/17 02:25:47 schmonz Exp $
 #
 
-DISTNAME=      check-0.9.14
+DISTNAME=      check-0.10.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=check/}
 
@@ -16,5 +16,7 @@ INFO_FILES=   yes
 
 PKGCONFIG_OVERRIDE=    check.pc.in
 
+TEST_TARGET=   check
+
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/check/distinfo
diff -u pkgsrc/devel/check/distinfo:1.16 pkgsrc/devel/check/distinfo:1.17
--- pkgsrc/devel/check/distinfo:1.16    Tue Nov  3 03:27:18 2015
+++ pkgsrc/devel/check/distinfo Fri Jun 17 02:25:47 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2015/11/03 03:27:18 agc Exp $
+$NetBSD: distinfo,v 1.17 2016/06/17 02:25:47 schmonz Exp $
 
-SHA1 (check-0.9.14.tar.gz) = 4b79e2d485d014ddb438e322b64235347d57b0ff
-RMD160 (check-0.9.14.tar.gz) = f2de6099d213e7dd9cd73ed42ad0a8dddc5881a7
-SHA512 (check-0.9.14.tar.gz) = fba3e54e36c2fdff465eadaa96e7a5bbafd5d7de7594dfe90e71c3a0bf7fb0f5e6d1b242ade55e49ef83c4a97fcf607dc53c7d04de9b4d764ea795a46e7c7be0
-Size (check-0.9.14.tar.gz) = 758197 bytes
+SHA1 (check-0.10.0.tar.gz) = 35d3a53446aea7b21a770faedb358d0fc7cba76d
+RMD160 (check-0.10.0.tar.gz) = fbd36eff66e010cbea3d2c0c503e4b4d4a91e730
+SHA512 (check-0.10.0.tar.gz) = 82103a98382c41cf16f172ded66c0399d3da6eceb6728aab11120c028e8796f6d545a98dc4aa5f76ee68c0bfd1f842a4dd371f5d670c8ba84ce4209812bf1ac5
+Size (check-0.10.0.tar.gz) = 769119 bytes



Home | Main Index | Thread Index | Old Index