diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-10 04:39:59 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-10 04:39:59 +0000 |
commit | f332e2cf44bfaa2228b9038ea4eb634daf2cb538 (patch) | |
tree | 3b2c2f082926e7c32685b7ae8a4ca85cbfdafca3 /devel | |
parent | 46d8679787ccdb9ceaffbc89a028977c3e743a67 (diff) | |
download | pkgsrc-f332e2cf44bfaa2228b9038ea4eb634daf2cb538.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/p5-Module-Install-XSUtil/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Module-Install-XSUtil/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Module-Install-XSUtil/Makefile b/devel/p5-Module-Install-XSUtil/Makefile index 49e1c5ce8f7..e3d7d73b96a 100644 --- a/devel/p5-Module-Install-XSUtil/Makefile +++ b/devel/p5-Module-Install-XSUtil/Makefile @@ -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 --git a/devel/p5-Module-Install-XSUtil/distinfo b/devel/p5-Module-Install-XSUtil/distinfo index 9fb9c413aea..03f4a6bcc65 100644 --- a/devel/p5-Module-Install-XSUtil/distinfo +++ b/devel/p5-Module-Install-XSUtil/distinfo @@ -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 |