Date: Sat, 31 Aug 2019 22:23:30 +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: r510492 - in head/devel: . rubygem-aws-sdk-cloudformation Message-ID: <201908312223.x7VMNUtj031555@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 31 22:23:29 2019 New Revision: 510492 URL: https://svnweb.freebsd.org/changeset/ports/510492 Log: Add rubygem-aws-sdk-cloudformation 1.25.0 Official AWS Ruby gem for AWS CloudFormation. WWW: https://github.com/aws/aws-sdk-ruby WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudformation Added: head/devel/rubygem-aws-sdk-cloudformation/ head/devel/rubygem-aws-sdk-cloudformation/Makefile (contents, props changed) head/devel/rubygem-aws-sdk-cloudformation/distinfo (contents, props changed) head/devel/rubygem-aws-sdk-cloudformation/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Aug 31 22:23:23 2019 (r510491) +++ head/devel/Makefile Sat Aug 31 22:23:29 2019 (r510492) @@ -5448,6 +5448,7 @@ SUBDIR += rubygem-aws-sdk-chime SUBDIR += rubygem-aws-sdk-cloud9 SUBDIR += rubygem-aws-sdk-clouddirectory + SUBDIR += rubygem-aws-sdk-cloudformation SUBDIR += rubygem-aws-sdk-core SUBDIR += rubygem-aws-sdk-core2 SUBDIR += rubygem-aws-sdk-resources Added: head/devel/rubygem-aws-sdk-cloudformation/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aws-sdk-cloudformation/Makefile Sat Aug 31 22:23:29 2019 (r510492) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= aws-sdk-cloudformation +PORTVERSION= 1.25.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for AWS CloudFormation + +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-cloudformation/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aws-sdk-cloudformation/distinfo Sat Aug 31 22:23:29 2019 (r510492) @@ -0,0 +1,3 @@ +TIMESTAMP = 1567272050 +SHA256 (rubygem/aws-sdk-cloudformation-1.25.0.gem) = 8a28299b251c875488b8e8999ba5e405c58342550e431e01c2abdeda739eb110 +SIZE (rubygem/aws-sdk-cloudformation-1.25.0.gem) = 95232 Added: head/devel/rubygem-aws-sdk-cloudformation/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aws-sdk-cloudformation/pkg-descr Sat Aug 31 22:23:29 2019 (r510492) @@ -0,0 +1,4 @@ +Official AWS Ruby gem for AWS CloudFormation. + +WWW: https://github.com/aws/aws-sdk-ruby +WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudformation
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908312223.x7VMNUtj031555>