svn commit: r510553 - in head/devel: . rubygem-aws-sdk-health

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 31 22:33:25 UTC 2019


Author: sunpoet
Date: Sat Aug 31 22:33:24 2019
New Revision: 510553
URL: https://svnweb.freebsd.org/changeset/ports/510553

Log:
  Add rubygem-aws-sdk-health 1.19.0
  
  Official AWS Ruby gem for AWS Health APIs and Notifications (AWSHealth).
  
  WWW: https://github.com/aws/aws-sdk-ruby
  WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-health

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Aug 31 22:33:18 2019	(r510552)
+++ head/devel/Makefile	Sat Aug 31 22:33:24 2019	(r510553)
@@ -5511,6 +5511,7 @@
     SUBDIR += rubygem-aws-sdk-greengrass
     SUBDIR += rubygem-aws-sdk-groundstation
     SUBDIR += rubygem-aws-sdk-guardduty
+    SUBDIR += rubygem-aws-sdk-health
     SUBDIR += rubygem-aws-sdk-resources
     SUBDIR += rubygem-aws-sdk-resources2
     SUBDIR += rubygem-aws-sdk-v1

Added: head/devel/rubygem-aws-sdk-health/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-health/Makefile	Sat Aug 31 22:33:24 2019	(r510553)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	aws-sdk-health
+PORTVERSION=	1.19.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Official AWS Ruby gem for AWS Health APIs and Notifications (AWSHealth)
+
+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-health/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-health/distinfo	Sat Aug 31 22:33:24 2019	(r510553)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567272172
+SHA256 (rubygem/aws-sdk-health-1.19.0.gem) = b98dadadd8db5a4b503addfcf2df59a4d6394e1046c93b8ff9f73e46f0320903
+SIZE (rubygem/aws-sdk-health-1.19.0.gem) = 17920

Added: head/devel/rubygem-aws-sdk-health/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-health/pkg-descr	Sat Aug 31 22:33:24 2019	(r510553)
@@ -0,0 +1,4 @@
+Official AWS Ruby gem for AWS Health APIs and Notifications (AWSHealth).
+
+WWW: https://github.com/aws/aws-sdk-ruby
+WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-health


More information about the svn-ports-all mailing list