diff options
author | he <he@pkgsrc.org> | 2008-07-27 18:55:04 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-07-27 18:55:04 +0000 |
commit | b829fee1452643d6ef88a649a7e330b05a5ff591 (patch) | |
tree | a5154b51c335516a1a9cabe77c3c649ac04f1726 | |
parent | 7f1184a4218122c0b6103980194cbd6efdb72957 (diff) | |
download | pkgsrc-b829fee1452643d6ef88a649a7e330b05a5ff591.tar.gz |
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.
-rw-r--r-- | devel/p5-Set-Object/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Set-Object/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Set-Object/Makefile b/devel/p5-Set-Object/Makefile index 5542eee8f80..260e01552fc 100644 --- a/devel/p5-Set-Object/Makefile +++ b/devel/p5-Set-Object/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/06/23 04:06:23 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/07/27 18:55:04 he Exp $ -DISTNAME= Set-Object-1.22 +DISTNAME= Set-Object-1.25 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/} diff --git a/devel/p5-Set-Object/distinfo b/devel/p5-Set-Object/distinfo index 4f6defc1942..e7efd9fce65 100644 --- a/devel/p5-Set-Object/distinfo +++ b/devel/p5-Set-Object/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/06/23 04:06:23 abs Exp $ +$NetBSD: distinfo,v 1.2 2008/07/27 18:55:04 he Exp $ -SHA1 (Set-Object-1.22.tar.gz) = 77a6198fe2b8a054344d44fe752e05f9c677fce1 -RMD160 (Set-Object-1.22.tar.gz) = 662d11a242b4f9923a4fbf398f83aef198e3ceb0 -Size (Set-Object-1.22.tar.gz) = 59095 bytes +SHA1 (Set-Object-1.25.tar.gz) = 0a0a1ea2ee178bb4877d97f311ef77e0c1b780b3 +RMD160 (Set-Object-1.25.tar.gz) = 100baadc5646ebfe1cb859a00bb71ecf76beccaa +Size (Set-Object-1.25.tar.gz) = 72625 bytes |