From owner-svn-ports-all@freebsd.org Thu Mar 9 14:33:22 2017 Return-Path: Delivered-To: svn-ports-all@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 66394D044CA; Thu, 9 Mar 2017 14:33:22 +0000 (UTC) (envelope-from tz@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 1BEF317E7; Thu, 9 Mar 2017 14:33:22 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v29EXLmA091517; Thu, 9 Mar 2017 14:33:21 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v29EXKBE091513; Thu, 9 Mar 2017 14:33:20 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703091433.v29EXKBE091513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 9 Mar 2017 14:33:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435758 - in head/devel: . rubygem-jira-ruby X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2017 14:33:22 -0000 Author: tz Date: Thu Mar 9 14:33:20 2017 New Revision: 435758 URL: https://svnweb.freebsd.org/changeset/ports/435758 Log: New port: devel/rubygem-jira-ruby This gem provides access to the Atlassian JIRA REST API. WWW: http://www.sumoheavy.com/ Added: head/devel/rubygem-jira-ruby/ head/devel/rubygem-jira-ruby/Makefile (contents, props changed) head/devel/rubygem-jira-ruby/distinfo (contents, props changed) head/devel/rubygem-jira-ruby/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 9 14:25:12 2017 (r435757) +++ head/devel/Makefile Thu Mar 9 14:33:20 2017 (r435758) @@ -5294,6 +5294,7 @@ SUBDIR += rubygem-jbuilder SUBDIR += rubygem-jekyll-coffeescript SUBDIR += rubygem-jeweler + SUBDIR += rubygem-jira-ruby SUBDIR += rubygem-jmespath SUBDIR += rubygem-jquery-ui-themes SUBDIR += rubygem-jruby-jars Added: head/devel/rubygem-jira-ruby/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-jira-ruby/Makefile Thu Mar 9 14:33:20 2017 (r435758) @@ -0,0 +1,22 @@ +# Created by: Torsten Zuehlsdorff +# $FreeBSD$ + +PORTNAME= jira-ruby +PORTVERSION= 1.2.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= API for JIRA + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-activesupport4>=4.0:devel/rubygem-activesupport4 \ + rubygem-oauth>=0.5.0:net/rubygem-oauth + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-jira-ruby/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-jira-ruby/distinfo Thu Mar 9 14:33:20 2017 (r435758) @@ -0,0 +1,3 @@ +TIMESTAMP = 1489069801 +SHA256 (rubygem/jira-ruby-1.2.0.gem) = 427127d81f6cbe94ba8c0b9c25e7caedcdee6226719ddd9a9ab4b9c64d2dda4a +SIZE (rubygem/jira-ruby-1.2.0.gem) = 53760 Added: head/devel/rubygem-jira-ruby/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-jira-ruby/pkg-descr Thu Mar 9 14:33:20 2017 (r435758) @@ -0,0 +1,3 @@ +This gem provides access to the Atlassian JIRA REST API. + +WWW: http://www.sumoheavy.com/