From owner-svn-ports-head@freebsd.org Sun Dec 13 14:27:50 2015 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 F1A50A4232A; Sun, 13 Dec 2015 14:27:49 +0000 (UTC) (envelope-from mmoll@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 AE6891AA4; Sun, 13 Dec 2015 14:27:49 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBDERm9d063996; Sun, 13 Dec 2015 14:27:48 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBDERmlW063993; Sun, 13 Dec 2015 14:27:48 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201512131427.tBDERmlW063993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Sun, 13 Dec 2015 14:27:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403673 - 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: Sun, 13 Dec 2015 14:27:50 -0000 Author: mmoll Date: Sun Dec 13 14:27:48 2015 New Revision: 403673 URL: https://svnweb.freebsd.org/changeset/ports/403673 Log: www/rubygem-asana: update to 0.5.0 Added: head/www/rubygem-asana/files/ head/www/rubygem-asana/files/patch-asana.gemspec (contents, props changed) Modified: head/www/rubygem-asana/Makefile head/www/rubygem-asana/distinfo Modified: head/www/rubygem-asana/Makefile ============================================================================== --- head/www/rubygem-asana/Makefile Sun Dec 13 14:21:05 2015 (r403672) +++ head/www/rubygem-asana/Makefile Sun Dec 13 14:27:48 2015 (r403673) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asana -PORTVERSION= 0.0.6 +PORTVERSION= 0.5.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -9,9 +9,12 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby wrapper for the Asana REST API LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-activeresource>=3.2.3:${PORTSDIR}/www/rubygem-activeresource +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 NO_ARCH= yes Modified: head/www/rubygem-asana/distinfo ============================================================================== --- head/www/rubygem-asana/distinfo Sun Dec 13 14:21:05 2015 (r403672) +++ head/www/rubygem-asana/distinfo Sun Dec 13 14:27:48 2015 (r403673) @@ -1,2 +1,2 @@ -SHA256 (rubygem/asana-0.0.6.gem) = 97b5746426956cd347627f80f83e267084572282cf84f4320ea90dc8fd2d62f4 -SIZE (rubygem/asana-0.0.6.gem) = 11264 +SHA256 (rubygem/asana-0.5.0.gem) = 473b2a1937123dc36abb883f618d1e81f6db6a7a942271a0643254bb0df22045 +SIZE (rubygem/asana-0.5.0.gem) = 37888 Added: 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-asana.gemspec Sun Dec 13 14:27:48 2015 (r403673) @@ -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")