Sat Dec 20 23:55:35 2008 UTC ()
Update from version 0.03nb1 to 0.04.

Pkgsrc changes:
 o Add USE_LANGUAGES=c since the build now uses the C compiler

Upstream changes:

0.04- Rafael Garcia-Suarez (9):
      First stab as a dual implementation XS / pure Perl
      Update MANIFEST and add ppport.h from bleadperl
      Bump version to 0.04
      Add license to Makefile.PL
      Re-add "use strict"
      Mortalize return values
      Add tests for a bug reported on P5P by Ren辿e B辰cker
      Fix segfault / compilation error by returning nothing for a
        sub being compiled
      Regenerate META.yml


(he)
diff -r1.3 -r1.4 pkgsrc/devel/p5-Sub-Identify/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Sub-Identify/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/devel/p5-Sub-Identify/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Sub-Identify/Makefile 2008/10/19 19:18:00 1.3
+++ pkgsrc/devel/p5-Sub-Identify/Makefile 2008/12/20 23:55:35 1.4
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:00 he Exp $ 1# $NetBSD: Makefile,v 1.4 2008/12/20 23:55:35 he Exp $
2# 2#
3 3
4DISTNAME= Sub-Identify-0.03 4DISTNAME= Sub-Identify-0.04
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Sub-Identify/ 10HOMEPAGE= http://search.cpan.org/dist/Sub-Identify/
12COMMENT= Perl 5 module to retrieve names of code references 11COMMENT= Perl 5 module to retrieve names of code references
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16USE_LANGUAGES= # empty 15USE_LANGUAGES= c
17PERL5_PACKLIST= auto/Sub/Identify/.packlist 16PERL5_PACKLIST= auto/Sub/Identify/.packlist
18 17
19.include "../../lang/perl5/module.mk" 18.include "../../lang/perl5/module.mk"
20.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-Sub-Identify/distinfo 2008/07/26 09:25:46 1.1.1.1
+++ pkgsrc/devel/p5-Sub-Identify/distinfo 2008/12/20 23:55:35 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2008/07/26 09:25:46 seb Exp $ 1$NetBSD: distinfo,v 1.2 2008/12/20 23:55:35 he Exp $
2 2
3SHA1 (Sub-Identify-0.03.tar.gz) = 1aaac09d311bd5091203c8024234481b772b2db2 3SHA1 (Sub-Identify-0.04.tar.gz) = 08a1de8fc1dedf41d89f6b504d82e520c2018eff
4RMD160 (Sub-Identify-0.03.tar.gz) = a45ff89ea532a95592438f993e9ab97a49fbaced 4RMD160 (Sub-Identify-0.04.tar.gz) = e6351b5c2ef39d7136e239adc444661e3122d148
5Size (Sub-Identify-0.03.tar.gz) = 2434 bytes 5Size (Sub-Identify-0.04.tar.gz) = 42502 bytes