Date: Thu, 14 Aug 2014 14:58:52 +0000 (UTC) From: Julio Merino <jmmv@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364847 - head/devel/kyua-testers Message-ID: <201408141458.s7EEwqje036844@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jmmv (src committer) Date: Thu Aug 14 14:58:52 2014 New Revision: 364847 URL: http://svnweb.freebsd.org/changeset/ports/364847 QAT: https://qat.redports.org/buildarchive/r364847/ Log: Update kyua-testers to 0.3: Experimental version released on August 8th, 2014. * Made the testers set a "sanitized" value for the HOME environment variable where, for example, consecutive and trailing slashes have been cleared. Mac OS X has a tendency to append a trailing slash to the value of TMPDIR, which can cause third-party tests to fail if they compare ${HOME} with $(pwd). * Issues 85, 86, 90 and 92: Made the TAP parser more complete: mark test cases reported as TODO or SKIP as passed; handle skip plans; ignore lines that look like "ok" and "not ok" but aren't results; and handle test programs that report a pass but exit with a non-zero code. Reviewed by: bdrewery (D567) Approved by: bdrewery (ports) Modified: head/devel/kyua-testers/Makefile head/devel/kyua-testers/distinfo head/devel/kyua-testers/pkg-descr Modified: head/devel/kyua-testers/Makefile ============================================================================== --- head/devel/kyua-testers/Makefile Thu Aug 14 14:56:13 2014 (r364846) +++ head/devel/kyua-testers/Makefile Thu Aug 14 14:58:52 2014 (r364847) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= kyua-testers -PORTVERSION= 0.2 -PORTREVISION= 3 +PORTVERSION= 0.3 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -PROJECTHOST= kyua +MASTER_SITES= https://github.com/jmmv/kyua/releases/download/${PORTNAME}-${PORTVERSION}/ \ + LOCAL/jmmv MAINTAINER= jmmv@FreeBSD.org COMMENT= Kyua (automated testing framework) - Testers Modified: head/devel/kyua-testers/distinfo ============================================================================== --- head/devel/kyua-testers/distinfo Thu Aug 14 14:56:13 2014 (r364846) +++ head/devel/kyua-testers/distinfo Thu Aug 14 14:58:52 2014 (r364847) @@ -1,2 +1,2 @@ -SHA256 (kyua-testers-0.2.tar.gz) = 8e788d9f6a1b86bcf3b436e870cbc801cf7650fa3f0f82da8b025e36ffe84feb -SIZE (kyua-testers-0.2.tar.gz) = 179731 +SHA256 (kyua-testers-0.3.tar.gz) = b9848d965e09fcbc0b42c3a8fa025611d81c7b238bdb5da20aa760908eebb9db +SIZE (kyua-testers-0.3.tar.gz) = 185769 Modified: head/devel/kyua-testers/pkg-descr ============================================================================== --- head/devel/kyua-testers/pkg-descr Thu Aug 14 14:56:13 2014 (r364846) +++ head/devel/kyua-testers/pkg-descr Thu Aug 14 14:58:52 2014 (r364847) @@ -9,4 +9,4 @@ with test programs of various kinds. Th allows the caller to execute a single test case of a single test program in a controlled and homogeneous manner. -WWW: https://code.google.com/p/kyua/ +WWW: https://github.com/jmmv/kyua/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408141458.s7EEwqje036844>