Bug 142787 - Wrong url in devel/tclreadline pkg-descr
Summary: Wrong url in devel/tclreadline pkg-descr
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: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-13 15:10 UTC by Christian Ullrich
Modified: 2010-01-14 06:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Ullrich 2010-01-13 15:10:01 UTC
ports/devel/tclreadline/pkg-descr:

WWW: http://tclreadline.sourceforget.net

That is the inevitable typo site, correct is:

WWW: http://tclreadline.sourceforge.net/

Fix: 

sed -i "" -e s/sourceforget.net/sourceforge.net\\// devel/tclreadline/pkg-descr
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2010-01-14 00:33:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-14 06:26:05 UTC
pgollucci    2010-01-14 06:25:56 UTC

  FreeBSD ports repository

  Modified files:
    devel/tclreadline    pkg-descr 
  Log:
  - Fix WWW line
  
  PR:             ports/142787
  Submitted by:   Christian Ullrich <chris+freebsd@chrullrich.net>
  
  Revision  Changes    Path
  1.3       +1 -1      ports/devel/tclreadline/pkg-descr
_______________________________________________
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 Philip M. Gollucci freebsd_committer freebsd_triage 2010-01-14 06:27:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!