Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 18:56:02 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: 2151ed96d6e5 - main - devel/rubygem-aws-sdk-codeconnections: Add rubygem-aws-sdk-codeconnections 1.0.0
Message-ID:  <202403311856.42VIu2w3043862@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=2151ed96d6e52dc628288d2bd848cbee5bf162bd

commit 2151ed96d6e52dc628288d2bd848cbee5bf162bd
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 18:43:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 18:43:16 +0000

    devel/rubygem-aws-sdk-codeconnections: Add rubygem-aws-sdk-codeconnections 1.0.0
    
    Official AWS Ruby gem for AWS CodeConnections.
---
 devel/Makefile                                  |  1 +
 devel/rubygem-aws-sdk-codeconnections/Makefile  | 20 ++++++++++++++++++++
 devel/rubygem-aws-sdk-codeconnections/distinfo  |  3 +++
 devel/rubygem-aws-sdk-codeconnections/pkg-descr |  1 +
 4 files changed, 25 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index fcf90b1be976..76a1341ffad8 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6262,6 +6262,7 @@
     SUBDIR += rubygem-aws-sdk-codebuild
     SUBDIR += rubygem-aws-sdk-codecatalyst
     SUBDIR += rubygem-aws-sdk-codecommit
+    SUBDIR += rubygem-aws-sdk-codeconnections
     SUBDIR += rubygem-aws-sdk-codedeploy
     SUBDIR += rubygem-aws-sdk-codeguruprofiler
     SUBDIR += rubygem-aws-sdk-codegurureviewer
diff --git a/devel/rubygem-aws-sdk-codeconnections/Makefile b/devel/rubygem-aws-sdk-codeconnections/Makefile
new file mode 100644
index 000000000000..0964a506e3c3
--- /dev/null
+++ b/devel/rubygem-aws-sdk-codeconnections/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	aws-sdk-codeconnections
+PORTVERSION=	1.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Official AWS Ruby gem for AWS CodeConnections
+WWW=		https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codeconnections
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-aws-sdk-core>=3.191.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-codeconnections/distinfo b/devel/rubygem-aws-sdk-codeconnections/distinfo
new file mode 100644
index 000000000000..085b409dccf5
--- /dev/null
+++ b/devel/rubygem-aws-sdk-codeconnections/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1711860459
+SHA256 (rubygem/aws-sdk-codeconnections-1.0.0.gem) = b7e8f66c007e04086f925f067813cce13a5004c6913cdcf8978664ecf684cfe1
+SIZE (rubygem/aws-sdk-codeconnections-1.0.0.gem) = 40960
diff --git a/devel/rubygem-aws-sdk-codeconnections/pkg-descr b/devel/rubygem-aws-sdk-codeconnections/pkg-descr
new file mode 100644
index 000000000000..71985f5d6ea4
--- /dev/null
+++ b/devel/rubygem-aws-sdk-codeconnections/pkg-descr
@@ -0,0 +1 @@
+Official AWS Ruby gem for AWS CodeConnections.



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