From owner-svn-ports-all@freebsd.org Sun Feb 14 15:50:59 2016 Return-Path: Delivered-To: svn-ports-all@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 E86A0AA8271; Sun, 14 Feb 2016 15:50:59 +0000 (UTC) (envelope-from adamw@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 A06D61BA2; Sun, 14 Feb 2016 15:50:59 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EFowkO089353; Sun, 14 Feb 2016 15:50:58 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EFow2N089350; Sun, 14 Feb 2016 15:50:58 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602141550.u1EFow2N089350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 14 Feb 2016 15:50:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408866 - head/devel/p5-Git-Repository X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 14 Feb 2016 15:51:00 -0000 Author: adamw Date: Sun Feb 14 15:50:58 2016 New Revision: 408866 URL: https://svnweb.freebsd.org/changeset/ports/408866 Log: Update to 1.317. Remove pod-testing stuff from TEST_DEPENDS; those are author tests, not end-user tests. Changes: https://metacpan.org/changes/distribution/Git-Repository Modified: head/devel/p5-Git-Repository/Makefile head/devel/p5-Git-Repository/distinfo head/devel/p5-Git-Repository/pkg-plist Modified: head/devel/p5-Git-Repository/Makefile ============================================================================== --- head/devel/p5-Git-Repository/Makefile Sun Feb 14 15:44:25 2016 (r408865) +++ head/devel/p5-Git-Repository/Makefile Sun Feb 14 15:50:58 2016 (r408866) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= Git-Repository -PORTVERSION= 1.316 +PORTVERSION= 1.317 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:BOOK PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -17,8 +16,6 @@ LICENSE_COMB= dual BUILD_DEPENDS= git:${PORTSDIR}/devel/git \ p5-System-Command>=1.103:${PORTSDIR}/devel/p5-System-Command RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage NO_ARCH= yes USES= perl5 Modified: head/devel/p5-Git-Repository/distinfo ============================================================================== --- head/devel/p5-Git-Repository/distinfo Sun Feb 14 15:44:25 2016 (r408865) +++ head/devel/p5-Git-Repository/distinfo Sun Feb 14 15:50:58 2016 (r408866) @@ -1,2 +1,2 @@ -SHA256 (Git-Repository-1.316.tar.gz) = ef41d0d3dbdd9428c54d34e333ad1571993cdaefd7492bd3bddde21549483dbb -SIZE (Git-Repository-1.316.tar.gz) = 49781 +SHA256 (Git-Repository-1.317.tar.gz) = 4fb495014610dd5439e46a78c9ac2791762b19359d2f77b8139cdcd509337118 +SIZE (Git-Repository-1.317.tar.gz) = 54216 Modified: head/devel/p5-Git-Repository/pkg-plist ============================================================================== --- head/devel/p5-Git-Repository/pkg-plist Sun Feb 14 15:44:25 2016 (r408865) +++ head/devel/p5-Git-Repository/pkg-plist Sun Feb 14 15:50:58 2016 (r408866) @@ -2,9 +2,11 @@ %%SITE_PERL%%/Git/Repository/Command.pm %%SITE_PERL%%/Git/Repository/Plugin.pm %%SITE_PERL%%/Git/Repository/Tutorial.pod +%%SITE_PERL%%/Git/Repository/Util.pm %%SITE_PERL%%/Test/Git.pm %%PERL5_MAN3%%/Git::Repository.3.gz %%PERL5_MAN3%%/Git::Repository::Command.3.gz %%PERL5_MAN3%%/Git::Repository::Plugin.3.gz %%PERL5_MAN3%%/Git::Repository::Tutorial.3.gz +%%PERL5_MAN3%%/Git::Repository::Util.3.gz %%PERL5_MAN3%%/Test::Git.3.gz