Thu Apr 14 12:27:42 2016 UTC ()
 - make test fails at following symptom, but this is the same as previous 0.9
   so updated  ( perl-5.22.0 and perl-5.22.1 does not make difference)
    at t/001_load.t line 6.
       Tried to use 'CppGuessTest'.
    Error: Can't load
        for module CppGuessTest:
        /WRKOBJDIR/devel/p5-ExtUtils-CppGuess/work/ExtUtils-CppGuess-0.09/
		t/makemaker/blib/arch/auto/CppGuessTest/CppGuessTest.so:
        Undefined PLT symbol "_ZNSsC1ERKSs" (symnum = 7) at
        /usr/pkg/lib/perl5/5.22.0/x86_64-netbsd-thread-multi/DynaLoader.pm
        line 193.
(upstream)
 - Updated to devel/p5-ExtUtils-CppGuess-0.11
---------------------------------------------
0.11   Thu Sep 10 13:12:17 MDT 2015
    - Add leading whitespace to $cflags in _get_cflags (bulk88)

0.10   Tue Sep 08 21:15:30 MDT 2015
    - Config's ccflags must always be used. (bulk88)


(mef)
diff -r1.7 -r1.8 pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile 2015/06/12 10:49:11 1.7
+++ pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile 2016/04/14 12:27:42 1.8
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2015/06/12 10:49:11 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2016/04/14 12:27:42 mef Exp $
2 2
3DISTNAME= ExtUtils-CppGuess-0.09 3DISTNAME= ExtUtils-CppGuess-0.11
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/~smueller/ExtUtils-CppGuess/ 9HOMEPAGE= http://search.cpan.org/~smueller/ExtUtils-CppGuess/
11COMMENT= Perl5 module for guess C++ compiler and flags 10COMMENT= Perl5 module for guess C++ compiler and flags
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny 13DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
15 14
16PERL5_PACKLIST= auto/ExtUtils/CppGuess/.packlist 15PERL5_PACKLIST= auto/ExtUtils/CppGuess/.packlist
17 16
18.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo 2015/11/03 03:28:13 1.4
+++ pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo 2016/04/14 12:27:42 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2015/11/03 03:28:13 agc Exp $ 1$NetBSD: distinfo,v 1.5 2016/04/14 12:27:42 mef Exp $
2 2
3SHA1 (ExtUtils-CppGuess-0.09.tar.gz) = 55ea124498eff5aa3635225f5aa477035c64be93 3SHA1 (ExtUtils-CppGuess-0.11.tar.gz) = 4cdadecd37da8c993eb6e0c05e131a9c1bad1c1c
4RMD160 (ExtUtils-CppGuess-0.09.tar.gz) = fb07972bee7deb97add75f7db1e31a44ec905d29 4RMD160 (ExtUtils-CppGuess-0.11.tar.gz) = 529a5107f0b7a6ed7f76ffef12aebb44572a9ac9
5SHA512 (ExtUtils-CppGuess-0.09.tar.gz) = b68d2275abaefd3749e4e0ec027de3e080dac1897158b6c7aac3d9d6e07d0fc520c59e343684c559b9bfa40ae3bf63f36a9a9135db8c9a6b72562e61166b0c93 5SHA512 (ExtUtils-CppGuess-0.11.tar.gz) = 68039779106386efb20cd6e9125d5882e20257f6a1b1f830b32c9f4df70f66a0cf1706f573e4c80159488526656732ede844b37edbf3f1d4a111898eca66fa9e
6Size (ExtUtils-CppGuess-0.09.tar.gz) = 6318 bytes 6Size (ExtUtils-CppGuess-0.11.tar.gz) = 6794 bytes