diff options
author | tobez <tobez@FreeBSD.org> | 2009-08-10 19:01:07 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2009-08-10 19:01:07 +0800 |
commit | 4742e0df2d191d4a235b2f233242f950dea8078d (patch) | |
tree | 9daeb8be3d5c58e5e1f4195763789eb7b8a456fe /misc | |
parent | 2f58df86f56f01469a340968f2e322c2c128aedd (diff) | |
download | freebsd-ports-graphics-4742e0df2d191d4a235b2f233242f950dea8078d.tar.gz freebsd-ports-graphics-4742e0df2d191d4a235b2f233242f950dea8078d.tar.zst freebsd-ports-graphics-4742e0df2d191d4a235b2f233242f950dea8078d.zip |
Update to 2.00.
Changes file is not helpful, but the module is using Moose now.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Array-Compare/Makefile | 5 | ||||
-rw-r--r-- | misc/p5-Array-Compare/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/misc/p5-Array-Compare/Makefile b/misc/p5-Array-Compare/Makefile index daaf64f43af..073ee5611cb 100644 --- a/misc/p5-Array-Compare/Makefile +++ b/misc/p5-Array-Compare/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Array-Compare -PORTVERSION= 1.18 +PORTVERSION= 2.00 CATEGORIES= misc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DAVECROSS @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for comparing arrays +BUILD_DEPENDS= p5-Moose>0:${PORTSDIR}/devel/p5-Moose +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_MODBUILD= yes MAN3= Array::Compare.3 diff --git a/misc/p5-Array-Compare/distinfo b/misc/p5-Array-Compare/distinfo index a16fb899851..6f0aaa00745 100644 --- a/misc/p5-Array-Compare/distinfo +++ b/misc/p5-Array-Compare/distinfo @@ -1,3 +1,3 @@ -MD5 (Array-Compare-1.18.tar.gz) = ebca871a2e9c37b389232a6be6700373 -SHA256 (Array-Compare-1.18.tar.gz) = 909660a73e447c78c2b01fec3e401bc5ee3d521043a7379619e8ae2457c87b7d -SIZE (Array-Compare-1.18.tar.gz) = 9266 +MD5 (Array-Compare-2.00.tar.gz) = 079d7385310df300c820339f2ce41892 +SHA256 (Array-Compare-2.00.tar.gz) = 2659a711d12e503b24ada1a9acfaa5b9ff51357ba68ce562de2fbabc58647a32 +SIZE (Array-Compare-2.00.tar.gz) = 8826 |