svn commit: r365882 - head/devel/rubygem-mongo

Steve Wills swills at FreeBSD.org
Sun Aug 24 03:08:05 UTC 2014


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


More information about the svn-ports-head mailing list