Bug 152649 - [patch] devel/p5-DateTime-TimeZone: missing dependency
Summary: [patch] devel/p5-DateTime-TimeZone: missing dependency
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: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-28 19:30 UTC by Panagiotis Christias
Modified: 2010-12-01 15:00 UTC (History)
0 users

See Also:


Attachments
file.diff (319 bytes, patch)
2010-11-28 19:30 UTC, Panagiotis Christias
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Panagiotis Christias 2010-11-28 19:30:11 UTC
The latest version of devel/p5-DateTime-TimeZone makes use of parent.pm module which is not available in Perl prior to version 5.10.x.

Fix: Add dependency in Makefile if ${PERL_LEVEL} < 501000.

Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/lang/perl5.8
make install
cd /usr/ports/devel/p5-DateTime-TimeZone
make install
perl -e 'use DateTime::TimeZone'
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-28 19:30:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jadawin

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-01 14:53:44 UTC
jadawin     2010-12-01 14:53:38 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-DateTime-TimeZone Makefile 
  Log:
  - Add missing dependency (deve/p5-parent)
  - Bump PORTREVISION
  
  PR:             ports/152649
  Submitted by:   Panagiotis Christias <p.christias AT noc.ntua.gr>
  
  Revision  Changes    Path
  1.87      +5 -1      ports/devel/p5-DateTime-TimeZone/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 Philippe Audeoud freebsd_committer freebsd_triage 2010-12-01 14:54:16 UTC
State Changed
From-To: open->closed

Committed. Thanks!