pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-ExtUtils-CppGuess



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Oct 23 12:47:08 UTC 2017

Modified Files:
        pkgsrc/devel/p5-ExtUtils-CppGuess: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile
diff -u pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile:1.10 pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile:1.11
--- pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile:1.10     Mon Jun  5 14:22:56 2017
+++ pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile  Mon Oct 23 12:47:08 2017
@@ -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/~smuell
 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"

Index: pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo
diff -u pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo:1.5 pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo:1.6
--- pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo:1.5      Thu Apr 14 12:27:42 2016
+++ pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo  Mon Oct 23 12:47:08 2017
@@ -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



Home | Main Index | Thread Index | Old Index