svn commit: r510485 - in head/devel: . rubygem-aws-sdk-autoscalingplans

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


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

Log:
  Add rubygem-aws-sdk-autoscalingplans 1.18.0
  
  Official AWS Ruby gem for AWS Auto Scaling Plans.
  
  WWW: https://github.com/aws/aws-sdk-ruby
  WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscalingplans

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Aug 31 22:22:41 2019	(r510484)
+++ head/devel/Makefile	Sat Aug 31 22:22:47 2019	(r510485)
@@ -5441,6 +5441,7 @@
     SUBDIR += rubygem-aws-sdk-appsync
     SUBDIR += rubygem-aws-sdk-athena
     SUBDIR += rubygem-aws-sdk-autoscaling
+    SUBDIR += rubygem-aws-sdk-autoscalingplans
     SUBDIR += rubygem-aws-sdk-core
     SUBDIR += rubygem-aws-sdk-core2
     SUBDIR += rubygem-aws-sdk-resources

Added: head/devel/rubygem-aws-sdk-autoscalingplans/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-autoscalingplans/Makefile	Sat Aug 31 22:22:47 2019	(r510485)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	aws-sdk-autoscalingplans
+PORTVERSION=	1.18.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Official AWS Ruby gem for AWS Auto Scaling Plans
+
+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-autoscalingplans/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-autoscalingplans/distinfo	Sat Aug 31 22:22:47 2019	(r510485)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567272036
+SHA256 (rubygem/aws-sdk-autoscalingplans-1.18.0.gem) = 9f27f66d7817f2c8360d963df0f04f420a1bb2aefc352015cd85486234a9ac13
+SIZE (rubygem/aws-sdk-autoscalingplans-1.18.0.gem) = 24576

Added: head/devel/rubygem-aws-sdk-autoscalingplans/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-autoscalingplans/pkg-descr	Sat Aug 31 22:22:47 2019	(r510485)
@@ -0,0 +1,4 @@
+Official AWS Ruby gem for AWS Auto Scaling Plans.
+
+WWW: https://github.com/aws/aws-sdk-ruby
+WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscalingplans


More information about the svn-ports-all mailing list