Bug 169132 - [PATCH] devel/rubygem-ruby_parser: remove unnecessary dependencies
Summary: [PATCH] devel/rubygem-ruby_parser: remove unnecessary dependencies
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-16 01:40 UTC by Steve Wills
Modified: 2012-07-24 21:00 UTC (History)
1 user (show)

See Also:


Attachments
rubygem-ruby_parser-2.3.1_1.patch (807 bytes, patch)
2012-06-16 01:40 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2012-06-16 01:40:01 UTC
- Remove unnecessary dependencies

Port maintainer (voldern@hoeggen.net) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-16 02:58:39 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 2012-06-16 02:58:41 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-16 02:58:43 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Steve Wills freebsd_committer freebsd_triage 2012-06-22 02:30:49 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-07-24 20:52:15 UTC
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"
Comment 6 Steve Wills freebsd_committer freebsd_triage 2012-07-24 20:52:40 UTC
State Changed
From-To: feedback->closed

Committed.