- Update to 2.0.4

PR:		ports/166312
Submitted by:	Mirko Zinn <mail@derzinn.de> (maintainer)
Feature safe:	yes
This commit is contained in:
Frederic Culot 2012-03-22 08:03:06 +00:00
parent f2ccbedbce
commit c7157da7df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293654
3 changed files with 6 additions and 6 deletions

View file

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

View file

@ -1,2 +1,2 @@
SHA256 (mongodb-src-r2.0.3.tar.gz) = f5f365adc6597d5c3c086da27f0ca179313da03fb547a2202badd23f95360699 SHA256 (mongodb-src-r2.0.4.tar.gz) = 65296df2777778f49a72513483d048f271339683c89d676b80e76687496a38f9
SIZE (mongodb-src-r2.0.3.tar.gz) = 2964557 SIZE (mongodb-src-r2.0.4.tar.gz) = 2966431

View file

@ -1,5 +1,5 @@
--- SConstruct.orig 2012-02-29 18:18:35.000000000 +0100 --- SConstruct.orig 2012-03-21 22:02:02.000000000 +0100
+++ SConstruct 2012-02-29 18:30:34.000000000 +0100 +++ SConstruct 2012-03-21 23:21:09.000000000 +0100
@@ -714,7 +714,10 @@ @@ -714,7 +714,10 @@
#make scons colorgcc friendly #make scons colorgcc friendly
@ -24,7 +24,7 @@
else: else:
myModule.configure( env , fileLists , options_topass ) myModule.configure( env , fileLists , options_topass )
@@ -1481,7 +1485,7 @@ @@ -1458,7 +1462,7 @@
fullInstallName = installDir + "/bin/" + name fullInstallName = installDir + "/bin/" + name
allBinaries += [ name ] allBinaries += [ name ]