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:   mef
Date:           Sat Nov 23 07:08:29 UTC 2019

Modified Files:
        pkgsrc/devel/check: Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/check/Makefile
cvs rdiff -u -r1.18 -r1.19 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.23 pkgsrc/devel/check/Makefile:1.24
--- pkgsrc/devel/check/Makefile:1.23    Wed Apr  4 11:46:25 2018
+++ pkgsrc/devel/check/Makefile Sat Nov 23 07:08:29 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2018/04/04 11:46:25 jperkin Exp $
+# $NetBSD: Makefile,v 1.24 2019/11/23 07:08:29 mef Exp $
 #
 
-DISTNAME=      check-0.12.0
+DISTNAME=      check-0.13.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libcheck/}
 

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



Home | Main Index | Thread Index | Old Index