Commit graph

11 commits

Author SHA1 Message Date
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
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
sno
e28581f0a7 Updating devel/p5-Set-Object from 1.27nb1 to 1.28
pkgsrc changes:
- add license definition

Upstream changes:
1.28, 22 Jul 2010
    * Fixed a portability concern for some platforms' C compilers
      (that do not support //-style comments) - RT#52690
    * Valid SIGNATURE file - RT#50492
2010-09-01 06:06:58 +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
rillig
ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00
he
82fd597139 Update from version 1.26 to 1.27.
Pkgsrc changes:
 o Remove patch, no longer needed

Upstream changes:

1.27, 15 Jan 2009
       o   Fix a typo that affected building against Perls with debugging
           enabled.
       o   A minor #define refactor (Yuval).
       o   Squash some long-standing warnings I had been ignoring for ages and
           Havard Eidnes prompted me to fix by logging an RT ticket for it.
       o   Squash some global clean-up warnings.
2009-01-20 23:48:57 +00:00
tonnerre
8fe81c0066 Add build fix for cases where assert() is not a no-op. See also CPAN bug
#40356 which confirms this.
2008-12-09 07:24:14 +00:00
he
877627f345 Update from version 1.25nb1 to 1.26.
Upstream changes:

1.26, 13 Oct 2008
    * Methods which destroyed $@ due to internal use of eval now
      properly call local($@) (Yuval)
    * Fix a leak and a corner case with weak set magic, and squash
      some warnings (Yuval)
    * Define behaviour when dealing with return values from operations
      on weak sets. No longer hard-coded "Set::Object" - may affect
      Set::Object sub-classes (Sam)
2008-11-17 22:08:17 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

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=...").
2008-10-19 19:17:40 +00:00
he
8587a6157c Update from version 1.22 to 1.25. Changes:
1.25, 22 Jul 2008 ^

    * Portability: support Perls before 5.7.3, and make this
      dependency explicit in the Makefile.PL

1.24, 20 Jul 2008 ^

    * Remove threads test which had inadvertantly slipped into the
      MANIFEST from source control, and add comprehensive documentation
      on the state of thread support in this module.
    * Correct other silly MANIFEST mistakes.

1.23, 18 Jul 2008 ^

    * Make behaviour when dealing with items which were undef
      defined. Previously it might segfault (or Bus Error on Mac OS
      X) on some operations and Perl versions, or result in an empty
      string being inserted.
    * Fix a minor compile problem on IRIX, reported by David Cantrell.
2008-07-27 18:55:04 +00:00
abs
43e13ef06c Import p5-Set-Object-1.22
This module implements a Set of objects, that is, a collection of
objects without duplications. It is similar to a Smalltalk IdentitySet.
2008-06-23 04:06:23 +00:00