Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2023 15:53:51 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: 7c63bbfb8588 - main - devel/rubygem-aws-sdk-core3168: Add rubygem-aws-sdk-core3168 3.168.4 (copied from devel/rubygem-aws-sdk-core)
Message-ID:  <202302051553.315Frppx028591@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=7c63bbfb85883f24c3039646f84821aba1f98472

commit 7c63bbfb85883f24c3039646f84821aba1f98472
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-02-05 15:15:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-02-05 15:47:39 +0000

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

diff --git a/devel/Makefile b/devel/Makefile
index f8705a60af60..20503272b030 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5991,6 +5991,7 @@
     SUBDIR += rubygem-aws-sdk-controltower
     SUBDIR += rubygem-aws-sdk-core
     SUBDIR += rubygem-aws-sdk-core2
+    SUBDIR += rubygem-aws-sdk-core3168
     SUBDIR += rubygem-aws-sdk-costandusagereportservice
     SUBDIR += rubygem-aws-sdk-costexplorer
     SUBDIR += rubygem-aws-sdk-customerprofiles
diff --git a/devel/rubygem-aws-sdk-core3168/Makefile b/devel/rubygem-aws-sdk-core3168/Makefile
new file mode 100644
index 000000000000..e02a6174ad0f
--- /dev/null
+++ b/devel/rubygem-aws-sdk-core3168/Makefile
@@ -0,0 +1,25 @@
+PORTNAME=	aws-sdk-core
+PORTVERSION=	3.168.4
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	3168
+
+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\.168\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-aws-sdk-core3168/distinfo b/devel/rubygem-aws-sdk-core3168/distinfo
new file mode 100644
index 000000000000..d4c3728562e7
--- /dev/null
+++ b/devel/rubygem-aws-sdk-core3168/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1674590150
+SHA256 (rubygem/aws-sdk-core-3.168.4.gem) = 2c9bf6cb0c19f9d23fe2a9d5eca15381b0b904d19f2dd7801d094528f8632a8c
+SIZE (rubygem/aws-sdk-core-3.168.4.gem) = 348160
diff --git a/devel/rubygem-aws-sdk-core3168/pkg-descr b/devel/rubygem-aws-sdk-core3168/pkg-descr
new file mode 100644
index 000000000000..99ad2101b8c4
--- /dev/null
+++ b/devel/rubygem-aws-sdk-core3168/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?202302051553.315Frppx028591>