Date: Thu, 28 Nov 2024 04:42:01 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 76e36084fe35 - main - devel/rubygem-aws-sdk-notificationscontacts: Add rubygem-aws-sdk-notificationscontacts 1.0.0 Message-ID: <202411280442.4AS4g1QH031038@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=76e36084fe35c556bb4fa36053823ef9c2f74f56 commit 76e36084fe35c556bb4fa36053823ef9c2f74f56 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-28 04:38:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-28 04:38:40 +0000 devel/rubygem-aws-sdk-notificationscontacts: Add rubygem-aws-sdk-notificationscontacts 1.0.0 Official AWS Ruby gem for AWS User Notifications Contacts. --- devel/Makefile | 1 + devel/rubygem-aws-sdk-notificationscontacts/Makefile | 20 ++++++++++++++++++++ devel/rubygem-aws-sdk-notificationscontacts/distinfo | 3 +++ .../rubygem-aws-sdk-notificationscontacts/pkg-descr | 1 + 4 files changed, 25 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index ecbc3e18d70e..95d3ebdc698c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6712,6 +6712,7 @@ SUBDIR += rubygem-aws-sdk-networkmonitor SUBDIR += rubygem-aws-sdk-nimblestudio SUBDIR += rubygem-aws-sdk-notifications + SUBDIR += rubygem-aws-sdk-notificationscontacts SUBDIR += rubygem-aws-sdk-oam SUBDIR += rubygem-aws-sdk-omics SUBDIR += rubygem-aws-sdk-opensearchserverless diff --git a/devel/rubygem-aws-sdk-notificationscontacts/Makefile b/devel/rubygem-aws-sdk-notificationscontacts/Makefile new file mode 100644 index 000000000000..ddd5ae73efd4 --- /dev/null +++ b/devel/rubygem-aws-sdk-notificationscontacts/Makefile @@ -0,0 +1,20 @@ +PORTNAME= aws-sdk-notificationscontacts +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for AWS User Notifications Contacts +WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-notificationscontacts + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-aws-sdk-core>=3.210.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-notificationscontacts/distinfo b/devel/rubygem-aws-sdk-notificationscontacts/distinfo new file mode 100644 index 000000000000..d2482c6f5d77 --- /dev/null +++ b/devel/rubygem-aws-sdk-notificationscontacts/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1732675332 +SHA256 (rubygem/aws-sdk-notificationscontacts-1.0.0.gem) = a4743c63c4220067351e4582114c9c22bc2dc0f4cf266b965ed4d5bc27599465 +SIZE (rubygem/aws-sdk-notificationscontacts-1.0.0.gem) = 26112 diff --git a/devel/rubygem-aws-sdk-notificationscontacts/pkg-descr b/devel/rubygem-aws-sdk-notificationscontacts/pkg-descr new file mode 100644 index 000000000000..e70626a91201 --- /dev/null +++ b/devel/rubygem-aws-sdk-notificationscontacts/pkg-descr @@ -0,0 +1 @@ +Official AWS Ruby gem for AWS User Notifications Contacts.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411280442.4AS4g1QH031038>