git: edea3e6e07e4 - main - devel/rubygem-aws-sdk-supportauthz: Add rubygem-aws-sdk-supportauthz 1.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Jul 2026 12:22:49 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=edea3e6e07e4d697acb2cc3e144b310cd13cd9d6
commit edea3e6e07e4d697acb2cc3e144b310cd13cd9d6
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-11 11:45:50 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-11 12:20:44 +0000
devel/rubygem-aws-sdk-supportauthz: Add rubygem-aws-sdk-supportauthz 1.0.0
Official AWS Ruby gem for AWS SupportAuthZ.
---
devel/Makefile | 1 +
devel/rubygem-aws-sdk-supportauthz/Makefile | 20 ++++++++++++++++++++
devel/rubygem-aws-sdk-supportauthz/distinfo | 3 +++
devel/rubygem-aws-sdk-supportauthz/pkg-descr | 1 +
4 files changed, 25 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index b406dea38c0a..c5bf88c7e298 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7189,6 +7189,7 @@
SUBDIR += rubygem-aws-sdk-supplychain
SUBDIR += rubygem-aws-sdk-support
SUBDIR += rubygem-aws-sdk-supportapp
+ SUBDIR += rubygem-aws-sdk-supportauthz
SUBDIR += rubygem-aws-sdk-sustainability
SUBDIR += rubygem-aws-sdk-swf
SUBDIR += rubygem-aws-sdk-synthetics
diff --git a/devel/rubygem-aws-sdk-supportauthz/Makefile b/devel/rubygem-aws-sdk-supportauthz/Makefile
new file mode 100644
index 000000000000..76e0f8537053
--- /dev/null
+++ b/devel/rubygem-aws-sdk-supportauthz/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= aws-sdk-supportauthz
+PORTVERSION= 1.0.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Official AWS Ruby gem for AWS SupportAuthZ
+WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-supportauthz
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-aws-sdk-core>=3.248.0<4:devel/rubygem-aws-sdk-core \
+ rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-aws-sdk-supportauthz/distinfo b/devel/rubygem-aws-sdk-supportauthz/distinfo
new file mode 100644
index 000000000000..467a1918c5f8
--- /dev/null
+++ b/devel/rubygem-aws-sdk-supportauthz/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1783563940
+SHA256 (rubygem/aws-sdk-supportauthz-1.0.0.gem) = 4cb00c11cd958c0f8608c3bb6afc7a69e26e4ecca03ed4c67ed73be97a8970fd
+SIZE (rubygem/aws-sdk-supportauthz-1.0.0.gem) = 30720
diff --git a/devel/rubygem-aws-sdk-supportauthz/pkg-descr b/devel/rubygem-aws-sdk-supportauthz/pkg-descr
new file mode 100644
index 000000000000..e8b13d69635f
--- /dev/null
+++ b/devel/rubygem-aws-sdk-supportauthz/pkg-descr
@@ -0,0 +1 @@
+Official AWS Ruby gem for AWS SupportAuthZ.