git: fd6652374d9f - main - devel/rubygem-aws-sdk-migrationhuborchestrator: Add rubygem-aws-sdk-migrationhuborchestrator 1.0.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 03 Oct 2022 17:12:29 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fd6652374d9fc1689675ada51c0438af7fd65832

commit fd6652374d9fc1689675ada51c0438af7fd65832
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-10-03 16:56:39 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-03 17:10:14 +0000

    devel/rubygem-aws-sdk-migrationhuborchestrator: Add rubygem-aws-sdk-migrationhuborchestrator 1.0.0
    
    Official AWS Ruby gem for AWS Migration Hub Orchestrator.
    
    See also: https://github.com/aws/aws-sdk-ruby
---
 devel/Makefile                                      |  1 +
 .../Makefile                                        | 21 +++++++++++++++++++++
 .../distinfo                                        |  3 +++
 .../pkg-descr                                       |  3 +++
 4 files changed, 28 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index e4a63c547b2a..5b7582a0171f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6018,6 +6018,7 @@
     SUBDIR += rubygem-aws-sdk-mgn
     SUBDIR += rubygem-aws-sdk-migrationhub
     SUBDIR += rubygem-aws-sdk-migrationhubconfig
+    SUBDIR += rubygem-aws-sdk-migrationhuborchestrator
     SUBDIR += rubygem-aws-sdk-migrationhubrefactorspaces
     SUBDIR += rubygem-aws-sdk-migrationhubstrategyrecommendations
     SUBDIR += rubygem-aws-sdk-mobile
diff --git a/devel/rubygem-aws-sdk-migrationhuborchestrator/Makefile b/devel/rubygem-aws-sdk-migrationhuborchestrator/Makefile
new file mode 100644
index 000000000000..4915500b2f8d
--- /dev/null
+++ b/devel/rubygem-aws-sdk-migrationhuborchestrator/Makefile
@@ -0,0 +1,21 @@
+PORTNAME=	aws-sdk-migrationhuborchestrator
+PORTVERSION=	1.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Official AWS Ruby gem for AWS Migration Hub Orchestrator
+WWW=		https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-migrationhuborchestrator
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-aws-sdk-core>=3.127.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>
diff --git a/devel/rubygem-aws-sdk-migrationhuborchestrator/distinfo b/devel/rubygem-aws-sdk-migrationhuborchestrator/distinfo
new file mode 100644
index 000000000000..82c56663b041
--- /dev/null
+++ b/devel/rubygem-aws-sdk-migrationhuborchestrator/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1664767812
+SHA256 (rubygem/aws-sdk-migrationhuborchestrator-1.0.0.gem) = b1b31f611167301a3c83f5bf728c36cf1711d21e3b8a84b98f4d076f10c7e11a
+SIZE (rubygem/aws-sdk-migrationhuborchestrator-1.0.0.gem) = 34816
diff --git a/devel/rubygem-aws-sdk-migrationhuborchestrator/pkg-descr b/devel/rubygem-aws-sdk-migrationhuborchestrator/pkg-descr
new file mode 100644
index 000000000000..dc1347a51e89
--- /dev/null
+++ b/devel/rubygem-aws-sdk-migrationhuborchestrator/pkg-descr
@@ -0,0 +1,3 @@
+Official AWS Ruby gem for AWS Migration Hub Orchestrator.
+
+See also: https://github.com/aws/aws-sdk-ruby