Date: Sun, 24 Aug 2014 03:08:05 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365882 - head/devel/rubygem-mongo Message-ID: <201408240308.s7O385Nk020015@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Aug 24 03:08:04 2014 New Revision: 365882 URL: http://svnweb.freebsd.org/changeset/ports/365882 QAT: https://qat.redports.org/buildarchive/r365882/ Log: devel/rubygem-mongo: use the 1.x version of rubygem-bson that mongo wants Modified: head/devel/rubygem-mongo/Makefile Modified: head/devel/rubygem-mongo/Makefile ============================================================================== --- head/devel/rubygem-mongo/Makefile Sun Aug 24 03:07:07 2014 (r365881) +++ head/devel/rubygem-mongo/Makefile Sun Aug 24 03:08:04 2014 (r365882) @@ -3,6 +3,7 @@ PORTNAME= mongo PORTVERSION= 1.10.2 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= Ruby driver for MongoDB LICENSE= APACHE20 -RUN_DEPENDS= rubygem-bson>=1.10.2:${PORTSDIR}/devel/rubygem-bson +RUN_DEPENDS= rubygem-bson1>=1.10.2:${PORTSDIR}/devel/rubygem-bson1 USE_RUBY= yes USE_RUBYGEMS= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408240308.s7O385Nk020015>