Bug 155731 - [PATCH] devel/p5-Data-TreeDumper: Correct the wrong depend and remove unsupported checksum algo
Summary: [PATCH] devel/p5-Data-TreeDumper: Correct the wrong depend and remove unsuppo...
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: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-20 19:50 UTC by chinsan
Modified: 2011-03-27 08:20 UTC (History)
1 user (show)

See Also:


Attachments
p5-Data-TreeDumper-0.37_1.patch (1.58 KB, patch)
2011-03-20 19:50 UTC, chinsan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chinsan freebsd_committer freebsd_triage 2011-03-20 19:50:01 UTC
- 
- Remove the unsupported checksum algorithm (MD5)

Port maintainer (dhn@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99

How-To-Repeat: If you really use Data::TreeDumper, then it will fail with the following error:

Can't locate Check/ISA.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.9/BSDPAN
 /usr/local/lib/perl5/site_perl/5.8.9/mach /usr/local/lib/perl5/site_perl/5.8
.9 /usr/local/lib/perl5/5.8.9/mach /usr/local/lib/perl5/5.8.9 .) at 
/usr/local/lib/perl5/site_perl/5.8.9/Data/TreeDumper.pm line 8.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.9/Data/
TreeDumper.pm line 8.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-20 19:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-27 08:14:34 UTC
dhn         2011-03-27 07:14:26 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-Data-TreeDumper Makefile distinfo 
  Log:
  - Remove MD5 checksum
  - Bump PORTREVISION
  - Fix the wrong depend
  
  PR:             ports/155731
  Submitted by:   chinsan@
  
  Revision  Changes    Path
  1.16      +2 -1      ports/devel/p5-Data-TreeDumper/Makefile
  1.12      +0 -1      ports/devel/p5-Data-TreeDumper/distinfo
_______________________________________________
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 Dennis Herrmann freebsd_committer freebsd_triage 2011-03-27 08:14:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!