Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2019 22:28:47 +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: r510534 - in head/devel: . rubygem-aws-sdk-elasticbeanstalk
Message-ID:  <201908312228.x7VMSl8N038719@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Aug 31 22:28:46 2019
New Revision: 510534
URL: https://svnweb.freebsd.org/changeset/ports/510534

Log:
  Add rubygem-aws-sdk-elasticbeanstalk 1.25.0
  
  Official AWS Ruby gem for AWS Elastic Beanstalk (Elastic Beanstalk).
  
  WWW: https://github.com/aws/aws-sdk-ruby
  WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticbeanstalk

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Aug 31 22:28:40 2019	(r510533)
+++ head/devel/Makefile	Sat Aug 31 22:28:46 2019	(r510534)
@@ -5492,6 +5492,7 @@
     SUBDIR += rubygem-aws-sdk-efs
     SUBDIR += rubygem-aws-sdk-eks
     SUBDIR += rubygem-aws-sdk-elasticache
+    SUBDIR += rubygem-aws-sdk-elasticbeanstalk
     SUBDIR += rubygem-aws-sdk-resources
     SUBDIR += rubygem-aws-sdk-resources2
     SUBDIR += rubygem-aws-sdk-v1

Added: head/devel/rubygem-aws-sdk-elasticbeanstalk/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-elasticbeanstalk/Makefile	Sat Aug 31 22:28:46 2019	(r510534)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	aws-sdk-elasticbeanstalk
+PORTVERSION=	1.25.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Official AWS Ruby gem for AWS Elastic Beanstalk (Elastic Beanstalk)
+
+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-elasticbeanstalk/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-elasticbeanstalk/distinfo	Sat Aug 31 22:28:46 2019	(r510534)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567272134
+SHA256 (rubygem/aws-sdk-elasticbeanstalk-1.25.0.gem) = ad4c883e7d0173eaf7bda2f336dbb608e0333b6d73d5a0a752cff0dc3d94768a
+SIZE (rubygem/aws-sdk-elasticbeanstalk-1.25.0.gem) = 65024

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



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