Sun Nov 2 14:29:29 2008 UTC ()
Update from version 0.47nb1 to 0.48.

Upstream changes:

0.48  Tue Aug  20 2008
	- Cleaned up DESTROY method to not undef _fields (This was
	  my error, not the submitted patch)
	  Thanks to Dulaunoy Fabrice <fabrice@dulaunoy.com>
	  for showing me the error of my ways


(he)
diff -r1.2 -r1.3 pkgsrc/devel/p5-Data-Serializer/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Data-Serializer/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-Data-Serializer/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Data-Serializer/Makefile 2008/10/19 19:17:51 1.2
+++ pkgsrc/devel/p5-Data-Serializer/Makefile 2008/11/02 14:29:29 1.3
@@ -1,41 +1,41 @@ @@ -1,41 +1,41 @@
1# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:51 he Exp $ 1# $NetBSD: Makefile,v 1.3 2008/11/02 14:29:29 he Exp $
2# 2#
3 3
4DISTNAME= Data-Serializer-0.47 4DISTNAME= Data-Serializer-0.48
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Data-Serializer/ 10HOMEPAGE= http://search.cpan.org/dist/Data-Serializer/
12COMMENT= Perl 5 module to serialize data structures 11COMMENT= Perl 5 module to serialize data structures
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15PERL5_MODULE_TYPE= Module::Build 14PERL5_MODULE_TYPE= Module::Build
16 15
17USE_LANGUAGES= # empty 16USE_LANGUAGES= # empty
18PERL5_PACKLIST= auto/Data/Serializer/.packlist 17PERL5_PACKLIST= auto/Data/Serializer/.packlist
19 18
 19DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
 20
20# Commented dependencies are recommended packages/modules for use with 21# Commented dependencies are recommended packages/modules for use with
21# this package/module 22# this package/module
22#DEPENDS+= p5-Compress-PPMd-[0-9]*:../../devel/p5-Compress-PPMd 23#DEPENDS+= p5-Compress-PPMd-[0-9]*:../../devel/p5-Compress-PPMd
23#DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib 24#DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
24#DEPENDS+= p5-Config-General-[0-9]*:../../devel/p5-Config-General 25#DEPENDS+= p5-Config-General-[0-9]*:../../devel/p5-Config-General
25#DEPENDS+= p5-Crypt-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish 26#DEPENDS+= p5-Crypt-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish
26#DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC 27#DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
27#DEPENDS+= p5-Data-Denter-[0-9]*:../../devel/p5-Data-Denter 28#DEPENDS+= p5-Data-Denter-[0-9]*:../../devel/p5-Data-Denter
28#DEPENDS+= p5-Data-Taxi-[0-9]*:../../devel/p5-Data-Taxi 29#DEPENDS+= p5-Data-Taxi-[0-9]*:../../devel/p5-Data-Taxi
29DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA 
30#DEPENDS+= p5-FreezeThaw-[0-9]*:../../devel/p5-FreezeThaw 30#DEPENDS+= p5-FreezeThaw-[0-9]*:../../devel/p5-FreezeThaw
31#DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS 31#DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
32#DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON 32#DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON
33#DEPENDS+= p5-MIME-Base64-[0-9]*:converters/p5-MIME-Base64 33#DEPENDS+= p5-MIME-Base64-[0-9]*:converters/p5-MIME-Base64
34#DEPENDS+= p5-PHP-Serialization-[0-9]*:../../devel/p5-PHP-Serialization 34#DEPENDS+= p5-PHP-Serialization-[0-9]*:../../devel/p5-PHP-Serialization
35#DEPENDS+= p5-XML-Dumper-[0-9]*:../../textproc/p5-XML-Dumper 35#DEPENDS+= p5-XML-Dumper-[0-9]*:../../textproc/p5-XML-Dumper
36#DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple 36#DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
37#DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck 37#DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
38#DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML 38#DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
39 39
40.include "../../lang/perl5/module.mk" 40.include "../../lang/perl5/module.mk"
41.include "../../mk/bsd.pkg.mk" 41.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Data-Serializer/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Data-Serializer/distinfo 2008/08/22 20:48:15 1.1.1.1
+++ pkgsrc/devel/p5-Data-Serializer/distinfo 2008/11/02 14:29:29 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2008/08/22 20:48:15 seb Exp $ 1$NetBSD: distinfo,v 1.2 2008/11/02 14:29:29 he Exp $
2 2
3SHA1 (Data-Serializer-0.47.tar.gz) = 3f946ce62feab1440d0d6af348b296f5117508cb 3SHA1 (Data-Serializer-0.48.tar.gz) = 468d66ef813a1dd3cd002a570ef6946600832319
4RMD160 (Data-Serializer-0.47.tar.gz) = 28bc9185b7887eb345f7d21cf0f94f87b9b47f18 4RMD160 (Data-Serializer-0.48.tar.gz) = 9cb9defe2a2af7b615dbf23dbceb6c6389ae28a5
5Size (Data-Serializer-0.47.tar.gz) = 28857 bytes 5Size (Data-Serializer-0.48.tar.gz) = 28915 bytes