Bug 176698 - [PATCH] databases/mongodb: update to 2.2.3
Summary: [PATCH] databases/mongodb: update to 2.2.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-06 19:30 UTC by William Grzybowski
Modified: 2013-03-22 13:20 UTC (History)
0 users

See Also:


Attachments
mongodb.patch (823 bytes, patch)
2013-03-06 19:30 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2013-03-06 19:30:00 UTC
	Update to 2.2.3
	Redports: https://redports.org/buildarchive/20130306182200-30954/
		https://redports.org/buildarchive/20130306192028-14057/

Fix: See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-06 19:30:07 UTC
Maintainer of databases/mongodb,

Please note that PR ports/176698 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176698

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-06 19:30:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2013-03-06 21:44:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 4 William Grzybowski 2013-03-22 11:47:37 UTC
If the maintainer is no longer interested I would happily be the
maintainer of this port.

--
William Grzybowski
------------------------------------------
Ag=EAncia Livre - www.agencialivre.com.br
Curitiba/PR - Brasil
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-03-22 13:10:38 UTC
Author: culot
Date: Fri Mar 22 13:10:25 2013
New Revision: 314923
URL: http://svnweb.freebsd.org/changeset/ports/314923

Log:
  - Update to 2.2.3 [1]
  - Remove leading article from COMMENT
  
  PR:		ports/176698 [1]
  Submitted by:	William Grzybowski <william88@gmail.com>
  Approved by:	maintainer (timeout, >14 days)

Modified:
  head/databases/mongodb/Makefile
  head/databases/mongodb/distinfo

Modified: head/databases/mongodb/Makefile
==============================================================================
--- head/databases/mongodb/Makefile	Fri Mar 22 13:03:26 2013	(r314922)
+++ head/databases/mongodb/Makefile	Fri Mar 22 13:10:25 2013	(r314923)
@@ -2,14 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	mongodb
-PORTVERSION=	2.2.2
-PORTREVISION=	2
+PORTVERSION=	2.2.3
 CATEGORIES=	databases net
 MASTER_SITES=	http://downloads.mongodb.org/src/
 DISTNAME=	${PORTNAME}-src-r${PORTVERSION}
 
 MAINTAINER=	mail@derzinn.de
-COMMENT=	A NOSQL distributed document-oriented database
+COMMENT=	NOSQL distributed document-oriented database
 
 LIB_DEPENDS=	boost_system:${PORTSDIR}/devel/boost-libs \
 		execinfo.1:${PORTSDIR}/devel/libexecinfo \

Modified: head/databases/mongodb/distinfo
==============================================================================
--- head/databases/mongodb/distinfo	Fri Mar 22 13:03:26 2013	(r314922)
+++ head/databases/mongodb/distinfo	Fri Mar 22 13:10:25 2013	(r314923)
@@ -1,2 +1,2 @@
-SHA256 (mongodb-src-r2.2.2.tar.gz) = e646abd0a9839dec11fa4f35089aad8e9aeef628bce7832ab40a3138c7462127
-SIZE (mongodb-src-r2.2.2.tar.gz) = 10171793
+SHA256 (mongodb-src-r2.2.3.tar.gz) = dd292c73f8182eb201ae4dd4bd7132c79c56247a7bc4fcde9d09a5bc6c74978d
+SIZE (mongodb-src-r2.2.3.tar.gz) = 10178451
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Frederic Culot freebsd_committer freebsd_triage 2013-03-22 13:10:39 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!