git: 8e3da74b38d8 - main - devel/rubygem-aws-sdk-core3159: Add rubygem-aws-sdk-core3159 3.159.0 (copied from rubygem-aws-sdk-core)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Nov 2022 21:44:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e3da74b38d8705afc414c498e7f92514c41025d commit 8e3da74b38d8705afc414c498e7f92514c41025d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-11-30 19:58:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-11-30 21:23:42 +0000 devel/rubygem-aws-sdk-core3159: Add rubygem-aws-sdk-core3159 3.159.0 (copied from rubygem-aws-sdk-core) - Add PORTSCOUT - Clean up pkg-descr: remove legacy Homepage link which points to the root of GitHub repository --- devel/Makefile | 1 + devel/rubygem-aws-sdk-core3159/Makefile | 26 ++++++++++++++++++++++++++ devel/rubygem-aws-sdk-core3159/distinfo | 3 +++ devel/rubygem-aws-sdk-core3159/pkg-descr | 2 ++ 4 files changed, 32 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index d02ec6c85ee3..29a7203cd28c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5924,6 +5924,7 @@ SUBDIR += rubygem-aws-sdk-core SUBDIR += rubygem-aws-sdk-core2 SUBDIR += rubygem-aws-sdk-core3131 + SUBDIR += rubygem-aws-sdk-core3159 SUBDIR += rubygem-aws-sdk-costandusagereportservice SUBDIR += rubygem-aws-sdk-costexplorer SUBDIR += rubygem-aws-sdk-customerprofiles diff --git a/devel/rubygem-aws-sdk-core3159/Makefile b/devel/rubygem-aws-sdk-core3159/Makefile new file mode 100644 index 000000000000..c57684ff71af --- /dev/null +++ b/devel/rubygem-aws-sdk-core3159/Makefile @@ -0,0 +1,26 @@ +PORTNAME= aws-sdk-core +PORTVERSION= 3.159.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 3159 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= AWS SDK for Ruby - Core +WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-core + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-aws-eventstream>=1.0.2<2:devel/rubygem-aws-eventstream \ + rubygem-aws-partitions>=1.525.0<2:devel/rubygem-aws-partitions \ + rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 \ + rubygem-jmespath>=1.6.1<2:devel/rubygem-jmespath + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PORTSCOUT= limit:^3\.159\. + +.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-core3159/distinfo b/devel/rubygem-aws-sdk-core3159/distinfo new file mode 100644 index 000000000000..ccd803f39f8d --- /dev/null +++ b/devel/rubygem-aws-sdk-core3159/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1665330666 +SHA256 (rubygem/aws-sdk-core-3.159.0.gem) = 8863e2cdfd6816a0532ad9eb82a07b81b3d12667da747e9e82554e4dd7adb231 +SIZE (rubygem/aws-sdk-core-3.159.0.gem) = 328704 diff --git a/devel/rubygem-aws-sdk-core3159/pkg-descr b/devel/rubygem-aws-sdk-core3159/pkg-descr new file mode 100644 index 000000000000..99ad2101b8c4 --- /dev/null +++ b/devel/rubygem-aws-sdk-core3159/pkg-descr @@ -0,0 +1,2 @@ +Provides API clients for AWS. This gem is part of the official AWS SDK for +Ruby.