Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2023 13:39:13 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: 993d4e416be0 - main - devel/rubygem-aws-sdk-core3170: Add rubygem-aws-sdk-core3170 3.170.1 (copied from rubygem-aws-sdk-core)
Message-ID:  <202304091339.339DdDqd080479@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=993d4e416be0bd679dd796e0a94dd21b12b9a92c

commit 993d4e416be0bd679dd796e0a94dd21b12b9a92c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-09 13:16:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-09 13:36:26 +0000

    devel/rubygem-aws-sdk-core3170: Add rubygem-aws-sdk-core3170 3.170.1 (copied from rubygem-aws-sdk-core)
    
    - Add PORTSCOUT
---
 devel/Makefile                           |  1 +
 devel/rubygem-aws-sdk-core3170/Makefile  | 25 +++++++++++++++++++++++++
 devel/rubygem-aws-sdk-core3170/distinfo  |  3 +++
 devel/rubygem-aws-sdk-core3170/pkg-descr |  2 ++
 4 files changed, 31 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index d854d9d69f48..2af98c437356 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6052,6 +6052,7 @@
     SUBDIR += rubygem-aws-sdk-core
     SUBDIR += rubygem-aws-sdk-core2
     SUBDIR += rubygem-aws-sdk-core3168
+    SUBDIR += rubygem-aws-sdk-core3170
     SUBDIR += rubygem-aws-sdk-costandusagereportservice
     SUBDIR += rubygem-aws-sdk-costexplorer
     SUBDIR += rubygem-aws-sdk-customerprofiles
diff --git a/devel/rubygem-aws-sdk-core3170/Makefile b/devel/rubygem-aws-sdk-core3170/Makefile
new file mode 100644
index 000000000000..48b85b7e1f0b
--- /dev/null
+++ b/devel/rubygem-aws-sdk-core3170/Makefile
@@ -0,0 +1,25 @@
+PORTNAME=	aws-sdk-core
+PORTVERSION=	3.170.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	3170
+
+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\.170\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-aws-sdk-core3170/distinfo b/devel/rubygem-aws-sdk-core3170/distinfo
new file mode 100644
index 000000000000..f4fae4e31caf
--- /dev/null
+++ b/devel/rubygem-aws-sdk-core3170/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1679498898
+SHA256 (rubygem/aws-sdk-core-3.170.1.gem) = 553ba7ea629f90cd00fb83de3f3636e9db0a38b6b48957cacdb0f63c9d69bea6
+SIZE (rubygem/aws-sdk-core-3.170.1.gem) = 342528
diff --git a/devel/rubygem-aws-sdk-core3170/pkg-descr b/devel/rubygem-aws-sdk-core3170/pkg-descr
new file mode 100644
index 000000000000..99ad2101b8c4
--- /dev/null
+++ b/devel/rubygem-aws-sdk-core3170/pkg-descr
@@ -0,0 +1,2 @@
+Provides API clients for AWS. This gem is part of the official AWS SDK for
+Ruby.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304091339.339DdDqd080479>