View | Details | Raw Unified | Return to bug 148966
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mongodb
8
PORTNAME=	mongodb
9
PORTVERSION=	1.3.1
9
PORTVERSION=	1.5.6
10
CATEGORIES=	databases net
10
CATEGORIES=	databases net
11
MASTER_SITES=	http://downloads.mongodb.org/src/
11
MASTER_SITES=	http://downloads.mongodb.org/src/
12
PKGNAMESUFFIX=	-devel
12
PKGNAMESUFFIX=	-devel
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (mongodb-src-r1.3.1.tar.gz) = a08c5e2a75d5316e2efcc22dbe924a70
1
MD5 (mongodb-src-r1.5.6.tar.gz) = 5a40c344208fabfcddf0469abe48a0d7
2
SHA256 (mongodb-src-r1.3.1.tar.gz) = ef65bd34a534be67b12a72a979054a6d8584ed5e46d7e69c50b197ab83662640
2
SHA256 (mongodb-src-r1.5.6.tar.gz) = a4f8e8dfe22a3a352738ad4b645fdaf92957b763a01f4a03ce0baca852afe2b0
3
SIZE (mongodb-src-r1.3.1.tar.gz) = 3924642
3
SIZE (mongodb-src-r1.5.6.tar.gz) = 1449920
(-)files/mongod.in (-1 / +1 lines)
Lines 10-16 Link Here
10
#               Set it to YES to enable mongod.
10
#               Set it to YES to enable mongod.
11
#
11
#
12
# Additional configurable variables:
12
# Additional configurable variables:
13
# mongod_config (path):   Set to %%PREFIX%%/etc/mongod.conf
13
# mongod_config (path):   Set to %%PREFIX%%/etc/mongodb.conf
14
#               by default. Additional configuration. You
14
#               by default. Additional configuration. You
15
#               can also use mongod_flags for additional
15
#               can also use mongod_flags for additional
16
#               command line arguments.
16
#               command line arguments.

Return to bug 148966