Bug 127589 - ports/devel/p5-TimeDate fetch problem
Summary: ports/devel/p5-TimeDate fetch problem
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: Dmitry Sivachenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-23 20:20 UTC by kevin brintnall
Modified: 2008-10-03 15:10 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 kevin brintnall 2008-09-23 20:20:01 UTC
TimeDate is organized under CPAN in by-module/Date/TimeDate-*.gz

The default action for CPAN ports tries by-module/TimeDate/TimeDate-*.gz

Fix: 

This needs to be added to ports/devel/p5-TimeDate:

MASTER_SITE_SUBDIR= Date

Then it downloads correctly.
How-To-Repeat: cd /usr/ports/devel/p5-TimeDate ; make fetch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-23 20:20:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->demon

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-03 15:05:19 UTC
demon       2008-10-03 14:05:05 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-TimeDate    Makefile 
  Log:
  Correct MASTER_SITES.
  
  PR:             127589
  Submitted by:   kevin brintnall <kbrint@rufus.net>
  
  Revision  Changes    Path
  1.22      +1 -0      ports/devel/p5-TimeDate/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 Dmitry Sivachenko freebsd_committer freebsd_triage 2008-10-03 15:05:39 UTC
State Changed
From-To: open->closed

Patch committed, thanks!