svn commit: r338261 - head/devel/rubygem-rspec

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 31 08:30:55 UTC 2013


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 at yahoo.com
+MAINTAINER=	ruby at 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>


More information about the svn-ports-head mailing list