svn commit: r510493 - in head/devel: . rubygem-aws-sdk-cloudfront

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


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

Log:
  Add rubygem-aws-sdk-cloudfront 1.22.0
  
  Official AWS Ruby gem for Amazon CloudFront (CloudFront).
  
  WWW: https://github.com/aws/aws-sdk-ruby
  WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudfront

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Aug 31 22:23:29 2019	(r510492)
+++ head/devel/Makefile	Sat Aug 31 22:23:36 2019	(r510493)
@@ -5449,6 +5449,7 @@
     SUBDIR += rubygem-aws-sdk-cloud9
     SUBDIR += rubygem-aws-sdk-clouddirectory
     SUBDIR += rubygem-aws-sdk-cloudformation
+    SUBDIR += rubygem-aws-sdk-cloudfront
     SUBDIR += rubygem-aws-sdk-core
     SUBDIR += rubygem-aws-sdk-core2
     SUBDIR += rubygem-aws-sdk-resources

Added: head/devel/rubygem-aws-sdk-cloudfront/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-cloudfront/Makefile	Sat Aug 31 22:23:36 2019	(r510493)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	aws-sdk-cloudfront
+PORTVERSION=	1.22.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Official AWS Ruby gem for Amazon CloudFront (CloudFront)
+
+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-cloudfront/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-cloudfront/distinfo	Sat Aug 31 22:23:36 2019	(r510493)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567272052
+SHA256 (rubygem/aws-sdk-cloudfront-1.22.0.gem) = b8235ef0ac325215b37492cbd78d81f886461770165e509680e3874f2e3a4e19
+SIZE (rubygem/aws-sdk-cloudfront-1.22.0.gem) = 91136

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


More information about the svn-ports-all mailing list