diff --git a/devel/Makefile b/devel/Makefile index fe5c5824b653b..46f3214f369bf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6105,6 +6105,7 @@ SUBDIR += rubygem-aws-sdk-core SUBDIR += rubygem-aws-sdk-core2 SUBDIR += rubygem-aws-sdk-core3170 + SUBDIR += rubygem-aws-sdk-core3171 SUBDIR += rubygem-aws-sdk-costandusagereportservice SUBDIR += rubygem-aws-sdk-costexplorer SUBDIR += rubygem-aws-sdk-customerprofiles diff --git a/devel/rubygem-aws-sdk-core3171/Makefile b/devel/rubygem-aws-sdk-core3171/Makefile new file mode 100644 index 0000000000000..8dc03c17cbb71 --- /dev/null +++ b/devel/rubygem-aws-sdk-core3171/Makefile @@ -0,0 +1,25 @@ +PORTNAME= aws-sdk-core +PORTVERSION= 3.171.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 3171 + +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.651.0<2:devel/rubygem-aws-partitions \ + rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 \ + rubygem-jmespath>=1.6.1<2:devel/rubygem-jmespath + +USES= gem + +NO_ARCH= yes + +PORTSCOUT= limit:^3\.171\. + +.include diff --git a/devel/rubygem-aws-sdk-core3171/distinfo b/devel/rubygem-aws-sdk-core3171/distinfo new file mode 100644 index 0000000000000..3d9e1498d39ba --- /dev/null +++ b/devel/rubygem-aws-sdk-core3171/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1683478940 +SHA256 (rubygem/aws-sdk-core-3.171.1.gem) = 615fd8756af946eb10fe41ea06608e814b29fd72ade4934713b7e50c8bcc7df6 +SIZE (rubygem/aws-sdk-core-3.171.1.gem) = 343040 diff --git a/devel/rubygem-aws-sdk-core3171/pkg-descr b/devel/rubygem-aws-sdk-core3171/pkg-descr new file mode 100644 index 0000000000000..99ad2101b8c47 --- /dev/null +++ b/devel/rubygem-aws-sdk-core3171/pkg-descr @@ -0,0 +1,2 @@ +Provides API clients for AWS. This gem is part of the official AWS SDK for +Ruby.