Date: Mon, 30 Jan 2023 13:05: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: 90b475561e8e - main - devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions: Add rubygem-aws-sdk-licensemanagerlinuxsubscriptions 1.0.0 Message-ID: <202301301305.30UD51RZ051595@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=90b475561e8e2f41367b34122302045759c6230e commit 90b475561e8e2f41367b34122302045759c6230e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:21:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 12:58:51 +0000 devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions: Add rubygem-aws-sdk-licensemanagerlinuxsubscriptions 1.0.0 Official AWS Ruby gem for AWS License Manager Linux Subscriptions. --- devel/Makefile | 1 + .../Makefile | 20 ++++++++++++++++++++ .../distinfo | 3 +++ .../pkg-descr | 1 + 4 files changed, 25 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 0e75f10ef2d9..0a5ca1479197 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6091,6 +6091,7 @@ SUBDIR += rubygem-aws-sdk-lexmodelsv2 SUBDIR += rubygem-aws-sdk-lexruntimev2 SUBDIR += rubygem-aws-sdk-licensemanager + SUBDIR += rubygem-aws-sdk-licensemanagerlinuxsubscriptions SUBDIR += rubygem-aws-sdk-licensemanagerusersubscriptions SUBDIR += rubygem-aws-sdk-lightsail SUBDIR += rubygem-aws-sdk-locationservice diff --git a/devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions/Makefile b/devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions/Makefile new file mode 100644 index 000000000000..d765da84d6c9 --- /dev/null +++ b/devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions/Makefile @@ -0,0 +1,20 @@ +PORTNAME= aws-sdk-licensemanagerlinuxsubscriptions +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for AWS License Manager Linux Subscriptions +WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-licensemanagerlinuxsubscriptions + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ + rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions/distinfo b/devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions/distinfo new file mode 100644 index 000000000000..83db5a4ca0d4 --- /dev/null +++ b/devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1674588082 +SHA256 (rubygem/aws-sdk-licensemanagerlinuxsubscriptions-1.0.0.gem) = 6c8e2dee2c6d5805362240daa027319be2f8ae4e7826692f418e01447f5d8737 +SIZE (rubygem/aws-sdk-licensemanagerlinuxsubscriptions-1.0.0.gem) = 23040 diff --git a/devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions/pkg-descr b/devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions/pkg-descr new file mode 100644 index 000000000000..c57286ccabd1 --- /dev/null +++ b/devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions/pkg-descr @@ -0,0 +1 @@ +Official AWS Ruby gem for AWS License Manager Linux Subscriptions.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301301305.30UD51RZ051595>