From owner-svn-ports-head@freebsd.org Wed Oct 7 09:50:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E45F59B9C06; Wed, 7 Oct 2015 09:50:20 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B22CA1844; Wed, 7 Oct 2015 09:50:20 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t979oJZF064573; Wed, 7 Oct 2015 09:50:19 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t979oJ1p064572; Wed, 7 Oct 2015 09:50:19 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201510070950.t979oJ1p064572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 7 Oct 2015 09:50:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398755 - head/devel/catch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2015 09:50:21 -0000 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 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