Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2015 13:54:38 +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: r389399 - head/sysutils/rubygem-bosh-gen
Message-ID:  <201506131354.t5DDscad053929@svn.freebsd.org>

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

Log:
  - Add LICENSE
  - Sort RUN_DEPENDS
  - Add NO_ARCH
  - Update WWW

Modified:
  head/sysutils/rubygem-bosh-gen/Makefile
  head/sysutils/rubygem-bosh-gen/pkg-descr

Modified: head/sysutils/rubygem-bosh-gen/Makefile
==============================================================================
--- head/sysutils/rubygem-bosh-gen/Makefile	Sat Jun 13 13:54:33 2015	(r389398)
+++ head/sysutils/rubygem-bosh-gen/Makefile	Sat Jun 13 13:54:37 2015	(r389399)
@@ -8,19 +8,22 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Generators for creating BOSH releases
 
-RUN_DEPENDS=	rubygem-thor>=0:${PORTSDIR}/devel/rubygem-thor \
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-activesupport4>=4.0:${PORTSDIR}/devel/rubygem-activesupport4 \
 		rubygem-bosh_cli>=0:${PORTSDIR}/sysutils/rubygem-bosh_cli \
 		rubygem-bosh-template>=0:${PORTSDIR}/devel/rubygem-bosh-template \
-		rubygem-progressbar>=0:${PORTSDIR}/devel/rubygem-progressbar \
 		rubygem-cyoi>=0.10:${PORTSDIR}/devel/rubygem-cyoi \
 		rubygem-fog>=1.11:${PORTSDIR}/devel/rubygem-fog \
 		rubygem-fog-aws>=0.1.1:${PORTSDIR}/net/rubygem-fog-aws \
+		rubygem-progressbar>=0:${PORTSDIR}/devel/rubygem-progressbar \
 		rubygem-readwritesettings>=3.0:${PORTSDIR}/devel/rubygem-readwritesettings \
-		rubygem-activesupport4>=4.0:${PORTSDIR}/devel/rubygem-activesupport4
+		rubygem-thor>=0:${PORTSDIR}/devel/rubygem-thor
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST=	yes
 
 PLIST_FILES=	bin/bosh-gen
 

Modified: head/sysutils/rubygem-bosh-gen/pkg-descr
==============================================================================
--- head/sysutils/rubygem-bosh-gen/pkg-descr	Sat Jun 13 13:54:33 2015	(r389398)
+++ head/sysutils/rubygem-bosh-gen/pkg-descr	Sat Jun 13 13:54:37 2015	(r389399)
@@ -1,3 +1,3 @@
 Generators for creating BOSH releases
 
-WWW: https://github.com/drnic/bosh-gen
+WWW: https://github.com/cloudfoundry-community/bosh-gen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506131354.t5DDscad053929>