Commit graph

18 commits

Author SHA1 Message Date
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
schmonz
bf0e587f2d Update to 1.4414. From the changelog:
- Added load_string, which uses heuristics to guess YAML/JSON content
- load_file will now attempt to detect YAML/JSON content if the suffix
  is not .json, .yml or .yaml
- UTF-8 decoding is done differently to avoid requiring
  a newer version of Encode (Graham Knop)
- Added prerequisite on Encode 2.11 (Paul Howarth)
- Invalid UTF-8 encoding in YAML files are now replaced with "PERLQQ"
  quoting from the Encode module and without warnings.
- Removed legacy test modifications for $ENV{PERL_CORE}
- Dropped support for Perl's before v5.8.1 to ensure proper
  UTF-8 and IO layer support
- Updated CPAN::Meta::YAML prereq to 0.011 due to deprecation
  of 'errstr' and consistent use of exceptions
2014-07-15 20:39:42 +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
687cf95040 Update to 1.4409:
1.4409    2013-09-23 13:17:18 America/New_York

    [FIXED]

    - updated Makefile.PL logic to support PERL_NO_HIGHLANDER

1.4408    2013-09-23 11:06:35 America/New_York

    [FIXED]

    - Installation on Perls < 5.12 will uninstall older versions installed
      due to being bundled with ExtUtils::MakeMaker

1.4407    2013-09-08 10:16:29 America/New_York

    - Fixed incorrect resource metadata

1.4406    2013-09-08 09:59:28 America/New_York

    - Fixed improperly encoded META.yml

1.4405    2013-07-17 21:43:34 America/New_York

    - Fixed incorrect "return ... or die ..." constructs

    - Converted distribution to Dist::Zilla management

    - Noted new repository location in the Github Perl-Toolchain-Gang
      organization
2013-12-07 00:42:10 +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
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
sno
f158bbcda3 Updating package for Perl 5 module Parse::CPAN::Meta in
devel/p5-Parse-CPAN-Meta from 1.4402 to 1.4404.

pkgsrc changes:
- updating dependencies, naming implicitely ones now

Upstream changes:
1.4404 Sun Apr 05 2012
      - Protected tests from user PERL_YAML/JSON_BACKEND

1.4403 Sun Apr 01 2012
      - Bumped prereqs: JSON::PP to 2.27200 and CPAN::Meta::YAML to 0.008
2012-07-05 16:32:41 +00:00
sno
004aadceb2 Updating package for CPAN module Parse::CPAN::Meta in
devel/p5-Parse-CPAN-Meta from 1.4401 to 1.4402.

pkgsrc changes:
- adjusting dependencies to default requirements

Upstream changes:
1.4402 Tue Feb 07 2012
      - Minor maintenance: standardized newlines to Unix style
2012-02-20 13:20:35 +00:00
adam
364bd6d409 Changes 1.4401:
* Removed Module::Load::Conditional dependency
2011-08-10 11:38:29 +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
704193c121 Updating package for p5 module Parse::CPAN::Meta from 1.39 to 1.40
Upstream changes:
1.40 Sat 25 Jul 2009
	- Add core perl 5.10.1's uupacktool.pl
	- Repackage t/data/utf_16_le_bom.yml as ASCII for
	  https://rt.cpan.org/Ticket/Display.html?id=47844
2009-08-09 09:43:52 +00:00
sno
c7d64d3ffe pkgsrc changes:
- Updating package for p5 module Parse::CPAN::Meta from 1.38 to 1.39

Upstream changes:
1.39 Thu 21 May 2009
	- Even though utf8 starts at 5.7+ there's no is_utf till
	  5.8.1 so skip in the tests if needed (ADAMK)
2009-05-21 11:05:34 +00:00
sno
5605f15452 PkgSrc changes:
- Updating package for p5 module Parse::CPAN::Meta from 0.05 to 1.38
  - Setting license to gnu-gpl-v2

Upstream changes (since 0.05):
1.38 Sat 16 May 2009
	- Synchorised version numbers with YAML::Tiny
	- Code shrinkages to the bloaty Unicode/BOM code
	- Merging a ton more tests from YAML::Tiny
	- Added back some pointless options to yaml_ok that keep our
	  codebase closer to YAML::Tiny (which should help with syncing)
	- Changed exceptions to be closer to YAML::Tiny
2009-05-17 14:33:55 +00:00
sno
f1fb4be6b9 Updating Parse::CPAN::Meta to 0.05. Changes since 0.04:
0.05 Wed 11 Mar 2009
	- Upgrade previous release to a stable release.

0.04_01 Tue  3 Mar 2009
	- Merge Unicode / BOM fixes from YAML::Tiny

Oked by he@
2009-03-21 23:21:42 +00:00
sno
80e8cbe57d Adding Parse::CPAN::Meta for later CPAN::Reporter addition to pkgsrc.
Parse::CPAN::Meta is a parser for META.yml files, based on the parser half
of YAML::Tiny.
2009-03-01 22:09:26 +00:00