svn commit: r510609 - in head/devel: . rubygem-aws-sdk-pinpointsmsvoice
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 31 22:41:47 UTC 2019
Author: sunpoet
Date: Sat Aug 31 22:41:46 2019
New Revision: 510609
URL: https://svnweb.freebsd.org/changeset/ports/510609
Log:
Add rubygem-aws-sdk-pinpointsmsvoice 1.12.0
Official AWS Ruby gem for Amazon Pinpoint SMS and Voice Service (Pinpoint SMS
Voice).
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pinpointsmsvoice
Added:
head/devel/rubygem-aws-sdk-pinpointsmsvoice/
head/devel/rubygem-aws-sdk-pinpointsmsvoice/Makefile (contents, props changed)
head/devel/rubygem-aws-sdk-pinpointsmsvoice/distinfo (contents, props changed)
head/devel/rubygem-aws-sdk-pinpointsmsvoice/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Aug 31 22:41:40 2019 (r510608)
+++ head/devel/Makefile Sat Aug 31 22:41:46 2019 (r510609)
@@ -5567,6 +5567,7 @@
SUBDIR += rubygem-aws-sdk-pi
SUBDIR += rubygem-aws-sdk-pinpoint
SUBDIR += rubygem-aws-sdk-pinpointemail
+ SUBDIR += rubygem-aws-sdk-pinpointsmsvoice
SUBDIR += rubygem-aws-sdk-resources
SUBDIR += rubygem-aws-sdk-resources2
SUBDIR += rubygem-aws-sdk-v1
Added: head/devel/rubygem-aws-sdk-pinpointsmsvoice/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-pinpointsmsvoice/Makefile Sat Aug 31 22:41:46 2019 (r510609)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= aws-sdk-pinpointsmsvoice
+PORTVERSION= 1.12.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Official AWS Ruby gem for Amazon Pinpoint SMS and Voice Service (Pinpoint SMS Voice)
+
+LICENSE= APACHE20
+
+RUN_DEPENDS= rubygem-aws-sdk-core>=3.61.1<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-pinpointsmsvoice/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-pinpointsmsvoice/distinfo Sat Aug 31 22:41:46 2019 (r510609)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567272284
+SHA256 (rubygem/aws-sdk-pinpointsmsvoice-1.12.0.gem) = 607890b1a71218377f8348b4ad27339192302097fa32db93f1dc2a75adc8b2ca
+SIZE (rubygem/aws-sdk-pinpointsmsvoice-1.12.0.gem) = 15360
Added: head/devel/rubygem-aws-sdk-pinpointsmsvoice/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-pinpointsmsvoice/pkg-descr Sat Aug 31 22:41:46 2019 (r510609)
@@ -0,0 +1,5 @@
+Official AWS Ruby gem for Amazon Pinpoint SMS and Voice Service (Pinpoint SMS
+Voice).
+
+WWW: https://github.com/aws/aws-sdk-ruby
+WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pinpointsmsvoice
More information about the svn-ports-head
mailing list