From owner-freebsd-perl@FreeBSD.ORG Sun Jul 4 07:53:28 2010 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B829106566C; Sun, 4 Jul 2010 07:53:28 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 5B18B8FC14; Sun, 4 Jul 2010 07:53:28 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id 2299817115; Sun, 4 Jul 2010 03:53:28 -0400 (EDT) To: FreeBSD-gnats-submit@freebsd.org From: Sahil Tandon X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20100704075328.2299817115@spartan.hamla.org> Date: Sun, 4 Jul 2010 03:53:28 -0400 (EDT) Cc: perl@FreeBSD.org Subject: [PATCH] databases/p5-MongoDB: update to 0.35 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2010 07:53:28 -0000 >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 ---