diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-12-15 17:23:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-12-15 17:23:15 +0800 |
commit | b0fe4ef475e19a5a00093f829d3cdb6d97b0a777 (patch) | |
tree | ca22c7f0c580937159adb5484e7606886e8052fc /databases/p5-BSON | |
parent | 31c13a6ea493c10a375a0b6e3bd2e91beaa5d613 (diff) | |
download | freebsd-ports-gnome-b0fe4ef475e19a5a00093f829d3cdb6d97b0a777.tar.gz freebsd-ports-gnome-b0fe4ef475e19a5a00093f829d3cdb6d97b0a777.tar.zst freebsd-ports-gnome-b0fe4ef475e19a5a00093f829d3cdb6d97b0a777.zip |
- Update to 0.11
Changes: http://search.cpan.org/dist/BSON/Changes
Diffstat (limited to 'databases/p5-BSON')
-rw-r--r-- | databases/p5-BSON/Makefile | 9 | ||||
-rw-r--r-- | databases/p5-BSON/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/databases/p5-BSON/Makefile b/databases/p5-BSON/Makefile index 58830a72aac8..b60ec0b4c405 100644 --- a/databases/p5-BSON/Makefile +++ b/databases/p5-BSON/Makefile @@ -6,7 +6,7 @@ # PORTNAME= BSON -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MINIMAL @@ -15,10 +15,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Pure Perl implementation of MongoDB BSON serialization -BUILD_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash -RUN_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash +BUILD_DEPENDS= p5-Math-Int64>=0:${PORTSDIR}/math/p5-Math-Int64 \ + p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash +RUN_DEPENDS= p5-Math-Int64>=0:${PORTSDIR}/math/p5-Math-Int64 \ + p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash TEST_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes diff --git a/databases/p5-BSON/distinfo b/databases/p5-BSON/distinfo index eb8bbbd43b75..81864de2ba2c 100644 --- a/databases/p5-BSON/distinfo +++ b/databases/p5-BSON/distinfo @@ -1,2 +1,2 @@ -SHA256 (BSON-0.10.tar.gz) = 51f929b4df64d1cd6b7963c718b2c1c40d7672201a65b73cf76360d06a541405 -SIZE (BSON-0.10.tar.gz) = 14136 +SHA256 (BSON-0.11.tar.gz) = a07499e6fb830d4023dbbff7afe670eb4fe107625b7cffa6935e710b5cb0b75c +SIZE (BSON-0.11.tar.gz) = 14297 |