From owner-svn-ports-head@FreeBSD.ORG Mon Mar 30 13:17:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AD7FA5D; Mon, 30 Mar 2015 13:17:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6ADC7EBC; Mon, 30 Mar 2015 13:17:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2UDHpmh089235; Mon, 30 Mar 2015 13:17:51 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2UDHoro089230; Mon, 30 Mar 2015 13:17:50 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201503301317.t2UDHoro089230@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 30 Mar 2015 13:17:50 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 13:17:51 -0000 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 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"]