Update to 2.4.4 release.
This commit is contained in:
parent
13795081f8
commit
fdf27faf44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320489
3 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue