Commit graph

19 commits

Author SHA1 Message Date
ryoon
1344d8d8e3 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
mef
1f1a7524a8 Updated devel/p5-B-Hooks-Parser to 0.19
---------------------------------------
0.19    2017-04-04 19:35:08Z
  - re-release 1.18 as stable (fixes compile issues on recent blead releases)

0.18    2016-08-30 00:24:10Z (TRIAL RELEASE)
  - avoid use of sub_inwhat (RT#116685; see also RT#102918 and perl RT#123865)
2017-04-09 03:26:19 +00:00
mef
997ecacb64 Updated devel/p5-B-Hooks-parser to 0.17
---------------------------------------
0.17    2016-08-03 05:08:02Z
  - add missing make dependency on stolen_chunk_of_toke.c (Father
    Chrysostomos, RT#116679)
2016-08-08 05:10:21 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
mef
e739a91ec5 Update 0.13 to 0.16
-------------------
0.16    2015-07-28 05:55:58Z
  - no changes since trial release

0.15    2015-07-22 16:17:48Z (TRIAL RELEASE)
  - restore the prototype of hook_parser_setup() for the C interface
    - restore B::Hooks::Parser::Install::Files, lost since version 0.13

0.14    2015-07-22 02:16:31Z (TRIAL RELEASE)
  - fix segfaults on clang by defining PERL_NO_GET_CONTEXT (thanks, Vincent
      Pit!  closes github #1, #2, RT#94463)
2015-08-15 12:20:52 +00:00
mef
05e5208cde (pkgsrc)
- Add Following line
   +# for make test
   +BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 (upstream)
 - Update 0.12 to 0.13
-------------------
0.13    2015-06-06 20:54:32Z
  - switch tooling off of Module::Install
2015-07-25 06:46:33 +00:00
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
9f1a1127e8 Update 0.10 to 0.12
0.12  2013-05-11
  * fix test that breaks in 5.17.4 (RT#80070, Father Chrysotomos)
  * Require ExtUtils::Depends 0.302 for win32 support (RT#77311), Alexandr
    Ciornii)

0.11  Mon, 18 Jun 2012 17:01:00 +0100
  * Document get_lex_stuff and clear_lex_stuff.
  * Document return type of C version of set_linestr.
2014-12-12 11:17:14 +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
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
4482005d5c Updating package for CPAN distribution B::Hooks::Parser in
devel/p5-B-Hooks-Parser from 0.09nb2 to 0.10.

Upstream changes:
0.10  Mon, 06 Feb 2012 13:10:00 +0000
  * In the Perl API, don't be confused by NULs in the parser buffer.
  * Fix off-by-one error in buffer length check for set_linestr.
  * Jump through some hoops to avoid compiler warnings.
  * Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore.
  * Note repository and bugtracker locations.
2012-02-16 06:23:36 +00:00
adam
f2ab326ee0 Revision bump after updating perl to 5.14.1 2011-08-09 07:36:34 +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
b66e95c81e pkgsrc changes:
- Updating package for p5 module B::Hooks::Parser from 0.08 to 0.09
  - Adjusting dependencies according to META.yml
  - Setting license according to META.yml

Upstream changes:
0.09  Wed, 03 Jun 2009 13:20:21 +0200
  * Don't redefine various macros if they already exist.
  * Add B::Hooks::Toke::skipspace function (Liu Kang-min).
2009-07-07 20:46:53 +00:00
abs
726869df2c Added devel/p5-B-Hooks-Parser version 0.08
This module provides an API for parts of the perl parser. It can
be used to modify code while it's being parsed.
2009-01-19 18:02:57 +00:00