svn commit: r389391 - head/devel/rubygem-aws-sdk-core

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 13 13:54:01 UTC 2015


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 at 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


More information about the svn-ports-all mailing list