Commit graph

21 commits

Author SHA1 Message Date
mef
790a21ec98 Update 1.2011 to 1.2014
-----------------------
1.2014    2015-04-06 12:08:28-04:00 America/New_York
  - no changes from 1.2013-TRIAL

1.2013    2015-03-29 21:52:11-04:00 America/New_York (TRIAL RELEASE)
  [ADDED]
  - Added experimental option to save output of hanging modules [CHORNY]
  - Added experimental option to save list of hanging modules [CHORNY]

  [CHANGED]
  - C::R::PrereqCheck will read <> before checking modules

  [FIXED]
  - Fixed incorrect report grade edge case [CHORNY]
  - Fixed tests for Perls on Windows with spaces in the path
  - Added Dancer::Plugin::FlashNote to list of prereq-check conflicts

  [TESTING]
  - Tests for C::R::PrereqCheck added
2015-04-09 00:51:07 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wen
1edd52e514 Update to 1.2011
Upstream changes:
1.2011    2014-03-16 22:27:56+01:00 Europe/Paris

  [ADDED]

  - Added support for future optional prerequisite reporting
    when CPAN.pm supports it

  [CHANGED]

  - Moved test distributions into corpus/ to avoid repetitive
    tarball unpacking

  - Modernized distribution meta and support files

1.2010    2013-04-12 15:35:38 Europe/London

  [NEW FEATURES]

  - new option 'retry_submission' tries to send the report one
    extra time in case it fails. Defaults to undef (don't retry)
    (Patch by Alexandr "chorny" Ciornii)
2014-10-04 14:04:05 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
wen
f27b34b2f2 Update to 1.2009
Update DEPENDS

Upstream changes:
1.2009    2012-12-18 16:08:37 America/New_York

  [BUG FIXES]

  - Expanded prerequisite load check skip to all Acme::* modules; prereqs
    still need to be installed and of sufficient version, but we don't
    check that Acme modules load without error to avoid side effects.

1.2008    2012-12-15 07:26:11 America/New_York

  [BUG FIXES]

  - Don't try to check if Acme::Bleach can be loaded if it's listed
    as a prereq

1.2007    2012-12-10 15:13:22 America/New_York


  [BUG FIXES]

  - Recognize another form of "Perl is too low" message [CHORNY]
2012-12-19 02:47:43 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
wen
6ae728588c Updated to 1.2006
Upstream changes:
1.2006    2012-04-10 18:44:20 America/New_York

  [BUG FIXES]

  - Changed how CPAN::Reporter::PrereqCheck attempts to load modules to
    avoid module reloading, which caused some prereqs to show up as
    'broken' [rt.cpan.org #76394 and #75559]

  [OTHER]

  - Bumped IPC::Cmd prereq to 0.76 to avoid failures on some platforms
2012-09-02 04:31:42 +00:00
sno
59e850f9dc Updating package for CPAN distribution CPAN::Reporter in
devel/p5-CPAN-Reporter from 1.2002 to 1.2005.

Upstream changes:
1.2005    2012-03-02 13:21:36 EST5EDT
  [BUG FIXES]
  - Canonicalise the config path returned by bsd_glob [rt.cpan.org #70504]
    [Kent Fredric]

1.2004    2012-02-13 16:25:07 EST5EDT
  [BUG FIXES]
  - Fix bug in testing tilde expansion on Windows
    [rt.cpan.org #72051]

1.2003    2011-12-06 11:07:04 EST5EDT
  [BUG FIXES]
  - Fix bug in transport class validation to allow multi-level
    class names [rt.cpan.org #73045]
2012-03-08 09:24:14 +00:00
wiz
46cfb00318 Update to 1.2002.
1.2002    2011-08-10 17:52:08 America/New_York

  [BUG FIXES]

  - Fix failing tests on systems without
    Test::Reporter::Transport::Metabase
  - Minor test cleanups for use with 'prove'
2011-08-16 21:39:41 +00:00
adam
f1c43c42b6 Changes 1.2001:
* Fix failing test on Windows due to glob expansion of "~"
2011-08-10 10:51:31 +00:00
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