From owner-svn-ports-head@FreeBSD.ORG Thu Feb 21 15:47:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B0EF3C09; Thu, 21 Feb 2013 15:47:26 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 85A02F03; Thu, 21 Feb 2013 15:47:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1LFlQsb072477; Thu, 21 Feb 2013 15:47:26 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1LFlQQo072473; Thu, 21 Feb 2013 15:47:26 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201302211547.r1LFlQQo072473@svn.freebsd.org> From: Wesley Shields Date: Thu, 21 Feb 2013 15:47:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312722 - in head/databases/mongodb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 15:47:26 -0000 Author: wxs Date: Thu Feb 21 15:47:25 2013 New Revision: 312722 URL: http://svnweb.freebsd.org/changeset/ports/312722 Log: Update to 2.2.2 PR: ports/175608 Submitted by: Waitman Gobble Modified: head/databases/mongodb/Makefile head/databases/mongodb/distinfo head/databases/mongodb/files/mongod.in (contents, props changed) Modified: head/databases/mongodb/Makefile ============================================================================== --- head/databases/mongodb/Makefile Thu Feb 21 15:41:33 2013 (r312721) +++ head/databases/mongodb/Makefile Thu Feb 21 15:47:25 2013 (r312722) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mongodb -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.2 PORTREVISION= 2 CATEGORIES= databases net MASTER_SITES= http://downloads.mongodb.org/src/ Modified: head/databases/mongodb/distinfo ============================================================================== --- head/databases/mongodb/distinfo Thu Feb 21 15:41:33 2013 (r312721) +++ head/databases/mongodb/distinfo Thu Feb 21 15:47:25 2013 (r312722) @@ -1,2 +1,2 @@ -SHA256 (mongodb-src-r2.2.0.tar.gz) = 084626e476ac747dfae143889c24a10f739cd54480af9bf253f50999f065608b -SIZE (mongodb-src-r2.0.6.tar.gz) = 10150762 +SHA256 (mongodb-src-r2.2.2.tar.gz) = e646abd0a9839dec11fa4f35089aad8e9aeef628bce7832ab40a3138c7462127 +SIZE (mongodb-src-r2.2.2.tar.gz) = 10171793 Modified: head/databases/mongodb/files/mongod.in ============================================================================== --- head/databases/mongodb/files/mongod.in Thu Feb 21 15:41:33 2013 (r312721) +++ head/databases/mongodb/files/mongod.in Thu Feb 21 15:47:25 2013 (r312722) @@ -32,6 +32,17 @@ load_rc_config $name : ${mongod_dbpath="/var/db/mongodb"} : ${mongod_user="mongodb"} +# Note: if you use a config file for mongodb, +# the parameters passed on cl override the config file +# ie, dbpath, logappend, logpath etc in the command_args below. +# This means that your config file will be ignored unless +# you comment out remove the cl parameters. +# +# Using config file: uncomment the following line AND comment out +# the next line. + +# command_args="-f $mongod_config" + command_args="-f $mongod_config --dbpath $mongod_dbpath --logappend --logpath $mongod_dbpath/mongod.log --fork" required_dirs=${mongod_dbpath}