From owner-svn-ports-head@freebsd.org Mon Feb 1 19:48:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5BAEA97A90; Mon, 1 Feb 2016 19:48:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 64692161A; Mon, 1 Feb 2016 19:48:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u11Jmhdm004035; Mon, 1 Feb 2016 19:48:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u11JmhfF004033; Mon, 1 Feb 2016 19:48:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201602011948.u11JmhfF004033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 1 Feb 2016 19:48:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407755 - in head/www/rubygem-asana: . 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.20 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, 01 Feb 2016 19:48:44 -0000 Author: sunpoet Date: Mon Feb 1 19:48:43 2016 New Revision: 407755 URL: https://svnweb.freebsd.org/changeset/ports/407755 Log: - Add = - Rename gemspec patch to patch-gemspec Added: head/www/rubygem-asana/files/patch-gemspec - copied unchanged from r407754, head/www/rubygem-asana/files/patch-asana.gemspec Deleted: head/www/rubygem-asana/files/patch-asana.gemspec Modified: head/www/rubygem-asana/Makefile Modified: head/www/rubygem-asana/Makefile ============================================================================== --- head/www/rubygem-asana/Makefile Mon Feb 1 19:48:38 2016 (r407754) +++ head/www/rubygem-asana/Makefile Mon Feb 1 19:48:43 2016 (r407755) @@ -14,10 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-faraday>=0.9:${PORTSDIR}/www/rubygem-faraday \ rubygem-faraday_middleware>=0.9:${PORTSDIR}/www/rubygem-faraday_middleware \ rubygem-faraday_middleware-multi_json>=0.0:${PORTSDIR}/devel/rubygem-faraday_middleware-multi_json \ - rubygem-oauth2>1.0:${PORTSDIR}/net/rubygem-oauth2 + rubygem-oauth2>=1.0:${PORTSDIR}/net/rubygem-oauth2 NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Copied: head/www/rubygem-asana/files/patch-gemspec (from r407754, head/www/rubygem-asana/files/patch-asana.gemspec) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-asana/files/patch-gemspec Mon Feb 1 19:48:43 2016 (r407755, copy of r407754, head/www/rubygem-asana/files/patch-asana.gemspec) @@ -0,0 +1,11 @@ +--- asana.gemspec.orig 2015-12-13 14:23:30 UTC ++++ asana.gemspec +@@ -12,7 +12,7 @@ Gem::Specification.new do |s| + s.date = "2015-12-03" + s.description = "Official Ruby client for the Asana API" + s.email = ["me@txus.io"] +- s.files = [".codeclimate.yml", ".gitignore", ".rspec", ".rubocop.yml", ".travis.yml", ".yardopts", "CODE_OF_CONDUCT.md", "Gemfile", "Guardfile", "LICENSE.txt", "README.md", "Rakefile", "asana.gemspec", "bin/console", "bin/setup", "examples/Gemfile", "examples/Gemfile.lock", "examples/cli_app.rb", "examples/events.rb", "examples/omniauth_integration.rb", "examples/personal_access_token.rb", "lib/asana.rb", "lib/asana/authentication.rb", "lib/asana/authentication/oauth2.rb", "lib/asana/authentication/oauth2/access_token_authentication.rb", "lib/asana/authentication/oauth2/bearer_token_authentication.rb", "lib/asana/authentication/oauth2/client.rb", "lib/asana/authentication/token_authentication.rb", "lib/asana/client.rb", "lib/asana/client/configuration.rb", "lib/asana/errors.rb", "lib/asana/http_client.rb", "lib/asana/http_client/environment_info.rb", "lib/asana/http_client/error_handling.rb", "lib/asana/http_client/response.rb", "lib/asana/resource_includes/attachment_uploading.r b", "lib/asana/resource_includes/collection.rb", "lib/asana/resource_includes/event.rb", "lib/asana/resource_includes/event_subscription.rb", "lib/asana/resource_includes/events.rb", "lib/asana/resource_includes/registry.rb", "lib/asana/resource_includes/resource.rb", "lib/asana/resource_includes/response_helper.rb", "lib/asana/resources.rb", "lib/asana/resources/attachment.rb", "lib/asana/resources/project.rb", "lib/asana/resources/story.rb", "lib/asana/resources/tag.rb", "lib/asana/resources/task.rb", "lib/asana/resources/team.rb", "lib/asana/resources/user.rb", "lib/asana/resources/webhook.rb", "lib/asana/resources/workspace.rb", "lib/asana/ruby2_0_0_compatibility.rb", "lib/asana/version.rb", "lib/templates/index.js", "lib/templates/resource.ejs", "package.json"] ++ s.files = [".codeclimate.yml", ".gitignore", ".rspec", ".rubocop.yml", ".travis.yml", ".yardopts", "CODE_OF_CONDUCT.md", "Gemfile", "Guardfile", "LICENSE.txt", "README.md", "Rakefile", "asana.gemspec", "examples/Gemfile", "examples/Gemfile.lock", "examples/cli_app.rb", "examples/events.rb", "examples/omniauth_integration.rb", "examples/personal_access_token.rb", "lib/asana.rb", "lib/asana/authentication.rb", "lib/asana/authentication/oauth2.rb", "lib/asana/authentication/oauth2/access_token_authentication.rb", "lib/asana/authentication/oauth2/bearer_token_authentication.rb", "lib/asana/authentication/oauth2/client.rb", "lib/asana/authentication/token_authentication.rb", "lib/asana/client.rb", "lib/asana/client/configuration.rb", "lib/asana/errors.rb", "lib/asana/http_client.rb", "lib/asana/http_client/environment_info.rb", "lib/asana/http_client/error_handling.rb", "lib/asana/http_client/response.rb", "lib/asana/resource_includes/attachment_uploading.rb", "lib/asana/resource_incl udes/collection.rb", "lib/asana/resource_includes/event.rb", "lib/asana/resource_includes/event_subscription.rb", "lib/asana/resource_includes/events.rb", "lib/asana/resource_includes/registry.rb", "lib/asana/resource_includes/resource.rb", "lib/asana/resource_includes/response_helper.rb", "lib/asana/resources.rb", "lib/asana/resources/attachment.rb", "lib/asana/resources/project.rb", "lib/asana/resources/story.rb", "lib/asana/resources/tag.rb", "lib/asana/resources/task.rb", "lib/asana/resources/team.rb", "lib/asana/resources/user.rb", "lib/asana/resources/webhook.rb", "lib/asana/resources/workspace.rb", "lib/asana/ruby2_0_0_compatibility.rb", "lib/asana/version.rb", "lib/templates/index.js", "lib/templates/resource.ejs", "package.json"] + s.homepage = "https://github.com/asana/ruby-asana" + s.licenses = ["MIT"] + s.required_ruby_version = Gem::Requirement.new("~> 2.0")