diff options
author | clsung <clsung@FreeBSD.org> | 2006-10-02 09:24:31 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-10-02 09:24:31 +0800 |
commit | 156b2cad55e479f5f901006804c023cdfcba597c (patch) | |
tree | 05a1eef997995db4e1fab6e13185d10c3501dfc4 | |
parent | cd68315fcf3c1602ab7fa9ca7f760e672e0c0b5b (diff) | |
download | freebsd-ports-gnome-156b2cad55e479f5f901006804c023cdfcba597c.tar.gz freebsd-ports-gnome-156b2cad55e479f5f901006804c023cdfcba597c.tar.zst freebsd-ports-gnome-156b2cad55e479f5f901006804c023cdfcba597c.zip |
- Update to 0.13
-rw-r--r-- | devel/p5-Test-Class/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Test-Class/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Test-Class/pkg-plist | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/p5-Test-Class/Makefile b/devel/p5-Test-Class/Makefile index 3d7f1ea33166..dff1d161bbe1 100644 --- a/devel/p5-Test-Class/Makefile +++ b/devel/p5-Test-Class/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Test-Class -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.13 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Test @@ -24,7 +23,9 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Test::Class.3 +MAN3= Test::Class.3 \ + Test::Class::MethodInfo.3 \ + Test::Class::Load.3 .include <bsd.port.pre.mk> diff --git a/devel/p5-Test-Class/distinfo b/devel/p5-Test-Class/distinfo index 19916216521a..b5c86b76d12b 100644 --- a/devel/p5-Test-Class/distinfo +++ b/devel/p5-Test-Class/distinfo @@ -1,3 +1,3 @@ -MD5 (Test-Class-0.11.tar.gz) = 18888d90021dd22d1b677e2dc5008ee5 -SHA256 (Test-Class-0.11.tar.gz) = d591009e3401428a879752dbfa865197c1fc71b409b401bc09ba702bbcef7433 -SIZE (Test-Class-0.11.tar.gz) = 27193 +MD5 (Test-Class-0.13.tar.gz) = b313023eef8490ba094ef88e6991b854 +SHA256 (Test-Class-0.13.tar.gz) = 441132c3cbd2613f76c531d865f42b3eebec654fd6d045a921cc3646525c5be5 +SIZE (Test-Class-0.13.tar.gz) = 42567 diff --git a/devel/p5-Test-Class/pkg-plist b/devel/p5-Test-Class/pkg-plist index 40b3072bf6fb..e1c82b98fec8 100644 --- a/devel/p5-Test-Class/pkg-plist +++ b/devel/p5-Test-Class/pkg-plist @@ -1,7 +1,7 @@ %%SITE_PERL%%/mach/auto/Test/Class/.packlist %%SITE_PERL%%/Test/Class.pm -%%SITE_PERL%%/Test/Class.pod %%SITE_PERL%%/Test/Class/MethodInfo.pm +%%SITE_PERL%%/Test/Class/Load.pm @dirrm %%SITE_PERL%%/Test/Class @dirrm %%SITE_PERL%%/mach/auto/Test/Class @dirrmtry %%SITE_PERL%%/Test |