summaryrefslogtreecommitdiff
path: root/devel/p5-Module-Install-XSUtil
diff options
context:
space:
mode:
authorsno <sno>2010-09-08 20:29:16 +0000
committersno <sno>2010-09-08 20:29:16 +0000
commit07174347ad1a696014f6680edf21ec26e8c296d1 (patch)
tree01c08938aae1463eabca49e3f9f807977a6288a2 /devel/p5-Module-Install-XSUtil
parent363dd4c50e1dc51571cc376f8e04b78771f61281 (diff)
downloadpkgsrc-07174347ad1a696014f6680edf21ec26e8c296d1.tar.gz
Updating devel/p5-Module-Install-XSUtil from 0.22nb1 to 0.27
pkgsrc changes: - adjust dependencies Upstream changes: 0.27 Sun Sep 5 11:47:03 2010 - c99_available() should not have any side effects (reported by makamaka) 0.26 Sat Aug 7 17:47:37 2010 - Use the version of installed gcc, not $Config{gccversion} (xaicron) 0.25 Tue Jul 13 19:43:34 2010 - Add requires_c99() to assert that the compiler supports C99 - Fix Win32 problems, hopefully 0.24 Sun May 16 13:24:58 2010 - Compliant with Module::Install 0.97 0.23_02 Fri May 14 11:42:09 2010 - Don't exit if include dirs don't exist (lestrrat) - Add cc_assert_lib() as an interface to Devel::CheckLib (lestrrat) - Add want_xs() (lestrrat) - Separate out detection of "-" and stuff to cc_libs(), and let cc_append_to_lib()s just be a simple function (lestrrat) 0.23_01 Mon May 10 12:10:59 2010 - Clarify docs (lestrrat) - Add want_xs() command (lestrrat) 0.23 Sun May 9 11:15:41 2010 - Setup clean_files for gcov output files (*.gcov, *.gcno, *.gcda) - Add cc_libs() for MakeMaker's LIBS option (currently, it is just an ailas to cc_append_libs()) - cc_append_libs (and then cc_libs) accepts raw arguments as "cc_libs qw(-L/path/to/libs -lfoo)" (lestrrat++)
Diffstat (limited to 'devel/p5-Module-Install-XSUtil')
-rw-r--r--devel/p5-Module-Install-XSUtil/Makefile12
-rw-r--r--devel/p5-Module-Install-XSUtil/distinfo8
2 files changed, 10 insertions, 10 deletions
diff --git a/devel/p5-Module-Install-XSUtil/Makefile b/devel/p5-Module-Install-XSUtil/Makefile
index b12d8697fb8..b0eb3d118da 100644
--- a/devel/p5-Module-Install-XSUtil/Makefile
+++ b/devel/p5-Module-Install-XSUtil/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2010/08/21 16:34:02 seb Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/08 20:29:16 sno Exp $
#
-DISTNAME= Module-Install-XSUtil-0.22
+DISTNAME= Module-Install-XSUtil-0.27
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
@@ -17,9 +16,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Module/Install/XSUtil/.packlist
-BUILD_DEPENDS+= p5-Devel-PPPort>=3.19:../../devel/p5-Devel-PPPort
-BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=2.21:../../devel/p5-ExtUtils-ParseXS
-BUILD_DEPENDS+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple
+BUILD_DEPENDS+= p5-B-Hooks-OP-Annotation>=0.43:../../devel/p5-B-Hooks-OP-Annotation
+BUILD_DEPENDS+= {perl>=5.10.1,p5-Devel-PPPort>=3.19}:../../devel/p5-Devel-PPPort
+BUILD_DEPENDS+= {perl>=5.12.0,p5-ExtUtils-ParseXS>=2.21}:../../devel/p5-ExtUtils-ParseXS
+BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
DEPENDS+= p5-Module-Install>=0.91:../../devel/p5-Module-Install
diff --git a/devel/p5-Module-Install-XSUtil/distinfo b/devel/p5-Module-Install-XSUtil/distinfo
index 8ba752251ff..2f5903d97e1 100644
--- a/devel/p5-Module-Install-XSUtil/distinfo
+++ b/devel/p5-Module-Install-XSUtil/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/04/10 14:20:21 seb Exp $
+$NetBSD: distinfo,v 1.2 2010/09/08 20:29:16 sno Exp $
-SHA1 (Module-Install-XSUtil-0.22.tar.gz) = a5be255ca8e263f748af858bbc8b6d1dbf436c61
-RMD160 (Module-Install-XSUtil-0.22.tar.gz) = 80d812f15e99d5dabe361d3adf5c622c737aaba9
-Size (Module-Install-XSUtil-0.22.tar.gz) = 24372 bytes
+SHA1 (Module-Install-XSUtil-0.27.tar.gz) = e19e59b689bb0dd9b4401cb1048641352c0d08c5
+RMD160 (Module-Install-XSUtil-0.27.tar.gz) = 8c0a9845c5c3728dd5e6073aa1ab77082ed90f59
+Size (Module-Install-XSUtil-0.27.tar.gz) = 27062 bytes