Index: head/databases/mongodb/Makefile =================================================================== --- head/databases/mongodb/Makefile (revision 280259) +++ head/databases/mongodb/Makefile (revision 280260) @@ -1,56 +1,56 @@ # New ports collection makefile for: mongodb # Date created: 3 November 2009 # Whom: Mirko Zinn # # $FreeBSD$ # PORTNAME= mongodb -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.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 LIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs \ js:${PORTSDIR}/lang/spidermonkey \ pcre:${PORTSDIR}/devel/pcre \ nspr4:${PORTSDIR}/devel/nspr \ execinfo.1:${PORTSDIR}/devel/libexecinfo ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64" OPTIONS= DEVEL "Install development files (library and headers)" off USE_SCONS= yes SCONS_TARGET= all SCONS_ARGS= --prefix=${PREFIX} --cxx=${CXX} --cpp=${CPP} USERS= mongodb GROUPS= mongodb USE_RC_SUBR= mongod .include .if defined(WITH_DEVEL) SCONS_ARGS+= --full PLIST_SUB+= DEVEL="" .else PLIST_SUB+= DEVEL="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|elif "freebsd7" == os.sys.platform|elif os.sys.platform.startswith("freebsd")|' \ -e '/not GetOption("nostrip")/ s,linux,linux or freebsd,g' \ ${WRKSRC}/SConstruct post-install: @if [ ! -f ${PREFIX}/etc/mongodb.conf ]; then \ ${TOUCH} ${PREFIX}/etc/mongodb.conf ; \ fi .include Property changes on: head/databases/mongodb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/databases/mongodb/distinfo =================================================================== --- head/databases/mongodb/distinfo (revision 280259) +++ head/databases/mongodb/distinfo (revision 280260) @@ -1,2 +1,2 @@ -SHA256 (mongodb-src-r1.8.2.tar.gz) = 1dd376b15e2b7288a77da2e1b0c6ffa5d2c62cdaf4bccfd9aa51c075a1f1bfb8 -SIZE (mongodb-src-r1.8.2.tar.gz) = 1722704 +SHA256 (mongodb-src-r1.8.3.tar.gz) = ee121c9698a48b819f1c5b5ba10a98d565bd732d527743f1475f54f697dd63e2 +SIZE (mongodb-src-r1.8.3.tar.gz) = 1726144 Property changes on: head/databases/mongodb/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property