diff options
author | clsung <clsung@FreeBSD.org> | 2008-01-07 15:36:23 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2008-01-07 15:36:23 +0800 |
commit | cf7a10f6c90f674e69f3f2c926b097506df6730e (patch) | |
tree | f0964c1e18377eb03aceec3b2a39228763fb8b21 /devel | |
parent | 3006f9fd771fc39bdf60536b6592cb97e8baf50e (diff) | |
download | freebsd-ports-gnome-cf7a10f6c90f674e69f3f2c926b097506df6730e.tar.gz freebsd-ports-gnome-cf7a10f6c90f674e69f3f2c926b097506df6730e.tar.zst freebsd-ports-gnome-cf7a10f6c90f674e69f3f2c926b097506df6730e.zip |
- Update to 0.11
- reset maintainership
Changes: http://search.cpan.org/dist/Test-Dependencies/Changes
PR: ports/119401
Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Dependencies/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Test-Dependencies/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Test-Dependencies/pkg-plist | 5 |
3 files changed, 14 insertions, 9 deletions
diff --git a/devel/p5-Test-Dependencies/Makefile b/devel/p5-Test-Dependencies/Makefile index 7137fc8fc975..d10dd369b3f5 100644 --- a/devel/p5-Test-Dependencies/Makefile +++ b/devel/p5-Test-Dependencies/Makefile @@ -6,13 +6,12 @@ # PORTNAME= Test-Dependencies -PORTVERSION= 0.08 +PORTVERSION= 0.11 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Test +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= tjs@cdpa.nsysu.edu.tw +MAINTAINER= clsung@FreeBSD.org COMMENT= Ensure that your Makefile.PL specifies all module dependencies BUILD_DEPENDS= ${SITE_PERL}/B/PerlReq.pm:${PORTSDIR}/devel/p5-rpm-build-perl \ @@ -20,12 +19,15 @@ BUILD_DEPENDS= ${SITE_PERL}/B/PerlReq.pm:${PORTSDIR}/devel/p5-rpm-build-perl \ ${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd \ ${SITE_PERL}/Module/CoreList.pm:${PORTSDIR}/devel/p5-Module-CoreList \ ${SITE_PERL}/PerlReq/Utils.pm:${PORTSDIR}/devel/p5-rpm-build-perl \ + ${SITE_PERL}/Pod/Strip.pm:${PORTSDIR}/textproc/p5-Pod-Strip \ p5-Test-Simple>=0.64:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Test::Dependencies.3 +MAN3= Test::Dependencies.3 \ + Test::Dependencies::Heavy.3 \ + Test::Dependencies::Light.3 .include <bsd.port.mk> diff --git a/devel/p5-Test-Dependencies/distinfo b/devel/p5-Test-Dependencies/distinfo index 698eb9a7139a..f0ab0c9842fd 100644 --- a/devel/p5-Test-Dependencies/distinfo +++ b/devel/p5-Test-Dependencies/distinfo @@ -1,3 +1,3 @@ -MD5 (Test-Dependencies-0.08.tar.gz) = f97407ac1c4ff4caec8e43faf35eca75 -SHA256 (Test-Dependencies-0.08.tar.gz) = bfd8c70245c679bcbeb33775a2c547bbec1446faf0ec3b7c8c5cbe16dbeaa6ba -SIZE (Test-Dependencies-0.08.tar.gz) = 21807 +MD5 (Test-Dependencies-0.11.tar.gz) = f092f03973d5f5d1f8ef0e730f957771 +SHA256 (Test-Dependencies-0.11.tar.gz) = 8389994895eed6c92e77ac7875a328f17a8ca322a7a4d64e220b2f9fb8a596b6 +SIZE (Test-Dependencies-0.11.tar.gz) = 23838 diff --git a/devel/p5-Test-Dependencies/pkg-plist b/devel/p5-Test-Dependencies/pkg-plist index bf4192774300..825ff8757238 100644 --- a/devel/p5-Test-Dependencies/pkg-plist +++ b/devel/p5-Test-Dependencies/pkg-plist @@ -1,6 +1,9 @@ @comment $FreeBSD$ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dependencies/.packlist %%SITE_PERL%%/Test/Dependencies.pm +%%SITE_PERL%%/Test/Dependencies/Heavy.pm +%%SITE_PERL%%/Test/Dependencies/Light.pm +@dirrmtry %%SITE_PERL%%/Test/Dependencies +@dirrmtry %%SITE_PERL%%/Test @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dependencies @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test -@dirrmtry %%SITE_PERL%%/Test |