Date: Sat, 13 Jun 2015 13:54:29 +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: r389397 - head/devel/rubygem-cyoi Message-ID: <201506131354.t5DDsTcp053678@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jun 13 13:54:28 2015 New Revision: 389397 URL: https://svnweb.freebsd.org/changeset/ports/389397 Log: - Add LICENSE - Add NO_ARCH - Update WWW Modified: head/devel/rubygem-cyoi/Makefile head/devel/rubygem-cyoi/pkg-descr Modified: head/devel/rubygem-cyoi/Makefile ============================================================================== --- head/devel/rubygem-cyoi/Makefile Sat Jun 13 13:54:24 2015 (r389396) +++ head/devel/rubygem-cyoi/Makefile Sat Jun 13 13:54:28 2015 (r389397) @@ -8,13 +8,16 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Library to prompt for infrastructure and login credentials +LICENSE= MIT + RUN_DEPENDS= rubygem-fog>=0:${PORTSDIR}/devel/rubygem-fog \ rubygem-highline>=1.6:${PORTSDIR}/devel/rubygem-highline \ rubygem-readwritesettings>=3.0:${PORTSDIR}/devel/rubygem-readwritesettings +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST=yes +RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/cyoi Modified: head/devel/rubygem-cyoi/pkg-descr ============================================================================== --- head/devel/rubygem-cyoi/pkg-descr Sat Jun 13 13:54:24 2015 (r389396) +++ head/devel/rubygem-cyoi/pkg-descr Sat Jun 13 13:54:28 2015 (r389397) @@ -1,4 +1,4 @@ A library to ask an end-user to choose an infrastructure (AWS, OpenStack, etc), region, and login credentials. -WWW: https://github.com/drnic/cyoi +WWW: https://github.com/cloudfoundry-community/cyoi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506131354.t5DDsTcp053678>