Commit graph

8 commits

Author SHA1 Message Date
sno
258e42f498 Updating devel/p5-CPAN-Reporter from 1.1800nb1 to 1.1801
Upstream changes:
1.1801 Fri Sep 10 16:34:29 EDT 2010
  Changed:
  - Default config directory now uses File::HomeDir->my_home on
    windows instead of ->my_documents.  If that directory doesn't exist,
    it will fall back to ->my_documents.
2010-09-14 05:30:19 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
a10db17134 Updating devel/p5-CPAN-Reporter from 1.1711 to 1.1800
pkgsrc changes:
- adjust dependencies

Upstream changes:
1.1800 Mon Jul 26 16:02:06 EDT 2010
  Changed:
  - "sending test report..." message now shows transport method, not
    the old email list address for less confusion when using non-email
    transports
  - Enhances missing "email_from" prompt to clarify why an email is
    still needed under non-email transports for legacy compatibililty
2010-08-04 14:51:23 +00:00
sno
0d5345d8bd Updating devel/p5-CPAN-Reporter from 1.1710 to 1.1711
Upstream changes:
1.1711 Wed Feb 17 13:52:14 EST 2010
  Bugs fixed:
  - Tests for "no make test" were failing due to internationalization
    of the error message.  Rather than try to interpret every possible
    make error message, CPAN::Reporter now just looks inside the Makefile
    for a "test" target.  Hopefully, that will prove more robust.
2010-02-22 17:11:14 +00:00
sno
10878134ee Updating devel/p5-CPAN-Reporter from 1.1708 to 1.1710
pkgsrc changes:
- Adjusting dependencies

Upstream changes:
1.1710 Wed Feb 10 10:30:51 EST 2010
  Bugs fixed:
  - Tests for "no make test" were failing on some systems due to
    the incredibly wide range of error messages possible from
    make/nmake/dmake on various systems.  The error message check is
    now even more liberal.

1.1709 Mon Feb  1 22:39:59 EST 2010
  Bugs fixed:
  - Fixed PrereqCheck for modules like "if.pm" that could be confused
    with Perl syntax (RT#53477 by Serguei Trouchelle)
  - Added PrereqCheck special-case for Module::Install and improved
    diagnostics when prereqs are missing or too low (RT#51257)
  - Distributions with no 'make test' target should be UNKNOWN,
    not FAIL (RT#52139)
  - Improved detection of Test::Reporter capable of setting 'distfile'
    parameter

  Documentation changes:
  - Added 'Port' example for transport options
  - Adopted new format for Changes
2010-02-15 14:07:48 +00:00
sno
2345c965ac pkgsrc changes:
- Updating package of p5 module CPAN::Reporter from 1.1707 to 1.708
  - Update dependencies according to META.yaml

Upstream changes:
1.1708 Mon Jun  1 23:31:58 EDT 2009

    *** Emergency fix -- 1.1706/1.1707 can prevent subsequent module  ***
    *** installation if installed with an older Test::Reporter.       ***
    *** Disable test reporting (From CPAN, 'o conf test_report 0')    ***
    *** and install CPAN::Reporter 1.1708.  Then re-enable test       ***
    *** reports.                                                      ***

    - Fixed: in the case where an old Test::Reporter without the distfile()
      method is installed, CPAN::Reporter would crash and prevent
      installation of modules (including newer Test::Reporter); now checks
      for a Test::Reporter
2009-06-14 19:39:48 +00:00
sno
75f42efd0b pkgsrc changes:
- Updating package for p5 module CPAN::Reporter
  - set PERL5MODULE_TYPE to Module::Build
  - Adjusting dependencies according to META.yml
  - Setting LICENSE to apache-2.0

Upstream changes:
1.1707 Sun May 31 21:44:07 EDT 2009
    - Prereq: bumped Test::Reporter to 1.54

1.1706 Sun May 31 14:00:43 EDT 2009
    - Changed: URL of CPAN Testers wiki is now wiki.cpantesters.org
    - Added: support for setting 'distfile' parameter for test reports
      if supported by Test::Reporter (1.53_01+)
2009-06-01 19:25:50 +00:00
sno
9bde2326c9 Importing CPAN::Reporter to easily check for outdated perl modules.
The CPAN Testers project captures and analyses detailed results from
building and testing CPAN distributions on multiple operating systems and
multiple versions of Perl. This provides valuable feedback to module
authors and potential users to identify bugs or platform compatibility
issues and improves the overall quality and value of CPAN.
2009-03-01 23:58:09 +00:00