Bug 162151 - [PATCH] lang/perl5.12 fix two issue with BSDPAN
Summary: [PATCH] lang/perl5.12 fix two issue with BSDPAN
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: skv
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-29 16:10 UTC by Andrej Zverev
Modified: 2011-11-10 10:30 UTC (History)
0 users

See Also:


Attachments
patch-BSDPAN-5.12.1-1.diff (917 bytes, patch)
2011-10-29 16:10 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev freebsd_committer freebsd_triage 2011-10-29 16:10:09 UTC
This patch fixes one error and one warning.
Change requied to bump portrevision for lang/perl5.10, lang/perl5.12, lang/perl5.14
after apply.
         
1) Fix warning:
Warning: prerequisite ExtUtils::MakeMaker x.xx not found. We have unknown version. 
Now BSDPAN will inherit EX::MM version.

2) Fix incorrect directory processing:
BSDPAN Packlist.pm loops forever in get_dir_list while processing "..".
This will occurs when installing modules directly via cpan.

1: Reported by swills@FreeBSD.org, patched by tobez@FreeBSD.org 
2: Reported by doubg@FreeBSD.org, pathed by az@FreeBSD.org
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-29 16:10:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-11-10 10:28:40 UTC
skv         2011-11-10 10:28:26 UTC

  FreeBSD ports repository

  Modified files:
    lang/perl5.10        Makefile distinfo 
    lang/perl5.12        Makefile distinfo 
    lang/perl5.14        Makefile distinfo 
  Log:
  Update BSDPAN to 20111107:
  - Fix warning:
          Warning: prerequisite ExtUtils::MakeMaker x.xx not found.
          We have unknown version.
  - Fix forever loop occured when installing modules directly via cpan.
  
  PR:             ports/162151
  Submitted by:   az
  Feature safe:   yes
  
  Revision  Changes    Path
  1.130     +2 -2      ports/lang/perl5.10/Makefile
  1.33      +2 -2      ports/lang/perl5.10/distinfo
  1.138     +2 -2      ports/lang/perl5.12/Makefile
  1.36      +2 -2      ports/lang/perl5.12/distinfo
  1.138     +2 -2      ports/lang/perl5.14/Makefile
  1.37      +2 -2      ports/lang/perl5.14/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 skv freebsd_committer freebsd_triage 2011-11-10 10:29:28 UTC
State Changed
From-To: open->closed

Committed, thanks!