Mon Sep 6 11:07:39 2010 UTC ()
Update to 0.09006, set LICENSE.

0.09006 - 19 May 2010
   - Should fix errors in t/003_error.t
     http://cpantesters.org/cpan/report/07280906-b19f-3f77-b713-d32bba55d77f

0.09005 - 17 May 2010
   - Should fixe problems with t/005_clone.t
   - Minor XS tweaks

0.09004 - 11 May 2010
   - Disable MSWin32 (patches welcome)

0.09003_03 - 10 May 2010
   - Explicitly test add_file_ext
   - Add thread safety test

0.09003_02 - 26 Apr 2010
   - Ah, typemaps! I guess I didn't know about it when I first wrote this
   - Add many tests
   - Fix a memory leak under clone()
   - Fix a memory leak under fhmagic()
   - Update function declarations to a more modern style
     * move all functions out of XS section, and make use of
       automatic linkage by xsubpp
   - Add a memory leak test
     * only runnable when running under author mode
     * set TEST_MEMLEAK=1
     * ignore any leaks that does not directly show a Perl_*
       namespace.

0.09003_01 - 07 Apr 2010
   - Fix memory corruption (Martin Blapp)
   - Fix rt #28072. Changing $/ doesn't change the return value (Martin Blapp)
   - Fix how SV returned by error() is handled.
   - Add a clone() method.


(wiz)
diff -r1.3 -r1.4 pkgsrc/misc/p5-File-MMagic-XS/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/misc/p5-File-MMagic-XS/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/misc/p5-File-MMagic-XS/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/p5-File-MMagic-XS/Makefile 2010/08/21 16:35:16 1.3
+++ pkgsrc/misc/p5-File-MMagic-XS/Makefile 2010/09/06 11:07:39 1.4
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1# $NetBSD: Makefile,v 1.3 2010/08/21 16:35:16 seb Exp $ 1# $NetBSD: Makefile,v 1.4 2010/09/06 11:07:39 wiz Exp $
2 2
3DISTNAME= File-MMagic-XS-0.09003 3DISTNAME= File-MMagic-XS-0.09006
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= misc perl5 5CATEGORIES= misc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/File-MMagic/ 9HOMEPAGE= http://search.cpan.org/dist/File-MMagic/
11COMMENT= File Type With XS (a la mod_mime_magic) 10COMMENT= File Type With XS (a la mod_mime_magic)
 11LICENSE= ${PERL5_LICENSE}
 12
 13MAKE_JOBS_SAFE= no
12 14
13PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
14 16
15PERL5_PACKLIST= auto/File/MMagic/XS/.packlist 17PERL5_PACKLIST= auto/File/MMagic/XS/.packlist
16 18
17.include "../../lang/perl5/module.mk" 19.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/misc/p5-File-MMagic-XS/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/p5-File-MMagic-XS/distinfo 2008/10/12 17:27:43 1.1.1.1
+++ pkgsrc/misc/p5-File-MMagic-XS/distinfo 2010/09/06 11:07:39 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2008/10/12 17:27:43 abs Exp $ 1$NetBSD: distinfo,v 1.2 2010/09/06 11:07:39 wiz Exp $
2 2
3SHA1 (File-MMagic-XS-0.09003.tar.gz) = ae7d7a78c878e627172d8e02894a51a17f1203c0 3SHA1 (File-MMagic-XS-0.09006.tar.gz) = 998589850acecea153acfdcfa5aac00383f47cae
4RMD160 (File-MMagic-XS-0.09003.tar.gz) = a3f70bfa4d84d70c21ca80e26656beb9a0ceb180 4RMD160 (File-MMagic-XS-0.09006.tar.gz) = 52523c39fe50badd49f1aabdee24c8550ddc0bfe
5Size (File-MMagic-XS-0.09003.tar.gz) = 65605 bytes 5Size (File-MMagic-XS-0.09006.tar.gz) = 156127 bytes