Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2013 08:30:55 +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: r338261 - head/devel/rubygem-rspec
Message-ID:  <201312310830.rBV8UtPn087540@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Dec 31 08:30:54 2013
New Revision: 338261
URL: http://svnweb.freebsd.org/changeset/ports/338261

Log:
  - Add LICENSE
  - Support STAGEDIR
  - Request maintainership
  
  PR:		ports/184468
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 28 days)

Modified:
  head/devel/rubygem-rspec/Makefile

Modified: head/devel/rubygem-rspec/Makefile
==============================================================================
--- head/devel/rubygem-rspec/Makefile	Tue Dec 31 07:56:15 2013	(r338260)
+++ head/devel/rubygem-rspec/Makefile	Tue Dec 31 08:30:54 2013	(r338261)
@@ -6,17 +6,17 @@ PORTVERSION=	2.14.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	romanbsd@yahoo.com
+MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Behaviour Driven Development in Ruby
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-rspec-core>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-core \
 		rubygem-rspec-expectations>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-expectations \
 		rubygem-rspec-mocks>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-mocks
 
 USE_RUBY=	yes
-USE_RAKE=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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