diff options
author | sno <sno> | 2010-09-05 11:03:05 +0000 |
---|---|---|
committer | sno <sno> | 2010-09-05 11:03:05 +0000 |
commit | 167520cd93a4fee570f39468392e0cdd463a8219 (patch) | |
tree | 0f1267d81cd20431d686ed134e91e7e4eca1d6d0 | |
parent | 1ae727020609d9805058b7cf4ceff7bc265781db (diff) | |
download | pkgsrc-167520cd93a4fee570f39468392e0cdd463a8219.tar.gz |
Updating devel/p5-PHP-Serialization from 0.30nb1 to 0.34
pkgsrc changes:
- add license definition
Upstream changes:
0.34 2010-03-18
- Fix keys and values like '010' being serialized as strings as expected
rather than being turned into ints. (RT#48594)
0.33 2009-07-14
- Added ability to store the order of the keys on decoding
PHP assoc array (Alexander Bassilov)
- Added ability to sort the keys on encoding HASHes (Alexander
Bassilov)
0.32 2009-06-20
- Making finite state machine
- Fixed bug in arrays RT21218
- RT24441 is not a bug
- Croaks on incomplete strings. RT44700
- Fixed bug with float as index. RT42029
- Removed warning from POD
- Changed todo in POD
- BOLAV@cpan.org
0.31 2009-04-14
- Add warning note to POD
- Take patch from RT#45024 to fix boolean deserialization bug.
-rw-r--r-- | devel/p5-PHP-Serialization/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-PHP-Serialization/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/p5-PHP-Serialization/Makefile b/devel/p5-PHP-Serialization/Makefile index 95fb86416fe..dbad8969896 100644 --- a/devel/p5-PHP-Serialization/Makefile +++ b/devel/p5-PHP-Serialization/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.5 2010/08/21 16:34:12 seb Exp $ +# $NetBSD: Makefile,v 1.6 2010/09/05 11:03:05 sno Exp $ # -DISTNAME= PHP-Serialization-0.30 +DISTNAME= PHP-Serialization-0.34 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PHP/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/PHP-Serialization/ COMMENT= Perl 5 module providing PHP-like (de)serialization +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-PHP-Serialization/distinfo b/devel/p5-PHP-Serialization/distinfo index 16ecb663621..9a812162eb4 100644 --- a/devel/p5-PHP-Serialization/distinfo +++ b/devel/p5-PHP-Serialization/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/01/19 22:42:53 seb Exp $ +$NetBSD: distinfo,v 1.4 2010/09/05 11:03:05 sno Exp $ -SHA1 (PHP-Serialization-0.30.tar.gz) = b4668a8f91a8b3fe02f05b9c575506b15395eca1 -RMD160 (PHP-Serialization-0.30.tar.gz) = 7b5084696f4f55cadcaeff1b516dfbae2b122e13 -Size (PHP-Serialization-0.30.tar.gz) = 5595 bytes +SHA1 (PHP-Serialization-0.34.tar.gz) = 838e1eff1c56d3dbb15bf035ee22d9f2773abdf2 +RMD160 (PHP-Serialization-0.34.tar.gz) = 11df0b4303be2846ed8af0e3322fd2ac0ccf885e +Size (PHP-Serialization-0.34.tar.gz) = 7600 bytes |