Date: Wed, 13 Nov 2019 23:24:14 +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: r517401 - in head/devel: . rubygem-aws-sdk-codestarnotifications Message-ID: <201911132324.xADNOEOW031288@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Nov 13 23:24:14 2019 New Revision: 517401 URL: https://svnweb.freebsd.org/changeset/ports/517401 Log: Add rubygem-aws-sdk-codestarnotifications 1.0.0 Official AWS Ruby gem for AWS CodeStar Notifications. WWW: https://github.com/aws/aws-sdk-ruby WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codestarnotifications Added: head/devel/rubygem-aws-sdk-codestarnotifications/ head/devel/rubygem-aws-sdk-codestarnotifications/Makefile (contents, props changed) head/devel/rubygem-aws-sdk-codestarnotifications/distinfo (contents, props changed) head/devel/rubygem-aws-sdk-codestarnotifications/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 13 23:24:08 2019 (r517400) +++ head/devel/Makefile Wed Nov 13 23:24:14 2019 (r517401) @@ -5511,6 +5511,7 @@ SUBDIR += rubygem-aws-sdk-codedeploy SUBDIR += rubygem-aws-sdk-codepipeline SUBDIR += rubygem-aws-sdk-codestar + SUBDIR += rubygem-aws-sdk-codestarnotifications SUBDIR += rubygem-aws-sdk-cognitoidentity SUBDIR += rubygem-aws-sdk-cognitoidentityprovider SUBDIR += rubygem-aws-sdk-cognitosync Added: head/devel/rubygem-aws-sdk-codestarnotifications/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aws-sdk-codestarnotifications/Makefile Wed Nov 13 23:24:14 2019 (r517401) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= aws-sdk-codestarnotifications +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for AWS CodeStar Notifications + +LICENSE= APACHE20 + +RUN_DEPENDS= rubygem-aws-sdk-core>=3.71.0<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-codestarnotifications/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aws-sdk-codestarnotifications/distinfo Wed Nov 13 23:24:14 2019 (r517401) @@ -0,0 +1,3 @@ +TIMESTAMP = 1573534082 +SHA256 (rubygem/aws-sdk-codestarnotifications-1.0.0.gem) = 7c0aabaf9fcc366d806773e25ccbc83067bae297b6015585d1d5f854aad416b8 +SIZE (rubygem/aws-sdk-codestarnotifications-1.0.0.gem) = 19456 Added: head/devel/rubygem-aws-sdk-codestarnotifications/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aws-sdk-codestarnotifications/pkg-descr Wed Nov 13 23:24:14 2019 (r517401) @@ -0,0 +1,4 @@ +Official AWS Ruby gem for AWS CodeStar Notifications. + +WWW: https://github.com/aws/aws-sdk-ruby +WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codestarnotifications
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911132324.xADNOEOW031288>