pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-ParseXS pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48481971cb23
branches:  trunk
changeset: 395392:48481971cb23
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Jul 07 22:15:45 2009 +0000

description:
pkgsrc changes:
  - Updating package for p5 module ExtUtils::ParseXS from 1.19 to 1.20
  - Allow tests using the c compiler
  - remove dependency to ExtUtils::CBuilder package, the is no version
    required and ExtUtils::CBuilder is in perl core meanwhile ...
  - Setting LICENSE to ${PERL5_LICENSE} according META.yml

Upstream changes:
2.20 - Wed Jul  1 13:42:11 EDT 2009

 - No changes from 2.19_04

2.19_04 - Mon Jun 29 11:49:12 EDT 2009

 - Changed tests to use Test::More and added it to prereqs

 - Some tests skip if no compiler or if no dynamic loading

 - INTERFACE keyword tests skipped for perl < 5.8

2.19_03 - Sat Jun 27 22:51:18 EDT 2009

 - Released to see updated results from smoke testers

 - Fix minor doc typo pulled from blead

2.19_02 - Wed Aug  6 22:18:33 2008

 - Fix the usage reports to consistently report package name as well
   as sub name across ALIAS, INTERFACE and regular XSUBS. [Robert May]

 - Cleaned up a warning with -Wwrite-strings that gets passed into
   every parsed XS file. [Steve Peters]

 - Allow (pedantically correct) C pre-processor comments in the code
   snippets of typemap files. [Nicholas Clark]

diffstat:

 devel/p5-ExtUtils-ParseXS/Makefile |  11 +++++------
 devel/p5-ExtUtils-ParseXS/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (42 lines):

diff -r d587705b2f06 -r 48481971cb23 devel/p5-ExtUtils-ParseXS/Makefile
--- a/devel/p5-ExtUtils-ParseXS/Makefile        Tue Jul 07 22:12:02 2009 +0000
+++ b/devel/p5-ExtUtils-ParseXS/Makefile        Tue Jul 07 22:15:45 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2008/10/19 19:17:53 he Exp $
+# $NetBSD: Makefile,v 1.5 2009/07/07 22:15:45 sno Exp $
 
-DISTNAME=      ExtUtils-ParseXS-2.19
+DISTNAME=      ExtUtils-ParseXS-2.20
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 SVR4_PKGNAME=  p5epx
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
@@ -10,11 +9,11 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/ExtUtils-ParseXS/
 COMMENT=       Perl5 module for converting Perl XS code into C code
-
-DEPENDS+=      p5-ExtUtils-CBuilder-[0-9]*:../../devel/p5-ExtUtils-CBuilder
+LICENSE=       ${PERL5_LICENSE}
 
-USE_LANGUAGES= # empty
+USE_LANGUAGES= c
 PERL5_PACKLIST=        auto/ExtUtils/ParseXS/.packlist
+PERL5_MODULE_TYPE=     Module::Build
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r d587705b2f06 -r 48481971cb23 devel/p5-ExtUtils-ParseXS/distinfo
--- a/devel/p5-ExtUtils-ParseXS/distinfo        Tue Jul 07 22:12:02 2009 +0000
+++ b/devel/p5-ExtUtils-ParseXS/distinfo        Tue Jul 07 22:15:45 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/05/28 21:55:42 abs Exp $
+$NetBSD: distinfo,v 1.4 2009/07/07 22:15:45 sno Exp $
 
-SHA1 (ExtUtils-ParseXS-2.19.tar.gz) = 1dddbe434be59eab7245df6177f2de1d9423cbd6
-RMD160 (ExtUtils-ParseXS-2.19.tar.gz) = 131823e74af109cefc747280d916c07b5f3a49b4
-Size (ExtUtils-ParseXS-2.19.tar.gz) = 25214 bytes
+SHA1 (ExtUtils-ParseXS-2.20.tar.gz) = d2d566e75afac6017e06303b6844686cf0f3ba80
+RMD160 (ExtUtils-ParseXS-2.20.tar.gz) = ff8abe9591d7627013b0ee310a3c8d122080f9d3
+Size (ExtUtils-ParseXS-2.20.tar.gz) = 31847 bytes



Home | Main Index | Thread Index | Old Index