svn commit: r325447 - head/databases/mongodb

Alex Dupre ale at FreeBSD.org
Tue Aug 27 13:51:56 UTC 2013


Author: ale
Date: Tue Aug 27 13:51:54 2013
New Revision: 325447
URL: http://svnweb.freebsd.org/changeset/ports/325447

Log:
  Update to 2.4.6 release.

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

Modified: head/databases/mongodb/Makefile
==============================================================================
--- head/databases/mongodb/Makefile	Tue Aug 27 13:50:24 2013	(r325446)
+++ head/databases/mongodb/Makefile	Tue Aug 27 13:51:54 2013	(r325447)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mongodb
-PORTVERSION=	2.4.5
+PORTVERSION=	2.4.6
 CATEGORIES=	databases net
 MASTER_SITES=	http://downloads.mongodb.org/src/
 DISTNAME=	${PORTNAME}-src-r${PORTVERSION}

Modified: head/databases/mongodb/distinfo
==============================================================================
--- head/databases/mongodb/distinfo	Tue Aug 27 13:50:24 2013	(r325446)
+++ head/databases/mongodb/distinfo	Tue Aug 27 13:51:54 2013	(r325447)
@@ -1,2 +1,2 @@
-SHA256 (mongodb-src-r2.4.5.tar.gz) = b576cbc2c813144b8a8774a7232b78bd0b005e2e6fa7428e7fa1e426c7a28705
-SIZE (mongodb-src-r2.4.5.tar.gz) = 14128847
+SHA256 (mongodb-src-r2.4.6.tar.gz) = b5f397abc92d36d84a85753d15fb5d7dab6545ce9dfd9fb7685c630e6b050acb
+SIZE (mongodb-src-r2.4.6.tar.gz) = 14141660

Modified: head/databases/mongodb/pkg-plist
==============================================================================
--- head/databases/mongodb/pkg-plist	Tue Aug 27 13:50:24 2013	(r325446)
+++ head/databases/mongodb/pkg-plist	Tue Aug 27 13:51:54 2013	(r325447)
@@ -210,6 +210,7 @@ include/mongo/platform/atomic_intrinsics
 include/mongo/platform/atomic_intrinsics_gcc.h
 include/mongo/platform/atomic_intrinsics_win32.h
 include/mongo/platform/atomic_word.h
+include/mongo/platform/backtrace.h
 include/mongo/platform/basic.h
 include/mongo/platform/bits.h
 include/mongo/platform/compiler.h
@@ -217,7 +218,9 @@ include/mongo/platform/compiler_gcc.h
 include/mongo/platform/compiler_msvc.h
 include/mongo/platform/cstdint.h
 include/mongo/platform/float_utils.h
+include/mongo/platform/posix_fadvise.h
 include/mongo/platform/random.h
+include/mongo/platform/strcasestr.h
 include/mongo/platform/strtoll.h
 include/mongo/platform/unordered_map.h
 include/mongo/platform/unordered_set.h
@@ -232,6 +235,7 @@ include/mongo/s/client_info.h
 include/mongo/s/cluster_client_internal.h
 include/mongo/s/collection_manager.h
 include/mongo/s/config.h
+include/mongo/s/config_server_checker_service.h
 include/mongo/s/config_upgrade.h
 include/mongo/s/config_upgrade_helpers.h
 include/mongo/s/cursors.h


More information about the svn-ports-head mailing list