Bug 191362 - [PATCH] devel/p5-DateTime-TimeZone: Add missing dependency
Summary: [PATCH] devel/p5-DateTime-TimeZone: Add missing dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-25 11:45 UTC by Bill Brinzer
Modified: 2014-06-25 12:22 UTC (History)
1 user (show)

See Also:


Attachments
p5-DateTime-TimeZone.patch (744 bytes, patch)
2014-06-25 11:45 UTC, Bill Brinzer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Brinzer 2014-06-25 11:45:42 UTC
Created attachment 144119 [details]
p5-DateTime-TimeZone.patch

devel/p5-DateTime-TimeZone missing dependency List::AllUtils since version 1.71.

Attached patch fixes the port Makefile.

Symptoms:

$ perl -MDateTime::TimeZone -E 'DateTime::TimeZone->new(name=>shift)' local
Cannot determine local time zone

$ perl -MDateTime::TimeZone -E 'DateTime::TimeZone->new(name=>shift)' America/New_York
Can't locate List/AllUtils.pm in @INC (@INC contains: ...)

(My local Perl version = 5.14.4)
Comment 1 Philippe Audeoud freebsd_committer freebsd_triage 2014-06-25 12:21:51 UTC
Committed! Thanks
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-06-25 12:22:21 UTC
A commit references this bug:

Author: jadawin
Date: Wed Jun 25 12:21:25 UTC 2014
New revision: 359232
URL: http://svnweb.freebsd.org/changeset/ports/359232

Log:
  - Add missing dependency

  PR:		ports/191362
  Submitted by:	bill.brinzer@gmail.com

Changes:
  head/devel/p5-DateTime-TimeZone/Makefile