Bug 184468 - [PATCH] devel/rubygem-rspec: add license, support stagedir
Summary: [PATCH] devel/rubygem-rspec: add license, support stagedir
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-03 11:50 UTC by Po-Chuan Hsieh
Modified: 2013-12-31 08:42 UTC (History)
1 user (show)

See Also:


Attachments
rubygem-rspec-2.14.1.patch (715 bytes, patch)
2013-12-03 11:50 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-03 11:50:00 UTC
- Add LICENSE
- Support STAGEDIR
- Request maintainership

Port maintainer (romanbsd@yahoo.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-03 11:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-03 11:50:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-03 11:50:10 UTC
Maintainer of devel/rubygem-rspec,

Please note that PR ports/184468 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184468

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-31 08:29:31 UTC
Responsible Changed
From-To: ruby->sunpoet

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-12-31 08:31:01 UTC
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>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-31 08:42:02 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!