Commit graph

22 commits

Author SHA1 Message Date
mef
b275686c1e Update to 0.30
--------------
0.30      2015-08-16 04:02:53Z
 - update some distribution tooling
2015-09-05 04:59:55 +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
wen
20cce6bc56 Update to 0.29
Upstream changes:
0.29      2013-11-15 02:31:46Z
 * change docs to recommending using a role to grant Inheritable behaviour
   rather than a superclass, and changed tests to match
 * converted all uses of namespace::clean to namespace::autoclean
 * converted all uses of Test::Exception to Test::Fatal
 * repository migrated to the github moose organization

0.28   2012-09-04 03:28:26Z
 * RT#79385: Import Carp::croak into the right package (spotted by Bill
   Moseley)

0.27   2012-02-13 18:28:00Z
 * Fix issue with new Moose and new Module::Runtime where Moose
   functions were not getting correctly exported to the users of
   this module.

0.26   2012-01-13 12:06:00Z
 * Fix packages relying on ->meta->make_immutable to return true.
   This should work, but doesn't in some occasional circumstances.
2014-07-13 10:16: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
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
hiramatsu
5d351ff598 Update p5-MooseX-MethodAttributes to 0.25.
Change from previous:
0.25  Mon, 20 June 2011 11:53:00 +0100
 * Updated to avoid test issues from Moose 2.0007 (spotted by ilmari)
2011-11-11 22:52:21 +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
fed583188d Update p5-MooseX-MethodAttributes from version 0.23 to version 0.24.
Upstream changes:
0.24  Mon, 19 Jul 2010 05:23:57 +0200
 * Updated to avoid warnings from Moose 1.09 (Dave Rolsky).
2010-07-25 22:55:49 +00:00
seb
c745581abc Update p5-MooseX-MethodAttributes from version 0.20 to version 0.23.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.23  Tue, 15 June 2010 20:22:00 +0100
 * Fix dependency on MooseX::Types::Moose (RT#58406)

0.22  Mon, 31 May 2010 20:49:00 +0100
 * Fix issues causing composing multiple (normal) roles onto a subclass of a
   MooseX::MethodAttributes class to fail by removing a forced metaclass
   reinitialization which wasn't needed.

0.21   Fri, 07 May 2010 04:48:54 +0200
  * Add more metadata, including a repository url.
2010-07-18 18:23:06 +00:00
sno
75b582d041 Updating devel/p5-MooseX-MethodAttributes from 0.19 to 0.20
pkgsrc changes:
- Adjusting dependencies

Upstream changes:
0.20   Wed, 10 Feb 2010 00:46:11 +0000
  * Remove horrible code and epic comment working around Moose bugs
    with reinitializing anon classes now that the bug is fixed upstream
    in Moose (commit cf600c83).
2010-02-17 11:36:32 +00:00
sno
e6c3e99453 Updating devel/p5-MooseX-MethodAttributes from 0.18 to 0.19
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.19    Sat, 09 Jan 2010 17:29:00 +0000
  * Adapt to changes in in composition_class roles
    in new Moose releases (>= 0.93_01)
2010-01-16 17:45:59 +00:00
sno
c48f093fcf Updating devel/p5-MooseX-MethodAttributes from 0.16nb1 to 0.18
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.18    Fri, 25 Sep 2009 10:51:24 +0100
  * Bump Test::More dependency to 0.88 for done_testing
  * Require namespace::autoclean for t/late_reinitialize.t

0.17    Wed, 23 Sep 2009 15:35:50 +0100
  * Bump MooseX::Types version to 0.20 to avoid warnings with newer
    Moose releases
2009-10-11 08:24:19 +00:00
sno
15707ea5a1 Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-24 06:50:10 +00:00
sno
323f135868 Updating devel/p5-MooseX-MethodAttributes from 0.15 to 0.16
Upstream changes:
0.16     Tue, 15 Sep 2009 07:58:14 +0200
  * Fix so that MooseX::Role::Parameterized can be used in combination with roles
    containing method attributes + testcase from phaylon (RT#48758)
  * Fixes to avoid a deprecation warning from the latest Class::MOP (Dave
    Rolsky)
2009-09-16 17:32:07 +00:00
sno
c3c2dabd58 Updating package for p5 module MooseX::MethodAttributes from 0.14 to 0.15
pkgsrc changes:
  - Adjusting license
  - Adding dependency to MRO::Compat

Upstream changes:
0.15     Sun, Jul 26 18:02:05 2009 +0100
  * Fix test which was failing in some cases and additional test cases.
  * No other changes on the dev release.

0.14_01  Thu, Jul 16 20:04:04 2009 +0100
  * Add TODO tests for role combination with method attributes, proving that this doesn't work.
  * Add nasty hack to allow the application of roles with method attributes to anon classes to
    work if the user does a special handwave. This is less than optimum, see big block comment
    in the code. :/
2009-08-09 12:03:51 +00:00
seb
b3dcf6e366 Update p5-MooseX-MethodAttributes from version 0.11 to version 0.14.
Pkgsrc changes:
- Add build dependency on devel/p5-Test-Exception

Upstream changes:
0.14     Sun, Jun  7 01:51:49 2009 +0100
  * Fix bugs with composing roles with method attributes into other
    roles with method attributes + tests

0.13     Thu, 28 May 2009 01:19:00 +0100
  * Add Test::More and Test::Exception to requirements for RT#46395
    and RT#46396

0.12     Mon, 25 May 2009 19:33:30 +0100
  * Add additional tests for role composition behavior.
  * Add an error message if someone tries to exclude or alias methods
    from a role with attributes, which currently doesn't work.
  * Add tests for this error, and tests for behavior if aliasing did work.
2009-06-07 14:12:25 +00:00
sno
02cf4e1248 PkgSrc changes:
- Updating package for p5 module MooseX::MethodAttributes from 0.09
    to 0.11
  - Adjusting dependencies

Upstream changes:
0.11  Fri, 15 May 2009 18:02:27 +0200
  * Depend on Moose 079 to prevent metaclass incompatibility failure.

0.10  Thu, 14 May 2009 00:08:30 +0100
  * Stop non Moose classes which inherit MooseX::MethodAttributes::Inheritable
    and which define a sub meta from throwing an exception.
2009-05-17 19:46:45 +00:00
sno
dae29dcd88 PkgSrc import of perl 5 module MooseX::MethodAttributes.
This module is a required dependency for the update of Catalyst::Runtime
(/www/p5-Catalyst-Runtime) to 5.800.

This package contains Moose meta method objects.
2009-04-29 19:29:51 +00:00