Sun Dec 8 01:21:59 2013 UTC ()
Update to 0.8:

Experimental version released on December 7th, 2013.

* Added support for Lutok 0.4.

* Issue 24: Plug the bootstrap tests back into the test suite.  Fixes
  in kyua-testers-0.2 to isolate test cases into their own sessions
  should allow these to run fine.

* Issue 74: Changed the kyuafile(5) parser to automatically discover
  existing tester interfaces.  The various *_test_program() functions
  will now exist (or not) based on tester availability, which simplifies
  the addition of new testers or the selective installation of them.


(jmmv)
diff -r1.17 -r1.18 pkgsrc/devel/kyua-cli/Makefile
diff -r1.16 -r1.17 pkgsrc/devel/kyua-cli/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/devel/kyua-cli/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/kyua-cli/Attic/Makefile 2013/10/30 06:49:53 1.17
+++ pkgsrc/devel/kyua-cli/Attic/Makefile 2013/12/08 01:21:59 1.18
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.17 2013/10/30 06:49:53 dholland Exp $ 1# $NetBSD: Makefile,v 1.18 2013/12/08 01:21:59 jmmv Exp $
2# 2#
3 3
4DISTNAME= kyua-cli-0.7 4DISTNAME= kyua-cli-0.8
5PKGREVISION= 1 
6CATEGORIES= devel 5CATEGORIES= devel
7MASTER_SITES= http://kyua.googlecode.com/files/ 6MASTER_SITES= http://kyua.googlecode.com/files/
8 7
9MAINTAINER= jmmv@NetBSD.org 8MAINTAINER= jmmv@NetBSD.org
10HOMEPAGE= http://code.google.com/p/kyua/ 9HOMEPAGE= http://code.google.com/p/kyua/
11COMMENT= Kyua (automated testing framework) - Command line interface 10COMMENT= Kyua (automated testing framework) - Command line interface
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15MAKE_JOBS_SAFE= yes 14MAKE_JOBS_SAFE= yes
16USE_LANGUAGES= c++ 15USE_LANGUAGES= c++
17USE_TOOLS= pkg-config 16USE_TOOLS= pkg-config
18 17

cvs diff -r1.16 -r1.17 pkgsrc/devel/kyua-cli/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/kyua-cli/Attic/distinfo 2013/10/18 21:02:02 1.16
+++ pkgsrc/devel/kyua-cli/Attic/distinfo 2013/12/08 01:21:59 1.17
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.16 2013/10/18 21:02:02 jmmv Exp $ 1$NetBSD: distinfo,v 1.17 2013/12/08 01:21:59 jmmv Exp $
2 2
3SHA1 (kyua-cli-0.7.tar.gz) = 9dc2ebc2fc160ad6c896736e169f7412c1506f8d 3SHA1 (kyua-cli-0.8.tar.gz) = c78eb50c89efde71641c7756120f29fe95d41940
4RMD160 (kyua-cli-0.7.tar.gz) = 8ce6423a0bdfdce52469a4ed883d776ea9a7cd01 4RMD160 (kyua-cli-0.8.tar.gz) = 9becd925a0733300aa9a650019054e21c4a563bc
5Size (kyua-cli-0.7.tar.gz) = 495506 bytes 5Size (kyua-cli-0.8.tar.gz) = 496577 bytes