From d9f8ef49a22d310705c4997a74d6d2a0f60c636b Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Sat, 23 Apr 2011 13:45:28 +0000 Subject: - Update from 1.6.5 to 1.8.1 [1] - Attached a patch to fix the TERM handling issue in SConstruct [1] - Added "ldconfig" to the rc.d script to start mongod correctly if running in a jail [1] - Remove unsupported FreeBSD version stuff - Replace pkg-install and pkg-deinstall with USERS and GROUPS in Makefile PR: ports/156297 [1] Submitted by: Mirko Zinn (maintainer) --- databases/mongodb/Makefile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'databases/mongodb/Makefile') diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile index e79d17257441..45ce6b55e502 100644 --- a/databases/mongodb/Makefile +++ b/databases/mongodb/Makefile @@ -6,11 +6,10 @@ # PORTNAME= mongodb -PORTVERSION= 1.6.5 -PORTREVISION= 1 +PORTVERSION= 1.8.1 CATEGORIES= databases net MASTER_SITES= http://downloads.mongodb.org/src/ \ - http://derzinn.de/files/ + http://files.derzinn.de/ DISTNAME= ${PORTNAME}-src-r${PORTVERSION} MAINTAINER= mail@derzinn.de @@ -31,14 +30,13 @@ USE_SCONS= yes SCONS_TARGET= all SCONS_ARGS= --prefix=${PREFIX} +USERS= mongodb +GROUPS= mongodb + USE_RC_SUBR= mongod .include -.if ${OSVERSION} < 700042 -BROKEN= Does not build -.endif - .if defined(WITH_DEVEL) SCONS_ARGS+= --full PLIST_SUB+= DEVEL="" @@ -56,6 +54,4 @@ post-install: ${TOUCH} ${PREFIX}/etc/mongodb.conf ; \ fi - PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - .include -- cgit v1.2.3