Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2011 01:21:43 GMT
From:      Steve Wills <swills@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156051: [PATCH] update databases/mongodb to 1.8.0
Message-ID:  <201103300121.p2U1Lhed007864@red.freebsd.org>
Resent-Message-ID: <201103300130.p2U1UEBB053680@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156051
>Category:       ports
>Synopsis:       [PATCH] update databases/mongodb to 1.8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 30 01:30:14 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        
>Organization:
>Environment:
>Description:
The attached patch updates databases/mongodb to 1.8.0. The SCONS_BUILDENV=TERM=xterm line is due to a bug in mongodb, the MacPorts folks added a similar work around.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/mongodb/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	30 Dec 2010 10:29:03 -0000	1.18
+++ Makefile	29 Mar 2011 17:59:12 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	mongodb
-PORTVERSION=	1.6.5
-PORTREVISION=	1
+PORTVERSION=	1.8.0
 CATEGORIES=	databases net
 MASTER_SITES=	http://downloads.mongodb.org/src/ \
 		http://derzinn.de/files/
@@ -30,6 +29,7 @@
 USE_SCONS=	yes
 SCONS_TARGET=	all
 SCONS_ARGS=	--prefix=${PREFIX}
+SCONS_BUILDENV=	TERM=xterm
 
 USE_RC_SUBR=	mongod
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/mongodb/distinfo,v
retrieving revision 1.15
diff -u -r1.15 distinfo
--- distinfo	13 Dec 2010 18:05:44 -0000	1.15
+++ distinfo	29 Mar 2011 15:47:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (mongodb-src-r1.6.5.tar.gz) = 5feac5302be91eea758851d28e4ad09ff4d11a28ffcb61e792ab7aeb5327a8a0
-SIZE (mongodb-src-r1.6.5.tar.gz) = 1506561
+SHA256 (mongodb-src-r1.8.0.tar.gz) = 4c2992e49586d4b4a513937286fd8813f4cef44686e67275c4e96489e4456a96
+SIZE (mongodb-src-r1.8.0.tar.gz) = 1718213


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103300121.p2U1Lhed007864>