Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 57133A5678 for ; Sun, 8 Dec 2013 01:21:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C2EBC14A1EB; Sun, 8 Dec 2013 01:21:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 70D9F14A1B9 for ; Sun, 8 Dec 2013 01:21:13 +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 0jLUvBu2bvl4 for ; Sun, 8 Dec 2013 01:21:12 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id E85E014A1B6 for ; Sun, 8 Dec 2013 01:21:12 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E5CAB96; Sun, 8 Dec 2013 01:21:12 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 8 Dec 2013 01:21:12 +0000 From: "Julio Merino" Subject: CVS commit: pkgsrc/devel/kyua-testers To: pkgsrc-changes@NetBSD.org Reply-To: jmmv@netbsd.org X-Mailer: log_accum Message-Id: <20131208012112.E5CAB96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jmmv Date: Sun Dec 8 01:21:12 UTC 2013 Modified Files: pkgsrc/devel/kyua-testers: Makefile PLIST distinfo Log Message: Update to 0.2: Experimental version released on December 7th, 2013. * Issue 74: Added the kyua-tap-tester, a new backend to interact with test programs that comply with the Test Anything Protocol. * Issue 69: Cope with the lack of AM_PROG_AR in configure.ac, which first appeared in Automake 1.11.2. Fixes a problem in Ubuntu 10.04 LTS, which appears stuck in 1.11.1. * Issue 24: Improve test case isolation by confining the tests to their own session instead of just to their own process group. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/kyua-testers/Makefile \ pkgsrc/devel/kyua-testers/PLIST pkgsrc/devel/kyua-testers/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.