Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2015 13:17:50 +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: r382656 - in head/devel/rubygem-bson1: . files
Message-ID:  <201503301317.t2UDHoro089230@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Mar 30 13:17:49 2015
New Revision: 382656
URL: https://svnweb.freebsd.org/changeset/ports/382656
QAT: https://qat.redports.org/buildarchive/r382656/

Log:
  devel/rubygem-bson1: Fix conflict with newer bson

Added:
  head/devel/rubygem-bson1/files/
  head/devel/rubygem-bson1/files/patch-gemspec   (contents, props changed)
Modified:
  head/devel/rubygem-bson1/Makefile

Modified: head/devel/rubygem-bson1/Makefile
==============================================================================
--- head/devel/rubygem-bson1/Makefile	Mon Mar 30 13:16:20 2015	(r382655)
+++ head/devel/rubygem-bson1/Makefile	Mon Mar 30 13:17:49 2015	(r382656)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bson
 PORTVERSION=	1.12.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	1
@@ -16,8 +17,6 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-PLIST_FILES=	bin/b2json bin/j2bson
-
 PORTSCOUT=	limit:^1\.
 
 .include <bsd.port.mk>

Added: head/devel/rubygem-bson1/files/patch-gemspec
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-bson1/files/patch-gemspec	Mon Mar 30 13:17:49 2015	(r382656)
@@ -0,0 +1,10 @@
+--- bson.gemspec.orig	2014-11-29 13:32:55.000000000 +0000
++++ bson.gemspec	2014-11-29 13:33:02.000000000 +0000
+@@ -12,7 +12,6 @@
+   s.date = "2014-09-15"
+   s.description = "A Ruby BSON implementation for MongoDB. For more information about Mongo, see http://www.mongodb.org. For more information on BSON, see http://www.bsonspec.org."
+   s.email = "mongodb-dev@googlegroups.com"
+-  s.executables = ["b2json", "j2bson"]
+   s.files = ["LICENSE", "VERSION", "bin/b2json", "bin/j2bson", "bson.gemspec", "lib/bson.rb", "lib/bson/bson_c.rb", "lib/bson/bson_java.rb", "lib/bson/bson_ruby.rb", "lib/bson/byte_buffer.rb", "lib/bson/exceptions.rb", "lib/bson/grow.rb", "lib/bson/ordered_hash.rb", "lib/bson/support/hash_with_indifferent_access.rb", "lib/bson/types/binary.rb", "lib/bson/types/code.rb", "lib/bson/types/dbref.rb", "lib/bson/types/min_max_keys.rb", "lib/bson/types/object_id.rb", "lib/bson/types/regex.rb", "lib/bson/types/timestamp.rb"]
+   s.homepage = "http://www.mongodb.org"
+   s.licenses = ["Apache License Version 2.0"]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503301317.t2UDHoro089230>