svn commit: r521838 - in head/devel: . rubygem-aws-sdk-codestarconnections
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jan 2 16:16:39 UTC 2020
Author: sunpoet
Date: Thu Jan 2 16:16:38 2020
New Revision: 521838
URL: https://svnweb.freebsd.org/changeset/ports/521838
Log:
Add rubygem-aws-sdk-codestarconnections 1.0.0
Official AWS Ruby gem for AWS CodeStar connections.
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codestarconnections
Added:
head/devel/rubygem-aws-sdk-codestarconnections/
head/devel/rubygem-aws-sdk-codestarconnections/Makefile (contents, props changed)
head/devel/rubygem-aws-sdk-codestarconnections/distinfo (contents, props changed)
head/devel/rubygem-aws-sdk-codestarconnections/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Jan 2 15:06:20 2020 (r521837)
+++ head/devel/Makefile Thu Jan 2 16:16:38 2020 (r521838)
@@ -5502,6 +5502,7 @@
SUBDIR += rubygem-aws-sdk-codegurureviewer
SUBDIR += rubygem-aws-sdk-codepipeline
SUBDIR += rubygem-aws-sdk-codestar
+ SUBDIR += rubygem-aws-sdk-codestarconnections
SUBDIR += rubygem-aws-sdk-codestarnotifications
SUBDIR += rubygem-aws-sdk-cognitoidentity
SUBDIR += rubygem-aws-sdk-cognitoidentityprovider
Added: head/devel/rubygem-aws-sdk-codestarconnections/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-codestarconnections/Makefile Thu Jan 2 16:16:38 2020 (r521838)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= aws-sdk-codestarconnections
+PORTVERSION= 1.0.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Official AWS Ruby gem for AWS CodeStar connections
+
+LICENSE= APACHE20
+
+RUN_DEPENDS= rubygem-aws-sdk-core>=3.71.0<4:devel/rubygem-aws-sdk-core \
+ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-aws-sdk-codestarconnections/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-codestarconnections/distinfo Thu Jan 2 16:16:38 2020 (r521838)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1577977076
+SHA256 (rubygem/aws-sdk-codestarconnections-1.0.0.gem) = 4ba71239d0c557d71815b0f5b0e8b8a8eb17aabfc327bb33064710ea3ee67397
+SIZE (rubygem/aws-sdk-codestarconnections-1.0.0.gem) = 11776
Added: head/devel/rubygem-aws-sdk-codestarconnections/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-codestarconnections/pkg-descr Thu Jan 2 16:16:38 2020 (r521838)
@@ -0,0 +1,4 @@
+Official AWS Ruby gem for AWS CodeStar connections.
+
+WWW: https://github.com/aws/aws-sdk-ruby
+WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codestarconnections
More information about the svn-ports-all
mailing list