Date: Wed, 10 Jun 2015 20:27:43 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389141 - in head/devel: . rubygem-bosh_common Message-ID: <201506102027.t5AKRhn1048408@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Jun 10 20:27:42 2015 New Revision: 389141 URL: https://svnweb.freebsd.org/changeset/ports/389141 Log: devel/rubygem-bosh_common: create port BOSH common, part of BOSH WWW: https://github.com/cloudfoundry/bosh Added: head/devel/rubygem-bosh_common/ head/devel/rubygem-bosh_common/Makefile (contents, props changed) head/devel/rubygem-bosh_common/distinfo (contents, props changed) head/devel/rubygem-bosh_common/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jun 10 20:26:12 2015 (r389140) +++ head/devel/Makefile Wed Jun 10 20:27:42 2015 (r389141) @@ -4463,6 +4463,7 @@ SUBDIR += rubygem-blankslate SUBDIR += rubygem-blockenspiel SUBDIR += rubygem-bones + SUBDIR += rubygem-bosh_common SUBDIR += rubygem-bson SUBDIR += rubygem-bson1 SUBDIR += rubygem-buftok Added: head/devel/rubygem-bosh_common/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-bosh_common/Makefile Wed Jun 10 20:27:42 2015 (r389141) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= bosh_common +PORTVERSION= 1.2941.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= BOSH common + +RUN_DEPENDS= rubygem-semi_semantic>=1.1.0:${PORTSDIR}/devel/rubygem-semi_semantic \ + rubygem-logging>=1.8.2:${PORTSDIR}/devel/rubygem-logging + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST=yes + +.include <bsd.port.mk> Added: head/devel/rubygem-bosh_common/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-bosh_common/distinfo Wed Jun 10 20:27:42 2015 (r389141) @@ -0,0 +1,2 @@ +SHA256 (rubygem/bosh_common-1.2941.0.gem) = 4706a85e48ad371346cf4a413a92331e7d847674a3de14e123356eedf8bb331f +SIZE (rubygem/bosh_common-1.2941.0.gem) = 11776 Added: head/devel/rubygem-bosh_common/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-bosh_common/pkg-descr Wed Jun 10 20:27:42 2015 (r389141) @@ -0,0 +1,3 @@ +BOSH common + +WWW: https://github.com/cloudfoundry/bosh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506102027.t5AKRhn1048408>