p5-ExtUtils-CppGuess: update to 0.12.
0.12 Sat Oct 21 18:12:51 BST 2017 - Fix tests on 5.26 without '.' in @INC (kentfredric)
This commit is contained in:
parent
bad99b7f86
commit
5bf856237d
2 changed files with 10 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.10 2017/06/05 14:22:56 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2017/10/23 12:47:08 wiz Exp $
|
||||
|
||||
DISTNAME= ExtUtils-CppGuess-0.11
|
||||
DISTNAME= ExtUtils-CppGuess-0.12
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
|
||||
|
||||
|
@ -11,9 +10,12 @@ HOMEPAGE= http://search.cpan.org/~smueller/ExtUtils-CppGuess/
|
|||
COMMENT= Perl5 module for guess C++ compiler and flags
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
BUILD_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build
|
||||
DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
|
||||
|
||||
PERL5_PACKLIST= auto/ExtUtils/CppGuess/.packlist
|
||||
# one test failure as of 0.12
|
||||
# https://github.com/tsee/extutils-cppguess/issues/17
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2016/04/14 12:27:42 mef Exp $
|
||||
$NetBSD: distinfo,v 1.6 2017/10/23 12:47:08 wiz Exp $
|
||||
|
||||
SHA1 (ExtUtils-CppGuess-0.11.tar.gz) = 4cdadecd37da8c993eb6e0c05e131a9c1bad1c1c
|
||||
RMD160 (ExtUtils-CppGuess-0.11.tar.gz) = 529a5107f0b7a6ed7f76ffef12aebb44572a9ac9
|
||||
SHA512 (ExtUtils-CppGuess-0.11.tar.gz) = 68039779106386efb20cd6e9125d5882e20257f6a1b1f830b32c9f4df70f66a0cf1706f573e4c80159488526656732ede844b37edbf3f1d4a111898eca66fa9e
|
||||
Size (ExtUtils-CppGuess-0.11.tar.gz) = 6794 bytes
|
||||
SHA1 (ExtUtils-CppGuess-0.12.tar.gz) = 878080003df2501c4bb7137f0a37e0e2879ff17a
|
||||
RMD160 (ExtUtils-CppGuess-0.12.tar.gz) = a4d56292a4ae6dc1a0f74369d7433595d6c615bf
|
||||
SHA512 (ExtUtils-CppGuess-0.12.tar.gz) = 14a0ab34749b75300b09e0a78b1d1db69f54558a966fb7b87bc33212a5749738ec81e791213e5fc5fc13e636f9d48bf72240ac7e80d6e03f41e85dea4df30115
|
||||
Size (ExtUtils-CppGuess-0.12.tar.gz) = 6953 bytes
|
||||
|
|
Loading…
Reference in a new issue