mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Update to 1.4.1
PR: ports/145722 Submitted by: Mirko Zinn <main@derzinn.de> (maintainer) Approved by: itetcu (mentor, implicit)
This commit is contained in:
parent
3bcac2f642
commit
efe7e1bb9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252814
@ -6,11 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= mongodb
|
||||
PORTVERSION= 1.4.0
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= databases net
|
||||
MASTER_SITES= http://downloads.mongodb.org/src/ \
|
||||
http://derzinn.de/files/
|
||||
DISTNAME= mongodb-src-r${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}-src-r${PORTVERSION}
|
||||
|
||||
MAINTAINER= mail@derzinn.de
|
||||
COMMENT= A NOSQL distributed document-oriented database
|
||||
@ -31,7 +31,7 @@ SCONS_TARGET= all
|
||||
|
||||
USE_RC_SUBR= mongod
|
||||
MONGO_FILES= mongo mongod mongodump mongoexport mongofiles \
|
||||
mongoimport mongorestore mongos mongosniff
|
||||
mongoimport mongorestore mongos mongosniff mongostat
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${OSVERSION} < 700042
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (mongodb-src-r1.4.0.tar.gz) = 67bed1687c37ce77d36fb73b63dca6b5
|
||||
SHA256 (mongodb-src-r1.4.0.tar.gz) = 2a3a9e9a7267aadcc730a6b1010894df9397fb5d19c29010fdc2de95ef5b31cb
|
||||
SIZE (mongodb-src-r1.4.0.tar.gz) = 1184638
|
||||
MD5 (mongodb-src-r1.4.1.tar.gz) = d25a675739a93e449e5bdea459f7235a
|
||||
SHA256 (mongodb-src-r1.4.1.tar.gz) = 8a88057f696cd79826b216a72add56bc12910e84165446a30f7ef1b08d3129a2
|
||||
SIZE (mongodb-src-r1.4.1.tar.gz) = 1185960
|
||||
|
@ -8,5 +8,6 @@ bin/mongoimport
|
||||
bin/mongorestore
|
||||
bin/mongos
|
||||
bin/mongosniff
|
||||
bin/mongostat
|
||||
lib/libmongoclient.a
|
||||
@exec if [ ! -f %D/etc/mongodb.conf ]; then /usr/bin/touch %D/etc/mongodb.conf; fi
|
||||
|
Loading…
Reference in New Issue
Block a user