diff options
author | wiz <wiz> | 2007-02-18 02:04:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-18 02:04:56 +0000 |
commit | e7fc250b227cbc443c86493fd34fd341d4d20d4a (patch) | |
tree | 75b0f6dceaa16a0eba891b8cdd42f129d795cbba /devel | |
parent | dde9245d4c58b30b85046ee3bf380ac959b9ede8 (diff) | |
download | pkgsrc-e7fc250b227cbc443c86493fd34fd341d4d20d4a.tar.gz |
Update to 1.19:
1.19 -- Sun Dec 10 09:58:03 CST 2006
Bug Fixes
* Fix invalid conversion from `const char*' to `char*' warnings
* Avoid Makefile error when building on Win32
* Fix undefined symbol error for perl < 5.9.0
* Fix hardcoded "/" in a filepath that causes p_tainted.t to fail on VMS
Documentation
* Document that reduce calls BLOCK in a scalar context
* Add SEE ALSO sections to docs
Enhancements
* A new regression test for readonly, taking a reference to a constant passed to a sub
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Scalar-List-Utils/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Scalar-List-Utils/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Scalar-List-Utils/Makefile b/devel/p5-Scalar-List-Utils/Makefile index 54f786fc826..314c3cc55ce 100644 --- a/devel/p5-Scalar-List-Utils/Makefile +++ b/devel/p5-Scalar-List-Utils/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:24 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2007/02/18 02:04:56 wiz Exp $ # -DISTNAME= Scalar-List-Utils-1.18 +DISTNAME= Scalar-List-Utils-1.19 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5slu CATEGORIES= misc perl5 diff --git a/devel/p5-Scalar-List-Utils/distinfo b/devel/p5-Scalar-List-Utils/distinfo index 56eced4dcf0..1595c5e6021 100644 --- a/devel/p5-Scalar-List-Utils/distinfo +++ b/devel/p5-Scalar-List-Utils/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2006/01/03 17:33:46 wiz Exp $ +$NetBSD: distinfo,v 1.7 2007/02/18 02:04:56 wiz Exp $ -SHA1 (Scalar-List-Utils-1.18.tar.gz) = 7b2942615c1374e3f983c17e2eb25f7c1d69b078 -RMD160 (Scalar-List-Utils-1.18.tar.gz) = 6e81f115ff0e2f1614e0efadf3a4fd39e11f821e -Size (Scalar-List-Utils-1.18.tar.gz) = 36842 bytes +SHA1 (Scalar-List-Utils-1.19.tar.gz) = 9deeaad8d97730ffef39c8734ca582b821834a40 +RMD160 (Scalar-List-Utils-1.19.tar.gz) = 88f024d421343189f5895e1ccbeb7e239d17876e +Size (Scalar-List-Utils-1.19.tar.gz) = 43620 bytes |