Date: Wed, 7 Oct 2015 09:50:19 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398755 - head/devel/catch Message-ID: <201510070950.t979oJ1p064572@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Wed Oct 7 09:50:19 2015 New Revision: 398755 URL: https://svnweb.freebsd.org/changeset/ports/398755 Log: devel/catch - use DISTVERSIONPREFIX, pet portlint Notified by: Ruslan Makhmatkhanov <cvs-src@yandex.ru> Modified: head/devel/catch/Makefile Modified: head/devel/catch/Makefile ============================================================================== --- head/devel/catch/Makefile Wed Oct 7 09:49:17 2015 (r398754) +++ head/devel/catch/Makefile Wed Oct 7 09:50:19 2015 (r398755) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= catch -DISTVERSION= v1.2.1-develop.14 +DISTVERSIONPREFIX= v +DISTVERSION= 1.2.1-develop.14 CATEGORIES= devel MAINTAINER= gahr@FreeBSD.org @@ -10,12 +11,13 @@ COMMENT= Header-only test framework for LICENSE= BSL +TEST_DEPENDS= cmake:${PORTSDIR}/devel/cmake + USE_GITHUB= yes GH_ACCOUNT= philsquared GH_PROJECT= Catch NO_BUILD= yes -TEST_DEPENDS= cmake:${PORTSDIR}/devel/cmake PLIST_FILES= include/catch.hpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510070950.t979oJ1p064572>