diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-29 02:55:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-29 02:55:03 +0000 |
commit | b6c8101983eaf326ea1e0465e173876c6ac0d040 (patch) | |
tree | 962d230669b52ee90f1e4dcb08ea10644d278b58 | |
parent | 7b987b1997bfed2e56f3a02853d4f776a7873ee9 (diff) | |
download | ports-b6c8101983eaf326ea1e0465e173876c6ac0d040.tar.gz ports-b6c8101983eaf326ea1e0465e173876c6ac0d040.zip |
- Update to 2.0603
Notes
Notes:
svn path=/head/; revision=300191
-rw-r--r-- | devel/p5-Moose/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Moose/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index a07e2ffe5d2a..60fd72e2f1db 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Moose -PORTVERSION= 2.0602 +PORTVERSION= 2.0603 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DOY @@ -18,6 +18,7 @@ COMMENT= A complete modern object system for Perl 5 LICENSE= ART10 GPLv1 LICENSE_COMB= dual +# Do not add devel/p5-Data-Visitor to TEST_DEPENDS to avoid cyclic dependency in tinderbox BUILD_DEPENDS= \ p5-Class-Load>=0.09:${PORTSDIR}/devel/p5-Class-Load \ p5-Class-Load-XS>=0.01:${PORTSDIR}/devel/p5-Class-Load-XS \ @@ -35,8 +36,6 @@ BUILD_DEPENDS= \ p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ p5-Try-Tiny>=0.02:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} - -# Do not add devel/p5-Data-Visitor to avoid cyclic dependency in tinderbox TEST_DEPENDS= \ p5-DBM-Deep>=0:${PORTSDIR}/databases/p5-DBM-Deep \ p5-DateTime-Format-MySQL>=0:${PORTSDIR}/devel/p5-DateTime-Format-MySQL \ @@ -51,10 +50,9 @@ TEST_DEPENDS= \ p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \ p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires +CFLAGS+= -I. # mop.h MAKE_JOBS_UNSAFE= yes - PERL_CONFIGURE= yes -CFLAGS+= -I. # mop.h CONFLICTS= p5-Class-MOP-[0-9]* diff --git a/devel/p5-Moose/distinfo b/devel/p5-Moose/distinfo index a3664cb078a6..517485dc65bd 100644 --- a/devel/p5-Moose/distinfo +++ b/devel/p5-Moose/distinfo @@ -1,2 +1,2 @@ -SHA256 (Moose-2.0602.tar.gz) = fa20e3633bfb767656760c0887e4e6164593b7822fc3130ab37c1004d32b5c3f -SIZE (Moose-2.0602.tar.gz) = 696832 +SHA256 (Moose-2.0603.tar.gz) = 279738dc91407ccb8c02cb444c3ed0feb4d4525549bece4fdde6c2bae371c356 +SIZE (Moose-2.0603.tar.gz) = 696979 |