diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-03-22 13:10:25 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-03-22 13:10:25 +0000 |
commit | 0846367b5b58f20ebe7208f157796263d01d1597 (patch) | |
tree | 3a9ed2b8f19f94251ad14cfe6973fb9fc107da86 /databases/mongodb/Makefile | |
parent | f3fee80f19425f619d6a106221317e4b587f1119 (diff) | |
download | ports-0846367b5b58f20ebe7208f157796263d01d1597.tar.gz ports-0846367b5b58f20ebe7208f157796263d01d1597.zip |
- 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)
Notes
Notes:
svn path=/head/; revision=314923
Diffstat (limited to 'databases/mongodb/Makefile')
-rw-r--r-- | databases/mongodb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile index 6ef95ddd81f7..081058d5e320 100644 --- a/databases/mongodb/Makefile +++ b/databases/mongodb/Makefile @@ -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 \ |