Date: Sun, 4 Jul 2010 03:53:28 -0400 (EDT) From: Sahil Tandon <sahil@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Cc: perl@FreeBSD.org Subject: [PATCH] databases/p5-MongoDB: update to 0.35 Message-ID: <20100704075328.2299817115@spartan.hamla.org>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Sahil Tandon >Organization: >Confidential: no >Synopsis: [PATCH] databases/p5-MongoDB: update to 0.35 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT i386 >Environment: >Description: - Update to 0.35 - Changes: http://search.cpan.org/dist/MongoDB/Changes >How-To-Repeat: >Fix: --- p5-MongoDB.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/p5-MongoDB/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 6 May 2010 08:49:13 -0000 1.6 +++ Makefile 4 Jul 2010 07:49:33 -0000 @@ -6,7 +6,7 @@ # PORTNAME= MongoDB -PORTVERSION= 0.33 +PORTVERSION= 0.35 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/K/KR/KRISTINA @@ -19,6 +19,7 @@ p5-Class-Method-Modifiers>=0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \ p5-Data-Types>=0:${PORTSDIR}/devel/p5-Data-Types \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \ p5-boolean>=0:${PORTSDIR}/devel/p5-boolean \ Index: distinfo =================================================================== RCS file: /home/pcvs/ports/databases/p5-MongoDB/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 6 May 2010 08:49:13 -0000 1.6 +++ distinfo 4 Jul 2010 07:49:33 -0000 @@ -1,3 +1,3 @@ -MD5 (MongoDB-0.33.tar.gz) = 657f463e8f66579aefd3a2ceebfc5f0b -SHA256 (MongoDB-0.33.tar.gz) = 85134b9ee87a5d80c0cefc053c108fd414ce8be9efe3e223bd461e76183066c2 -SIZE (MongoDB-0.33.tar.gz) = 1357354 +MD5 (MongoDB-0.35.tar.gz) = 1bea28aed4e2b5e9139939bf93191081 +SHA256 (MongoDB-0.35.tar.gz) = d6aebefe5191151f030c53c1918f537df2745961f347c8c592804a77ef458c51 +SIZE (MongoDB-0.35.tar.gz) = 1360432 --- p5-MongoDB.diff ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100704075328.2299817115>