Date: Sat, 13 Jun 2015 13:54:01 +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: r389391 - head/devel/rubygem-aws-sdk-core Message-ID: <201506131354.t5DDs1dn052905@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jun 13 13:54:00 2015 New Revision: 389391 URL: https://svnweb.freebsd.org/changeset/ports/389391 Log: - Add LICENSE - Sort RUN_DEPENDS - Add NO_ARCH - Update WWW Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/pkg-descr Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Sat Jun 13 13:53:55 2015 (r389390) +++ head/devel/rubygem-aws-sdk-core/Makefile Sat Jun 13 13:54:00 2015 (r389391) @@ -8,13 +8,16 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= AWS SDK for Ruby - Core -RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \ - rubygem-builder>=3.0:${PORTSDIR}/devel/rubygem-builder \ - rubygem-jmespath>=1.0:${PORTSDIR}/devel/rubygem-jmespath +LICENSE= APACHE20 +RUN_DEPENDS= rubygem-builder>=3.0:${PORTSDIR}/devel/rubygem-builder \ + rubygem-jmespath>=1.0:${PORTSDIR}/devel/rubygem-jmespath \ + rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json + +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST=yes +RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/aws.rb Modified: head/devel/rubygem-aws-sdk-core/pkg-descr ============================================================================== --- head/devel/rubygem-aws-sdk-core/pkg-descr Sat Jun 13 13:53:55 2015 (r389390) +++ head/devel/rubygem-aws-sdk-core/pkg-descr Sat Jun 13 13:54:00 2015 (r389391) @@ -1,4 +1,4 @@ Provides API clients for AWS. This gem is part of the official AWS SDK for Ruby. -WWW: http://github.com/aws/aws-sdk-ruby +WWW: https://github.com/aws/aws-sdk-ruby
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506131354.t5DDs1dn052905>