diff options
author | sno <sno@pkgsrc.org> | 2009-04-12 18:14:08 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-12 18:14:08 +0000 |
commit | 22a28aaaa33d3004087fd13f24ab7260f2986241 (patch) | |
tree | 964894ace559ceb0b370e5433f717456de7eb536 /devel/p5-Class-C3-XS | |
parent | f5b00e84b63f2bf8c9dae088937016451e4c1e88 (diff) | |
download | pkgsrc-22a28aaaa33d3004087fd13f24ab7260f2986241.tar.gz |
PkgSrc changes:
- Updating package for p5 module Class::C3::XS to 0.11
- set license to artistic-2.0
Uptream changes:
0.11 Mon Mar 30, 2009
- Define SVfARG if the perl we're compiling for doesn't have
it (Florian Ragwitz).
0.10 Sat Mar 28, 2009
- Improve error message on merge errors (Florian Ragwitz).
0.09 Wed Mar 25, 2009
- Use I32 instead of int (Brandon L Black).
- Explicitly specify xs prototyping behaviour (Florian Ragwitz).
- Fix several compiler warnings (Florian Ragwitz).
- Check return values when storing values in hashes and error
out if it didn't work (Florian Ragwitz).
- Stop using auto_install in Makefile.PL (Florian Ragwitz).
- Remove fake Build.PL (Florian Ragwitz).
Diffstat (limited to 'devel/p5-Class-C3-XS')
-rw-r--r-- | devel/p5-Class-C3-XS/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Class-C3-XS/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Class-C3-XS/Makefile b/devel/p5-Class-C3-XS/Makefile index 83b42cd436d..62aec31eb3f 100644 --- a/devel/p5-Class-C3-XS/Makefile +++ b/devel/p5-Class-C3-XS/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:48 he Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/12 18:14:08 sno Exp $ -DISTNAME= Class-C3-XS-0.08 +DISTNAME= Class-C3-XS-0.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Class-C3-XS/ COMMENT= XS speedups for Class::C3 +LICENSE= artistic-2.0 USE_LANGUAGES= c PERL5_PACKLIST= auto/Class/C3/XS/.packlist diff --git a/devel/p5-Class-C3-XS/distinfo b/devel/p5-Class-C3-XS/distinfo index 732ae0b7714..afbc95e32e4 100644 --- a/devel/p5-Class-C3-XS/distinfo +++ b/devel/p5-Class-C3-XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/06/24 15:04:56 abs Exp $ +$NetBSD: distinfo,v 1.2 2009/04/12 18:14:08 sno Exp $ -SHA1 (Class-C3-XS-0.08.tar.gz) = 8fa1a01ff3bb90499327f378048e103722b5c59c -RMD160 (Class-C3-XS-0.08.tar.gz) = 3b035744b0fc06ab59ab5ce6885531ad3303e189 -Size (Class-C3-XS-0.08.tar.gz) = 28241 bytes +SHA1 (Class-C3-XS-0.11.tar.gz) = 085c6633922d5d4ff82025c432bf813b472ccbdf +RMD160 (Class-C3-XS-0.11.tar.gz) = f9aa44465fc4a4793f3110371d80daa37a76fb81 +Size (Class-C3-XS-0.11.tar.gz) = 24921 bytes |