pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Module-Install-XSUtil Update p5-Module-Instal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32fb7d066597
branches:  trunk
changeset: 594937:32fb7d066597
user:      hiramatsu <hiramatsu%pkgsrc.org@localhost>
date:      Thu Nov 10 04:39:59 2011 +0000

description:
Update p5-Module-Install-XSUtil to 0.42.

Changes from previous:
0.42 2011-10-19 20:00:07
    - Remove cc_inc_paths, which is already defined in M::I
      (thanks to @shohex)

0.41 2011-10-04 12:05:54
    - Complete support for requires_cplusplus()

0.40 2011-09-24 00:56:33
    - ExtUtils::ParseXS is now configure_requires, instead of
      build_requires (xaicron++)

0.39 2011-08-22 11:28:15
    - Add cc_inc_paths() as an alias to cc_include_paths()
    - Add requires_cplusplus() as an experimental feature;
      currently it chnages only warnings flags

0.38 2011-06-22 15:15:37
    - Workaround MacOSX's system perl failure caused by multiple -arch
      for gcc (thanks to @kazuho)

0.37 2011-05-16 23:33:49
    - Makefile.PL -g implices "-g -ggdb -g3" for gcc (EXPERIMENTAL)
    - PERL_ONLY=1 means --pp for modules with XS/PP dual backends

0.36 Thu Oct  7 16:49:04 2010
    - Resolve RT #61660 (SREZIC): Support for ccache missing
    - Resolve RT #61770 (bokutin): A typo in SYNOPSIS

0.35 Wed Sep 29 23:46:17 2010
    - Checks C99 specification more strictly
    - Add some macros to xshelper.h

0.34 Sun Sep 26 12:18:18 2010
    - Oops! The change in 0.33 did not work.

diffstat:

 devel/p5-Module-Install-XSUtil/Makefile |  5 ++---
 devel/p5-Module-Install-XSUtil/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 9179bafd55a3 -r 32fb7d066597 devel/p5-Module-Install-XSUtil/Makefile
--- a/devel/p5-Module-Install-XSUtil/Makefile   Wed Nov 09 21:34:59 2011 +0000
+++ b/devel/p5-Module-Install-XSUtil/Makefile   Thu Nov 10 04:39:59 2011 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2011/08/14 12:26:18 obache Exp $
+# $NetBSD: Makefile,v 1.6 2011/11/10 04:39:59 hiramatsu Exp $
 #
 
-DISTNAME=      Module-Install-XSUtil-0.33
+DISTNAME=      Module-Install-XSUtil-0.42
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Module/}
 
diff -r 9179bafd55a3 -r 32fb7d066597 devel/p5-Module-Install-XSUtil/distinfo
--- a/devel/p5-Module-Install-XSUtil/distinfo   Wed Nov 09 21:34:59 2011 +0000
+++ b/devel/p5-Module-Install-XSUtil/distinfo   Thu Nov 10 04:39:59 2011 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2010/09/23 22:43:21 sno Exp $
+$NetBSD: distinfo,v 1.4 2011/11/10 04:39:59 hiramatsu Exp $
 
-SHA1 (Module-Install-XSUtil-0.33.tar.gz) = 88ffeefc9126fb39367392e0b4b6271e75483fea
-RMD160 (Module-Install-XSUtil-0.33.tar.gz) = 0f8a9de7911ee2f0625a74fd498701efcf52f2d2
-Size (Module-Install-XSUtil-0.33.tar.gz) = 28394 bytes
+SHA1 (Module-Install-XSUtil-0.42.tar.gz) = f8f65b9b3590c5ccce8637d34a8442a314322d33
+RMD160 (Module-Install-XSUtil-0.42.tar.gz) = a479b92ce24a6fe118b803eb151176bc6bcbf8e9
+Size (Module-Install-XSUtil-0.42.tar.gz) = 29635 bytes



Home | Main Index | Thread Index | Old Index