svn commit: r557902 - in head/devel: . rubygem-aws-sdk-customerprofiles
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Dec 13 14:40:56 UTC 2020
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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= aws-sdk-customerprofiles
+PORTVERSION= 1.0.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at 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
More information about the svn-ports-head
mailing list