Commit graph

19 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
mef
fd687cf691 Update to 0.15
--------------
0.15      2015-05-14 21:46:06Z
  - updated the tooling for generating Makefile.PL
  - removed Tie::StdHash from prereqs, which is not require()able as a module
    on its own (despite being indexed) (miyagawa, GH #3)
  - fixed the addition in release 0.14 of Hash::Util::FieldHash as a
    prerequisite (which is not available prior to perl 5.010) for pure-perl
    installations (RT#104435)
2015-05-16 13:45:45 +00:00
mef
83ce1b054f update to 0.14
--------------
0.14      2015-01-31 23:59:03Z
  - line numbers in shipped code are now the same as the repository source,
    for easier debugging
  - more accurate dynamic prereq declarations
2015-02-05 13:46:50 +00:00
wiz
19f049898e Update to 0.13. Add some missing dependencies.
0.13      2014-01-07 21:17:39Z
  - Variable::Magic added as a runtime recommendation for greater visibility
    (RT#89245)
  - fixed broken logic in compiler detection on older perls
  - fixed inaccurate repository metadata
2014-09-07 12:17:58 +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
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
08996f3847 Update to 0.12
Update DEPENDS

Upstream changes:
0.12  Tue, 4 Dec 2012 20:13:00 +0000
  * Complete pure-perl implementation in addition to the one based on
    Variable::Magic. You can specify the implementation explicitly by
    use-ing B::Hooks::EndOfScope::PP or B::Hooks::EndOfScope::XS, or
    by setting $ENV{B_HOOKS_ENDOFSCOPE_IMPLEMENTATION} to either 'XS'
    or 'PP'
  * Switch from using Sub::Exporter to the more conservative
    Sub::Exporter::Progressive
2013-05-02 06:46:37 +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
abs
a81f05b12b Updated devel/p5-B-Hooks-EndOfScope to 0.11
0.11  Thu, 23 Feb 2012 11:19:18 +0100
  * A minor efficiency improvement.
2012-03-04 14:11:05 +00:00
sno
2de80ca859 Updating package for CPAN module B::Hooks::EndOfScope in
devel/p5-B-Hooks-EndOfScope from 0.09nb2 to 0.10

Upstream changes:
0.10  Thu, 16 Feb 2012 09:41:54 +0100
  * Stop propagating our magic through localisation.
2012-02-20 12:38:30 +00:00
adam
84ea901860 Revision bump after updating perl to 5.14.1 2011-08-09 06:52:35 +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
1b6deac401 Update p5-B-Hooks-EndOfScope from version 0.08 to version 0.09.
Upstream changes:
0.09  Fri, 07 May 2010 22:11:49 +0200
  * Improve distribution metadata.
2010-05-24 21:06:53 +00:00
sno
c6d6774324 PkgSrc changes:
- Updating package for p5 module B::Hooks::EndOfScope to 0.08
  - Updating dependency to Variable::Magic to 0.34 according to upstream
    changes

Upstream changes:
0.08  Sun, 19 Apr 2009 19:15:44 +0200
  * Depend on Variable::Magic 0.34 so exceptions during compile time that
    trigger a destructor don't cause an exception on 5.10 anymore.
2009-04-22 08:50:02 +00:00
he
6fc1351363 Update from version 0.06 to 0.07.
Pkgsrc changes:
 o Adjust dependencies to track new requirements

Upstream changes:

0.07  Fri, 20 Feb 2009 14:22:16 +0100
  * Depend on Variable::Magic 0.31 so exceptions thrown in on_scope_end
    blocks don't lose their error message.
2009-02-24 23:38:20 +00:00
he
12d70017e9 Update from version 0.05 to 0.06.
Pkgsrc changes:
 o Adjust dependency on p5-Variable-Magic, according to changed requirements

Upstream changes:

0.06  Mon, 19 Jan 2009 00:51:45 +0100
  * Depend on Variable::Magic 0.27 to stop exceptions thrown in on_scope_end
    blocks from segfaulting. Also add a test for that.
2009-01-19 23:34:35 +00:00
he
8efef25eba Update from version 0.04 to 0.05.
Pkgsrc changes:
 o Update dependencies according to changed requirements.

Upstream changes:

0.05  Sun, 04 Jan 2009 20:46:07 +0100
  * Use Variable::Magic and cast %^H instead Scope::Guard and relying
    on a timely destruction of objects within %^H. This fixes using
    on_scope_end in blocks where string evals are compiled as those
    increment the refcount of objects in %^H on 5.10.
2009-01-18 23:21:21 +00:00
he
2a9694bc51 Import p5-B-Hooks-EndOfScope version 0.04.
This module allows you to execute code when perl finished compiling
the surrounding scope.
2008-11-02 22:14:58 +00:00