From owner-svn-ports-head@FreeBSD.ORG Mon Oct 20 20:25:57 2014 Return-Path: Delivered-To: svn-ports-head@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 29AB118E; Mon, 20 Oct 2014 20:25:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 F01AA618; Mon, 20 Oct 2014 20:25:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9KKPuTH083329; Mon, 20 Oct 2014 20:25:56 GMT (envelope-from lth@FreeBSD.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9KKPu4q083326; Mon, 20 Oct 2014 20:25:56 GMT (envelope-from lth@FreeBSD.org) Message-Id: <201410202025.s9KKPu4q083326@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lth set sender to lth@FreeBSD.org using -f From: Lars Thegler Date: Mon, 20 Oct 2014 20:25:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371299 - head/devel/p5-Test-Pod-Coverage 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.18-1 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: Mon, 20 Oct 2014 20:25:57 -0000 Author: lth Date: Mon Oct 20 20:25:55 2014 New Revision: 371299 URL: https://svnweb.freebsd.org/changeset/ports/371299 QAT: https://qat.redports.org/buildarchive/r371299/ Log: - update 1.08 -> 1.10 changes: http://cpansearch.perl.org/src/NEILB/Test-Pod-Coverage-1.10/Changes - add LICENCE PR: 193490 Submitted by: Sergei Vyshenski Modified: head/devel/p5-Test-Pod-Coverage/Makefile head/devel/p5-Test-Pod-Coverage/distinfo head/devel/p5-Test-Pod-Coverage/pkg-plist Modified: head/devel/p5-Test-Pod-Coverage/Makefile ============================================================================== --- head/devel/p5-Test-Pod-Coverage/Makefile Mon Oct 20 20:18:21 2014 (r371298) +++ head/devel/p5-Test-Pod-Coverage/Makefile Mon Oct 20 20:25:55 2014 (r371299) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Pod-Coverage -PORTVERSION= 1.08 +PORTVERSION= 1.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Check for pod coverage in your distribution +LICENSE= ART20 + RUN_DEPENDS= p5-Pod-Coverage>0:${PORTSDIR}/devel/p5-Pod-Coverage \ p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple BUILD_DEPENDS:= ${RUN_DEPENDS} Modified: head/devel/p5-Test-Pod-Coverage/distinfo ============================================================================== --- head/devel/p5-Test-Pod-Coverage/distinfo Mon Oct 20 20:18:21 2014 (r371298) +++ head/devel/p5-Test-Pod-Coverage/distinfo Mon Oct 20 20:25:55 2014 (r371299) @@ -1,2 +1,2 @@ -SHA256 (Test-Pod-Coverage-1.08.tar.gz) = e06336c3eb7d0f37605934b983ececf2782c78dda04ffdb96c7dc12f466a5578 -SIZE (Test-Pod-Coverage-1.08.tar.gz) = 6418 +SHA256 (Test-Pod-Coverage-1.10.tar.gz) = 48c9cca9f7d99eee741176445b431adf09c029e1aa57c4703c9f46f7601d40d4 +SIZE (Test-Pod-Coverage-1.10.tar.gz) = 8083 Modified: head/devel/p5-Test-Pod-Coverage/pkg-plist ============================================================================== --- head/devel/p5-Test-Pod-Coverage/pkg-plist Mon Oct 20 20:18:21 2014 (r371298) +++ head/devel/p5-Test-Pod-Coverage/pkg-plist Mon Oct 20 20:25:55 2014 (r371299) @@ -1,8 +1,5 @@ %%SITE_PERL%%/Test/Pod/Coverage.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Pod/Coverage/.packlist %%PERL5_MAN3%%/Test::Pod::Coverage.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Pod/Coverage -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Pod -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test @dirrmtry %%SITE_PERL%%/Test/Pod @dirrmtry %%SITE_PERL%%/Test