git: a2ed811feed1 - main - devel/rubygem-jira-ruby21: Add rubygem-jira-ruby21 2.1.5 (copied from rubygem-jira-ruby)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jun 2022 14:05:07 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a2ed811feed19eb49ce4d5b644ed1a26fb132890
commit a2ed811feed19eb49ce4d5b644ed1a26fb132890
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-16 13:58:49 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-16 13:58:49 +0000
devel/rubygem-jira-ruby21: Add rubygem-jira-ruby21 2.1.5 (copied from rubygem-jira-ruby)
- Add PORTSCOUT
---
devel/Makefile | 1 +
devel/rubygem-jira-ruby21/Makefile | 27 +++++++++++++++++++++++++++
devel/rubygem-jira-ruby21/distinfo | 3 +++
devel/rubygem-jira-ruby21/pkg-descr | 3 +++
4 files changed, 34 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 83efd012173b..96a6f8757eab 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6589,6 +6589,7 @@
SUBDIR += rubygem-jenkins_api_client
SUBDIR += rubygem-jeweler
SUBDIR += rubygem-jira-ruby
+ SUBDIR += rubygem-jira-ruby21
SUBDIR += rubygem-jmespath
SUBDIR += rubygem-jquery-ui-themes
SUBDIR += rubygem-jruby-jars
diff --git a/devel/rubygem-jira-ruby21/Makefile b/devel/rubygem-jira-ruby21/Makefile
new file mode 100644
index 000000000000..20fba3c1b2cb
--- /dev/null
+++ b/devel/rubygem-jira-ruby21/Makefile
@@ -0,0 +1,27 @@
+# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
+
+PORTNAME= jira-ruby
+PORTVERSION= 2.1.5
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 21
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= API for JIRA
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-activesupport60>=0:devel/rubygem-activesupport60 \
+ rubygem-atlassian-jwt>=0:www/rubygem-atlassian-jwt \
+ rubygem-multipart-post>=0:www/rubygem-multipart-post \
+ rubygem-oauth>=0.5.0<1:net/rubygem-oauth
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^2\.1\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-jira-ruby21/distinfo b/devel/rubygem-jira-ruby21/distinfo
new file mode 100644
index 000000000000..f59f8a18f179
--- /dev/null
+++ b/devel/rubygem-jira-ruby21/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1611665607
+SHA256 (rubygem/jira-ruby-2.1.5.gem) = dbd4a641f9683fe7a2af5ac4d02c1a20cc221f5cffedcbb11d08f8d456c7080e
+SIZE (rubygem/jira-ruby-2.1.5.gem) = 65536
diff --git a/devel/rubygem-jira-ruby21/pkg-descr b/devel/rubygem-jira-ruby21/pkg-descr
new file mode 100644
index 000000000000..ca669f025376
--- /dev/null
+++ b/devel/rubygem-jira-ruby21/pkg-descr
@@ -0,0 +1,3 @@
+This gem provides access to the Atlassian JIRA REST API.
+
+WWW: https://github.com/sumoheavy/jira-ruby