Received: by mail.netbsd.org (Postfix, from userid 605) id 8F6FE84D37; Sat, 23 Nov 2019 07:08:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1483484D27 for ; Sat, 23 Nov 2019 07:08:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id FZoirVWZ2uYX for ; Sat, 23 Nov 2019 07:08:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8011084C2B for ; Sat, 23 Nov 2019 07:08:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7325BFA97; Sat, 23 Nov 2019 07:08:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1574492909195730" MIME-Version: 1.0 Date: Sat, 23 Nov 2019 07:08:29 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/check To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20191123070829.7325BFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1574492909195730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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 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. --_----------=_1574492909195730 Content-Disposition: inline Content-Length: 1563 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1574492909195730--