Bug 152350 - www/rubygem-rails spell miss in Makefile
Summary: www/rubygem-rails spell miss in Makefile
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: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-18 05:10 UTC by YAMAMOTO, Shigeru
Modified: 2010-11-18 17:48 UTC (History)
0 users

See Also:


Attachments
file.diff (622 bytes, patch)
2010-11-18 05:10 UTC, YAMAMOTO, Shigeru
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description YAMAMOTO, Shigeru 2010-11-18 05:10:09 UTC
There is a miss spell in www/rubygem-rails/Makefile.

RUN_DEPENDS+=  rubygem-mongre_clusterl>=1.0.5:${PORTSDIR}/www/rubygem-mongrel_cluster

should be changed to

RUN_DEPENDS+=  rubygem-mongrel_cluster>=1.0.5:${PORTSDIR}/www/rubygem-mongrel_cluster

#"mongre_clusterl" => "mongrel_cluster"

Fix: I make a patch.


Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-18 05:10:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-18 06:21:03 UTC
wen         2010-11-18 06:20:58 UTC

  FreeBSD ports repository

  Modified files:
    www/rubygem-rails    Makefile 
  Log:
  - Fix a typo in Makefile
  
  PR:             ports/152350
  Submitted by:   YAMAMOTO@FreeBSD.org, Shigeru <shigeru@iij.ad.jp>
  
  Revision  Changes    Path
  1.33      +1 -1      ports/www/rubygem-rails/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2010-11-18 06:22:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!