From owner-svn-ports-head@FreeBSD.ORG Mon Jun 10 15:44:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 13FF1CAB; Mon, 10 Jun 2013 15:44:16 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E0E1C1F79; Mon, 10 Jun 2013 15:44:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5AFiFZ9029658; Mon, 10 Jun 2013 15:44:15 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5AFiErZ029650; Mon, 10 Jun 2013 15:44:14 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201306101544.r5AFiErZ029650@svn.freebsd.org> From: Alex Dupre Date: Mon, 10 Jun 2013 15:44:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320489 - head/databases/mongodb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jun 2013 15:44:16 -0000 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