From owner-svn-ports-all@FreeBSD.ORG Thu Apr 2 09:02:12 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C582B10; Thu, 2 Apr 2015 09:02:12 +0000 (UTC) Received: from mail-ig0-f181.google.com (mail-ig0-f181.google.com [209.85.213.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C34CED5; Thu, 2 Apr 2015 09:02:11 +0000 (UTC) Received: by igbud6 with SMTP id ud6so71191830igb.1; Thu, 02 Apr 2015 02:02:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZvnZK7Fdbl1odesNpmtcLPYCzEi1MeznRvU0rtaDqow=; b=jMjZZSt3MfTQ+Eyb14Dx8m91qlfARtjOwP+XguD5g6XG62dkBTFKMHCeHgnN+WCsLm 14pAFBrH+lTsHrqTxVKoCIuhH8i/YwEy3vlNroExpD0q2+Oqr3mXZWqn9rYGKcmWGIo7 /uTtZ/jgPrsSmKXqBoqTs3nRWsRi8nm0hgBDetI8EhWYRh+AH44wbtLYYOxWP3hoWVZr 3tVnNHihw08X4yuk7ZJpDWb4D4w6LL0vZBghNbj7xGzn/HP8In0/n+uRufXUfo8paoZF A7iCNIKXh3byqqwxi0lYPztIbhMlRNM9eLpDHxGMYIpdCXyLNfIXH87VphUyOV9byLt7 iPdw== X-Received: by 10.107.10.157 with SMTP id 29mr69674178iok.79.1427965325316; Thu, 02 Apr 2015 02:02:05 -0700 (PDT) Received: from mail-ig0-f172.google.com (mail-ig0-f172.google.com. [209.85.213.172]) by mx.google.com with ESMTPSA id o196sm2908717ioe.26.2015.04.02.02.02.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Apr 2015 02:02:05 -0700 (PDT) Received: by igcxg11 with SMTP id xg11so68254049igc.0; Thu, 02 Apr 2015 02:02:04 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.50.61.175 with SMTP id q15mr18390262igr.34.1427965324451; Thu, 02 Apr 2015 02:02:04 -0700 (PDT) Received: by 10.64.164.99 with HTTP; Thu, 2 Apr 2015 02:02:04 -0700 (PDT) In-Reply-To: References: <201504011219.t31CJcXc048197@svn.freebsd.org> Date: Thu, 2 Apr 2015 15:02:04 +0600 Message-ID: Subject: Re: svn commit: r382908 - in head/devel: . p5-Test-Modern From: Muhammad Moinur Rahman To: Sunpoet Po-Chuan Hsieh Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 09:02:12 -0000 Fixed at r382990. On Wed, Apr 1, 2015 at 9:22 PM, Sunpoet Po-Chuan Hsieh wrote: > On Wed, Apr 1, 2015 at 8:19 PM, Muhammad Moinur Rahman > wrote: > >> Author: bofh >> Date: Wed Apr 1 12:19:37 2015 >> New Revision: 382908 >> URL: https://svnweb.freebsd.org/changeset/ports/382908 >> QAT: https://qat.redports.org/buildarchive/r382908/ >> >> Log: >> [NEW] devel/p5-Test-Modern: Precision testing for modern perl >> >> Test::Modern provides the best features of Test::More, Test::Fatal, >> Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as >> ideas from Test::Requires, Test::DescribeMe, Test::Moose, and >> Test::CleanNamespaces. >> >> Test::Modern also automatically imposes strict and warnings on your >> script, >> and loads IO::File. (Much of the same stuff Modern::Perl does.) >> >> Although Test::Modern is a modern testing framework, it should run fine >> on >> pre-modern versions of Perl. It should be easy to install on Perl 5.8.9 >> and >> above; and if you can persuade its dependencies to install (not >> necessarily >> easy!), should be OK on anything back to Perl 5.6.1. >> >> WWW: http://search.cpan.org/dist/Test-Modern/ >> >> Added: >> head/devel/p5-Test-Modern/ >> head/devel/p5-Test-Modern/Makefile (contents, props changed) >> head/devel/p5-Test-Modern/distinfo (contents, props changed) >> head/devel/p5-Test-Modern/pkg-descr (contents, props changed) >> head/devel/p5-Test-Modern/pkg-plist (contents, props changed) >> Modified: >> head/devel/Makefile >> >> Modified: head/devel/Makefile >> >> ============================================================================== >> --- head/devel/Makefile Wed Apr 1 12:00:15 2015 (r382907) >> +++ head/devel/Makefile Wed Apr 1 12:19:37 2015 (r382908) >> @@ -3024,6 +3024,7 @@ >> SUBDIR += p5-Test-MockObject >> SUBDIR += p5-Test-MockRandom >> SUBDIR += p5-Test-MockTime >> + SUBDIR += p5-Test-Modern >> SUBDIR += p5-Test-Module-Used >> SUBDIR += p5-Test-Moose-More >> SUBDIR += p5-Test-More-UTF8 >> >> Added: head/devel/p5-Test-Modern/Makefile >> >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/devel/p5-Test-Modern/Makefile Wed Apr 1 12:19:37 2015 >> (r382908) >> @@ -0,0 +1,33 @@ >> +# Created by: Muhammad Moinur Rahman >> +# $FreeBSD$ >> + >> +PORTNAME= Test-Modern >> +PORTVERSION= 0.013 >> +CATEGORIES= devel perl5 >> +MASTER_SITES= CPAN >> +MASTER_SITE_SUBDIR= CPAN:TOBYINK >> +PKGNAMEPREFIX= p5- >> + >> +MAINTAINER= bofh@FreeBSD.org >> +COMMENT= Precision testing for modern perl >> + >> +LICENSE= ART10 GPLv1 >> +LICENSE_COMB= dual >> + >> +BUILD_DEPENDS= p5-Exporter-Tiny>=0:${PORTSDIR}/devel/p5-Exporter-Tiny \ >> + p5-Import-Into>=1:${PORTSDIR}/devel/p5-Import-Into \ >> + >> p5-Module-Runtime>=0.012:${PORTSDIR}/devel/p5-Module-Runtime \ >> + p5-Test-API>=0.004:${PORTSDIR}/devel/p5-Test-API \ >> + p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ >> + p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \ >> + p5-Test-Warnings>0:${PORTSDIR}/devel/p5-Test-Warnings >> +RUN_DEPENDS:= ${BUILD_DEPENDS} >> +TEST_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose >> + >> +USES= perl5 >> +USE_PERL5= configure >> + >> +test: >> + cd ${WRKSRC} && ${MAKE} test >> > > This should be removed. > regression-test: and test: are already defined in perl5.mk. > > Regards, > sunpoet >