- Update to 2.0.3

PR:	ports/165564
Submitted by:	maintainer, mail@derzinn.de
This commit is contained in:
Jason Helfman 2012-02-29 23:33:31 +00:00
parent 80d90f25d2
commit 00597c72db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292460
4 changed files with 9 additions and 8 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= mongodb
PORTVERSION= 2.0.2
PORTVERSION= 2.0.3
CATEGORIES= databases net
MASTER_SITES= http://downloads.mongodb.org/src/
DISTNAME= ${PORTNAME}-src-r${PORTVERSION}

View file

@ -1,2 +1,2 @@
SHA256 (mongodb-src-r2.0.2.tar.gz) = e4a498c435532470e8aa7ea1d0119558e0f061c7574659e0ebc0e29cbee2ac8f
SIZE (mongodb-src-r2.0.2.tar.gz) = 2956087
SHA256 (mongodb-src-r2.0.3.tar.gz) = f5f365adc6597d5c3c086da27f0ca179313da03fb547a2202badd23f95360699
SIZE (mongodb-src-r2.0.3.tar.gz) = 2964557

View file

@ -1,6 +1,6 @@
--- SConstruct.orig 2011-12-16 18:02:27.000000000 +0100
+++ SConstruct 2011-12-17 04:39:19.000000000 +0100
@@ -702,7 +702,10 @@
--- SConstruct.orig 2012-02-29 18:18:35.000000000 +0100
+++ SConstruct 2012-02-29 18:30:34.000000000 +0100
@@ -714,7 +714,10 @@
#make scons colorgcc friendly
env['ENV']['HOME'] = os.environ['HOME']
@ -12,7 +12,7 @@
if linux and has_option( "sharedclient" ):
env.Append( LINKFLAGS=" -Wl,--as-needed -Wl,-zdefs " )
@@ -785,8 +788,9 @@
@@ -797,8 +800,9 @@
options_topass["nix"] = nix
if has_option( "use-system-" + shortName ) or has_option( "use-system-all" ):
@ -24,7 +24,7 @@
else:
myModule.configure( env , fileLists , options_topass )
@@ -1446,7 +1450,7 @@
@@ -1481,7 +1485,7 @@
fullInstallName = installDir + "/bin/" + name
allBinaries += [ name ]

View file

@ -209,6 +209,7 @@ bin/mongotop
%%DEVEL%%include/mongo/util/processinfo.h
%%DEVEL%%include/mongo/util/queue.h
%%DEVEL%%include/mongo/util/ramlog.h
%%DEVEL%%include/mongo/util/scopeguard.h
%%DEVEL%%include/mongo/util/signal_handlers.h
%%DEVEL%%include/mongo/util/stringutils.h
%%DEVEL%%include/mongo/util/text.h