diff options
author | he <he@pkgsrc.org> | 2008-12-20 23:55:35 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-12-20 23:55:35 +0000 |
commit | 9272dcf95fd92cca5d749ad6ef2bdad433a20b36 (patch) | |
tree | 70b7d122098007684a673d5d954ee37acaa2bc30 /devel/p5-Sub-Identify | |
parent | 0b988a4273e036c0690ede0bbf148aa2c8a7ba13 (diff) | |
download | pkgsrc-9272dcf95fd92cca5d749ad6ef2bdad433a20b36.tar.gz |
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
Diffstat (limited to 'devel/p5-Sub-Identify')
-rw-r--r-- | devel/p5-Sub-Identify/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Sub-Identify/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Sub-Identify/Makefile b/devel/p5-Sub-Identify/Makefile index b189c03213d..3943a29afd2 100644 --- a/devel/p5-Sub-Identify/Makefile +++ b/devel/p5-Sub-Identify/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:00 he Exp $ +# $NetBSD: Makefile,v 1.4 2008/12/20 23:55:35 he Exp $ # -DISTNAME= Sub-Identify-0.03 +DISTNAME= Sub-Identify-0.04 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/} @@ -13,7 +12,7 @@ COMMENT= Perl 5 module to retrieve names of code references PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES= # empty +USE_LANGUAGES= c PERL5_PACKLIST= auto/Sub/Identify/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-Sub-Identify/distinfo b/devel/p5-Sub-Identify/distinfo index 366e5e57676..72e8c6abee0 100644 --- a/devel/p5-Sub-Identify/distinfo +++ b/devel/p5-Sub-Identify/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/07/26 09:25:46 seb Exp $ +$NetBSD: distinfo,v 1.2 2008/12/20 23:55:35 he Exp $ -SHA1 (Sub-Identify-0.03.tar.gz) = 1aaac09d311bd5091203c8024234481b772b2db2 -RMD160 (Sub-Identify-0.03.tar.gz) = a45ff89ea532a95592438f993e9ab97a49fbaced -Size (Sub-Identify-0.03.tar.gz) = 2434 bytes +SHA1 (Sub-Identify-0.04.tar.gz) = 08a1de8fc1dedf41d89f6b504d82e520c2018eff +RMD160 (Sub-Identify-0.04.tar.gz) = e6351b5c2ef39d7136e239adc444661e3122d148 +Size (Sub-Identify-0.04.tar.gz) = 42502 bytes |