Bug 182416 - [PATCH] devel/p5-Test-CheckDeps: update to 0.007
Summary: [PATCH] devel/p5-Test-CheckDeps: update to 0.007
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-26 17:40 UTC by Po-Chuan Hsieh
Modified: 2013-09-27 14:10 UTC (History)
1 user (show)

See Also:


Attachments
p5-Test-CheckDeps-0.007.patch (1.23 KB, patch)
2013-09-26 17:40 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-26 17:40:00 UTC
- Update to 0.007

Port maintainer (culot@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-26 17:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-27 14:04:04 UTC
Author: culot
Date: Fri Sep 27 13:03:56 2013
New Revision: 328464
URL: http://svnweb.freebsd.org/changeset/ports/328464

Log:
  - Update to 0.008 [1]
  - Support staging
  
  Changes:	http://search.cpan.org/dist/Test-CheckDeps/Changes
  PR:		ports/182416 [1] (based on)
  Submitted by:	sunpoet@

Modified:
  head/devel/p5-Test-CheckDeps/Makefile
  head/devel/p5-Test-CheckDeps/distinfo
  head/devel/p5-Test-CheckDeps/pkg-plist

Modified: head/devel/p5-Test-CheckDeps/Makefile
==============================================================================
--- head/devel/p5-Test-CheckDeps/Makefile	Fri Sep 27 12:58:36 2013	(r328463)
+++ head/devel/p5-Test-CheckDeps/Makefile	Fri Sep 27 13:03:56 2013	(r328464)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-CheckDeps
-PORTVERSION=	0.006
+PORTVERSION=	0.008
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,14 +14,10 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-CPAN-Meta>=2.120920:${PORTSDIR}/devel/p5-CPAN-Meta \
-		p5-CPAN-Meta-Check>=0.004:${PORTSDIR}/devel/p5-CPAN-Meta-Check \
-		p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny
+		p5-CPAN-Meta-Check>=0.007:${PORTSDIR}/devel/p5-CPAN-Meta-Check
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
-USE_PERL5=	modbuild
+USE_PERL5=	configure
 
-MAN3=		Test::CheckDeps.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Test-CheckDeps/distinfo
==============================================================================
--- head/devel/p5-Test-CheckDeps/distinfo	Fri Sep 27 12:58:36 2013	(r328463)
+++ head/devel/p5-Test-CheckDeps/distinfo	Fri Sep 27 13:03:56 2013	(r328464)
@@ -1,2 +1,2 @@
-SHA256 (Test-CheckDeps-0.006.tar.gz) = 774c1455566d11746118fd95305d1dbd111af86eac78058918e72468c43d9bcb
-SIZE (Test-CheckDeps-0.006.tar.gz) = 11024
+SHA256 (Test-CheckDeps-0.008.tar.gz) = 5f47bc964555164551e0772d88d2141fb9fd13905d936f17cc81c4d14647c4ee
+SIZE (Test-CheckDeps-0.008.tar.gz) = 11303

Modified: head/devel/p5-Test-CheckDeps/pkg-plist
==============================================================================
--- head/devel/p5-Test-CheckDeps/pkg-plist	Fri Sep 27 12:58:36 2013	(r328463)
+++ head/devel/p5-Test-CheckDeps/pkg-plist	Fri Sep 27 13:03:56 2013	(r328464)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Test/CheckDeps.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/CheckDeps/.packlist
+%%PERL5_MAN3%%/Test::CheckDeps.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/CheckDeps
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
 @dirrmtry %%SITE_PERL%%/Test
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2013-09-27 14:04:09 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!