Summary: | [PATCH] devel/rubygem-ruby_parser: remove unnecessary dependencies | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Steve Wills <swills> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | voldern | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Steve Wills
2012-06-16 01:40:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->ruby ruby@ wants this port PRs (via the GNATS Auto Assign Tool) Maintainer of devel/rubygem-ruby_parser, Please note that PR ports/169132 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/169132 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Responsible Changed From-To: ruby->swills I'll take it. Author: swills Date: Tue Jul 24 19:52:05 2012 New Revision: 301489 URL: http://svn.freebsd.org/changeset/ports/301489 Log: - Remove unnecessary dependencies PR: ports/169132 Approved by: maintainer timeout (voldern@hoeggen.net, >1 month) Modified: head/devel/rubygem-ruby_parser/Makefile (contents, props changed) Modified: head/devel/rubygem-ruby_parser/Makefile ============================================================================== --- head/devel/rubygem-ruby_parser/Makefile Tue Jul 24 19:24:22 2012 (r301488) +++ head/devel/rubygem-ruby_parser/Makefile Tue Jul 24 19:52:05 2012 (r301489) @@ -7,15 +7,14 @@ PORTNAME= ruby_parser PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= voldern@hoeggen.net COMMENT= A ruby parser written in pure ruby -RUN_DEPENDS= rubygem-sexp_processor>=3.0:${PORTSDIR}/devel/rubygem-sexp_processor \ - rubygem-parsetree>=0:${PORTSDIR}/devel/rubygem-parsetree \ - rubygem-hoe>=1.8.2:${PORTSDIR}/devel/rubygem-hoe +RUN_DEPENDS= rubygem-sexp_processor>=3.0:${PORTSDIR}/devel/rubygem-sexp_processor USE_RUBY= yes USE_RUBYGEMS= yes _______________________________________________ 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" State Changed From-To: feedback->closed Committed. |