Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2015 13:54:11 +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: r389393 - head/devel/rubygem-aws-sdk
Message-ID:  <201506131354.t5DDsBu0053171@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jun 13 13:54:10 2015
New Revision: 389393
URL: https://svnweb.freebsd.org/changeset/ports/389393

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Update WWW

Modified:
  head/devel/rubygem-aws-sdk/Makefile
  head/devel/rubygem-aws-sdk/pkg-descr

Modified: head/devel/rubygem-aws-sdk/Makefile
==============================================================================
--- head/devel/rubygem-aws-sdk/Makefile	Sat Jun 13 13:54:05 2015	(r389392)
+++ head/devel/rubygem-aws-sdk/Makefile	Sat Jun 13 13:54:10 2015	(r389393)
@@ -8,10 +8,13 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	AWS SDK for Ruby
 
+LICENSE=	APACHE20
+
 RUN_DEPENDS=	rubygem-aws-sdk-v1>=1.60.2:${PORTSDIR}/devel/rubygem-aws-sdk-v1
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-aws-sdk/pkg-descr
==============================================================================
--- head/devel/rubygem-aws-sdk/pkg-descr	Sat Jun 13 13:54:05 2015	(r389392)
+++ head/devel/rubygem-aws-sdk/pkg-descr	Sat Jun 13 13:54:10 2015	(r389393)
@@ -1,4 +1,4 @@
 The official AWS SDK for Ruby. Provides both resource oriented interfaces and
 API clients for AWS services.
 
-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.t5DDsBu0053171>