Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 16:25:23 +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: r331717 - head/net-mgmt/rubygem-blimpy
Message-ID:  <201310261625.r9QGPNmD038142@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 26 16:25:23 2013
New Revision: 331717
URL: http://svnweb.freebsd.org/changeset/ports/331717

Log:
  - Add LICENSE
  - Support STAGEDIR

Modified:
  head/net-mgmt/rubygem-blimpy/Makefile

Modified: head/net-mgmt/rubygem-blimpy/Makefile
==============================================================================
--- head/net-mgmt/rubygem-blimpy/Makefile	Sat Oct 26 16:25:18 2013	(r331716)
+++ head/net-mgmt/rubygem-blimpy/Makefile	Sat Oct 26 16:25:23 2013	(r331717)
@@ -9,6 +9,8 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Tool for managing a fleet of machines in the cloud
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-fog>=0:${PORTSDIR}/devel/rubygem-fog \
 		rubygem-minitar>=0:${PORTSDIR}/archivers/rubygem-minitar \
 		rubygem-thor>=0:${PORTSDIR}/devel/rubygem-thor
@@ -19,5 +21,4 @@ RUBYGEM_AUTOPLIST=	yes
 
 PLIST_FILES=	bin/blimpy
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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