Index: head/devel/kyua-testers/Makefile =================================================================== --- head/devel/kyua-testers/Makefile (revision 364846) +++ head/devel/kyua-testers/Makefile (revision 364847) @@ -1,37 +1,36 @@ # Created by: Alan Somers # $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 LICENSE= BSD3CLAUSE GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS TEST OPTIONS_DEFAULT=TEST OPTIONS_SUB= yes TEST_CONFIGURE_WITH= atf TEST_BUILD_DEPENDS= atf>=0.20:${PORTSDIR}/devel/atf TEST_RUN_DEPENDS= atf>=0.20:${PORTSDIR}/devel/atf TEST_USES= pkgconfig .include CONFIGURE_ARGS+= --docdir=${DOCSDIR} MAKE_FLAGS+= pkgconfigdir=${PREFIX}/libdata/pkgconfig .if ! ${PORT_OPTIONS:MDOCS} MAKE_FLAGS+= doc_DATA= .endif .include Index: head/devel/kyua-testers/distinfo =================================================================== --- head/devel/kyua-testers/distinfo (revision 364846) +++ head/devel/kyua-testers/distinfo (revision 364847) @@ -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 Index: head/devel/kyua-testers/pkg-descr =================================================================== --- head/devel/kyua-testers/pkg-descr (revision 364846) +++ head/devel/kyua-testers/pkg-descr (revision 364847) @@ -1,12 +1,12 @@ Kyua (pronounced Q.A.) is a testing framework for both developers and users. Kyua is different from most other testing frameworks in that it puts the end user experience before anything else. There are multiple reasons for users to run the tests themselves, and Kyua ensures that they can do so in the most convenient way. This module, kyua-testers, provides scriptable interfaces to interact with test programs of various kinds. The interface of such testers 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/