svn commit: r408866 - head/devel/p5-Git-Repository

Adam Weinberger adamw at FreeBSD.org
Sun Feb 14 15:51:00 UTC 2016


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 at 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


More information about the svn-ports-all mailing list