Date: Sat, 13 Jun 2015 13:54:24 +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: r389396 - head/devel/rubygem-blobstore_client Message-ID: <201506131354.t5DDsOCp053546@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jun 13 13:54:24 2015 New Revision: 389396 URL: https://svnweb.freebsd.org/changeset/ports/389396 Log: - Add LICENSE - Sort RUN_DEPENDS - Add NO_ARCH Modified: head/devel/rubygem-blobstore_client/Makefile Modified: head/devel/rubygem-blobstore_client/Makefile ============================================================================== --- head/devel/rubygem-blobstore_client/Makefile Sat Jun 13 13:54:19 2015 (r389395) +++ head/devel/rubygem-blobstore_client/Makefile Sat Jun 13 13:54:24 2015 (r389396) @@ -8,16 +8,19 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= BOSH blobstore client -RUN_DEPENDS= rubygem-bosh_common>=1.2941.0:${PORTSDIR}/devel/rubygem-bosh_common \ +LICENSE= APACHE20 + +RUN_DEPENDS= rubygem-aws-sdk>=1.60.2:${PORTSDIR}/devel/rubygem-aws-sdk \ + rubygem-bosh_common>=1.2941.0:${PORTSDIR}/devel/rubygem-bosh_common \ rubygem-fog>=1.27.0:${PORTSDIR}/devel/rubygem-fog \ rubygem-httpclient>=2.4.0:${PORTSDIR}/www/rubygem-httpclient \ rubygem-multi_json>=1.1:${PORTSDIR}/devel/rubygem-multi_json \ - rubygem-ruby-atmos-pure>=1.0.5:${PORTSDIR}/devel/rubygem-ruby-atmos-pure \ - rubygem-aws-sdk>=1.60.2:${PORTSDIR}/devel/rubygem-aws-sdk + rubygem-ruby-atmos-pure>=1.0.5:${PORTSDIR}/devel/rubygem-ruby-atmos-pure +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST=yes +RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/blobstore_client_console
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506131354.t5DDsOCp053546>