On Wed, Jun 12, 2019 at 09:09:16PM +0200, Klemens Nanni wrote:
> 0.19    Mon  1 Apr 07:08:46 BST 2019
>     - support clang on Perl 5.14-16 with ExtUtils::ParseXS >= 3.04_01 (yes, 
> really)
> 0.18    Sun 31 Mar 17:49:21 BST 2019
>     - improve clang detection
> 0.17    Sat 30 Mar 16:03:52 GMT 2019
>     - support Sun Studio compiler family
> 0.16    Sat 30 Mar 00:09:42 GMT 2019
>     - test output more if no clue about compiler
> 0.15    Fri 29 Mar 22:42:00 GMT 2019
>     - iostream_fname, cpp_flavor_defs methods
>     - add which actual compiler to use to generated MB and EUMM flags
>     - make the test sensitive to whether to #include with a ".h"
> 0.14    Mon 25 Mar 21:13:36 GMT 2019
>     - add is_clang, unify OS-based detection
> 0.13    Mon Mar 25 02:57:02 2019 +0000
>     - repo tidied slightly
>     - use Travis
>     - add compiler_command, linker_flags
>     - test all known configurations
>     - inhale knowledge from Inline::CPP
> 
> Works fine on amd64:
> 
>       All tests successful.
>       Files=5, Tests=13, 23 wallclock secs ( 0.11 usr  0.16 sys + 10.94 cusr  
> 5.54 csys = 16.75 CPU)
>       Result: PASS
> 
> OK?
Ping.

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-ExtUtils-CppGuess/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    4 Dec 2018 22:46:38 -0000       1.1.1.1
+++ Makefile    12 Jun 2019 19:04:36 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              guess C++ compiler and flags
 
-DISTNAME =             ExtUtils-CppGuess-0.12
+DISTNAME =             ExtUtils-CppGuess-0.19
 
 CATEGORIES =           devel
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-ExtUtils-CppGuess/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    4 Dec 2018 22:46:38 -0000       1.1.1.1
+++ distinfo    12 Jun 2019 19:05:12 -0000
@@ -1,2 +1,2 @@
-SHA256 (ExtUtils-CppGuess-0.12.tar.gz) = 
McR7WxXj6f1a57NYgaD//SaimDskHn46G8NA1tRGGGs=
-SIZE (ExtUtils-CppGuess-0.12.tar.gz) = 6953
+SHA256 (ExtUtils-CppGuess-0.19.tar.gz) = 
TMYxurZihI6nyImeDGLN/bNn8v4gW1vYXfwQgmcqatM=
+SIZE (ExtUtils-CppGuess-0.19.tar.gz) = 13828

Reply via email to