Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2020 14:40:52 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557902 - in head/devel: . rubygem-aws-sdk-customerprofiles
Message-ID:  <202012131440.0BDEeqAI030483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec 13 14:40:52 2020
New Revision: 557902
URL: https://svnweb.freebsd.org/changeset/ports/557902

Log:
  Add rubygem-aws-sdk-customerprofiles 1.0.0
  
  Official AWS Ruby gem for Amazon Connect Customer Profiles (Customer Profiles).
  
  WWW: https://github.com/aws/aws-sdk-ruby
  WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-customerprofiles

Added:
  head/devel/rubygem-aws-sdk-customerprofiles/
  head/devel/rubygem-aws-sdk-customerprofiles/Makefile   (contents, props changed)
  head/devel/rubygem-aws-sdk-customerprofiles/distinfo   (contents, props changed)
  head/devel/rubygem-aws-sdk-customerprofiles/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Dec 13 14:40:46 2020	(r557901)
+++ head/devel/Makefile	Sun Dec 13 14:40:52 2020	(r557902)
@@ -5529,6 +5529,7 @@
     SUBDIR += rubygem-aws-sdk-core2
     SUBDIR += rubygem-aws-sdk-costandusagereportservice
     SUBDIR += rubygem-aws-sdk-costexplorer
+    SUBDIR += rubygem-aws-sdk-customerprofiles
     SUBDIR += rubygem-aws-sdk-databasemigrationservice
     SUBDIR += rubygem-aws-sdk-dataexchange
     SUBDIR += rubygem-aws-sdk-datapipeline

Added: head/devel/rubygem-aws-sdk-customerprofiles/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-customerprofiles/Makefile	Sun Dec 13 14:40:52 2020	(r557902)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	aws-sdk-customerprofiles
+PORTVERSION=	1.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Official AWS Ruby gem for Amazon Connect Customer Profiles (Customer Profiles)
+
+LICENSE=	APACHE20
+
+RUN_DEPENDS=	rubygem-aws-sdk-core>=3.109.0<4:devel/rubygem-aws-sdk-core \
+		rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-aws-sdk-customerprofiles/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-customerprofiles/distinfo	Sun Dec 13 14:40:52 2020	(r557902)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1607685351
+SHA256 (rubygem/aws-sdk-customerprofiles-1.0.0.gem) = ff29e68db82bade02488456c983ff7611b459f44d30569fcee51a7608fbf77eb
+SIZE (rubygem/aws-sdk-customerprofiles-1.0.0.gem) = 31232

Added: head/devel/rubygem-aws-sdk-customerprofiles/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-customerprofiles/pkg-descr	Sun Dec 13 14:40:52 2020	(r557902)
@@ -0,0 +1,4 @@
+Official AWS Ruby gem for Amazon Connect Customer Profiles (Customer Profiles).
+
+WWW: https://github.com/aws/aws-sdk-ruby
+WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-customerprofiles



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