Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2013 15:44:14 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320489 - head/databases/mongodb
Message-ID:  <201306101544.r5AFiErZ029650@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Mon Jun 10 15:44:14 2013
New Revision: 320489
URL: http://svnweb.freebsd.org/changeset/ports/320489

Log:
  Update to 2.4.4 release.

Modified:
  head/databases/mongodb/Makefile
  head/databases/mongodb/distinfo
  head/databases/mongodb/pkg-plist

Modified: head/databases/mongodb/Makefile
==============================================================================
--- head/databases/mongodb/Makefile	Mon Jun 10 15:32:29 2013	(r320488)
+++ head/databases/mongodb/Makefile	Mon Jun 10 15:44:14 2013	(r320489)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mongodb
-PORTVERSION=	2.4.3
-PORTREVISION=	2
+PORTVERSION=	2.4.4
 CATEGORIES=	databases net
 MASTER_SITES=	http://downloads.mongodb.org/src/
 DISTNAME=	${PORTNAME}-src-r${PORTVERSION}

Modified: head/databases/mongodb/distinfo
==============================================================================
--- head/databases/mongodb/distinfo	Mon Jun 10 15:32:29 2013	(r320488)
+++ head/databases/mongodb/distinfo	Mon Jun 10 15:44:14 2013	(r320489)
@@ -1,2 +1,2 @@
-SHA256 (mongodb-src-r2.4.3.tar.gz) = 61dd000db3d8849e83a6f98ec02daa9a7594e973e5fb253e42b3c1cb6b1fc5cc
-SIZE (mongodb-src-r2.4.3.tar.gz) = 14108398
+SHA256 (mongodb-src-r2.4.4.tar.gz) = ea3db3e730290d030853f7a22cbbc5edfbe33dd538ec67d551a7e88f6d4db240
+SIZE (mongodb-src-r2.4.4.tar.gz) = 14119330

Modified: head/databases/mongodb/pkg-plist
==============================================================================
--- head/databases/mongodb/pkg-plist	Mon Jun 10 15:32:29 2013	(r320488)
+++ head/databases/mongodb/pkg-plist	Mon Jun 10 15:44:14 2013	(r320489)
@@ -66,6 +66,7 @@ include/mongo/client/model.h
 include/mongo/client/parallel.h
 include/mongo/client/redef_macros.h
 include/mongo/client/sasl_client_authenticate.h
+include/mongo/client/sasl_client_session.h
 include/mongo/client/syncclusterconnection.h
 include/mongo/client/undef_macros.h
 include/mongo/db/auth/action_set.h
@@ -323,7 +324,6 @@ include/mongo/util/fail_point_service.h
 include/mongo/util/file.h
 include/mongo/util/file_allocator.h
 include/mongo/util/goodies.h
-include/mongo/util/gsasl_session.h
 include/mongo/util/hashtab.h
 include/mongo/util/heapcheck.h
 include/mongo/util/hex.h
@@ -360,6 +360,7 @@ include/mongo/util/queue.h
 include/mongo/util/ramlog.h
 include/mongo/util/safe_num.h
 include/mongo/util/scopeguard.h
+include/mongo/util/sequence_util.h
 include/mongo/util/signal_handlers.h
 include/mongo/util/stack_introspect.h
 include/mongo/util/stacktrace.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306101544.r5AFiErZ029650>