Commit graph

17 commits

Author SHA1 Message Date
wiz
40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00
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
mef
349ac07cf9 Add BUILD_DEPENDS+= for make test. 2015-03-17 12:40:02 +00:00
mef
e2fcfd408c Update to 0.200.006
(pkglint-4.150 warns)
    WARN: Makefile:4: The package is being downgraded from 0.200005 to 0.200.006.
-------------------
0.200006  2014-03-10 10:14:45-04:00 America/New_York
        - skip tests on Win32 pre-5.14 related to line endings; perl munges the
          data before we're able to get at it (thanks, Christian Walde!)
2015-01-29 01:17:20 +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
wen
6b5c3ee9ed Update to 0.200005
Upstream changes:
0.200005  2013-12-11 08:03:08 America/New_York
        - open DATA handles both :raw and :bytes to avoid content munging on
          Win32 (thanks, Kenichi Ishigaki!)
        - This is not yet a perfect solution for Win32.

0.200004  2013-12-01 21:31:02 America/New_York
        - avoid confusion between \n, \x0d\x0a, and Win32 (thanks, Kenichi
          Ishigaki!)

0.200003  2013-11-02 07:57:52 America/New_York
          [THIS MIGHT BREAK STUFF]
        - stable release of 0.200002, no functional changes

0.200002  2013-10-19 22:11:32 America/New_York (TRIAL RELEASE)
          [THIS MIGHT BREAK STUFF]
        - add an "encoding" parameter to set encoding of data section contents;
          this defaults to UTF-8 (thanks, David Golden!)

0.101622  2013-06-19 21:48:02 America/New_York
          add a link to an Advent article about Data-Section

          update bugtracker, repo, etc.
2014-02-09 14:41:04 +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
adam
6df8c660aa Changes 0.101.621:
* document the \-escaping behavior of sections
2011-08-16 08:22:51 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +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
seb
468fd181b4 Update p5-Data-Section from version 0.100.770 to version 0.101.620 (upstream version 0.101620).
Upstream changes:
0.101620  2010-06-11 08:14:32 America/New_York
          We now attempt to work with files with Win32 line endings, thanks to
          Christian Walde.
2010-07-14 17:19:23 +00:00
seb
ec6c2d6412 Update p5-Data-Section from version 0.100.270 (upstream version
0.100270) to version 0.100.770 (upstream version 0.100770).

Upstream changes:
0.100770  2010-03-18 08:05:46 America/New_York
          this release's changes courtesy of Tatsuhiko Miyagawa:
          __END__ now ends the whole data section; ignore_end may come someday
          empty data lines between __DATA__ and first section are ignored
2010-04-24 19:11:12 +00:00
sno
90bf231412 Updating devel/p5-Data-Section from 0.091.820 to 0.100.270
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.100270  2010-01-27 22:43:33 America/New_York
          switch from Class::ISA to MRO::Compat
          added *_section_names
          eliminate some duplicated code
2010-02-15 14:55:36 +00:00
sno
9bda7f2bde Updating package for Data::Section from 0.005 to 0.091.820 and set license
to ${PERL5_LICENSE} according to META.json

Upstream changes:
0.091820  2009-07-01 18:25:50 UTC
          add docs on using ForMethod to avoid autocleaning (thanks, Kent
          Fredric)

0.006     2008-11-23
          remove smoke tests that did nothing useful; thanks Florian
2009-07-07 22:38:10 +00:00
he
e694b4d16f Import p5-Data-Section version 0.005.
Data::Section provides an easy way to access multiple named chunks
of line-oriented data in your module's DATA section. It was written
to allow modules to store their own templates, but probably has
other uses.
2008-10-30 23:36:03 +00:00