Received: by mail.netbsd.org (Postfix, from userid 605) id 1963784F76; Mon, 25 Mar 2019 07:01:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 93EC884F75 for ; Mon, 25 Mar 2019 07:01:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id f855gkN451w8 for ; Mon, 25 Mar 2019 07:01:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 11B2984DA2 for ; Mon, 25 Mar 2019 07:01:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 05681FB16; Mon, 25 Mar 2019 07:01:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155349731361210" MIME-Version: 1.0 Date: Mon, 25 Mar 2019 07:01:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-ExtUtils-CppGuess To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190325070154.05681FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_155349731361210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Mar 25 07:01:53 UTC 2019 Modified Files: pkgsrc/devel/p5-ExtUtils-CppGuess: Makefile distinfo Log Message: p5-ExtUtils-CppGuess: update to 0.13. 0.13 - repo tidied slightly - use Travis - add compiler_command, linker_flags - test all known configurations - inhale knowledge from Inline::CPP To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile cvs rdiff -u -r1.6 -r1.7 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. --_----------=_155349731361210 Content-Disposition: inline Content-Length: 1843 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile diff -u pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile:1.12 pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile:1.13 --- pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile:1.12 Wed Aug 22 09:43:58 2018 +++ pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile Mon Mar 25 07:01:53 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2018/08/22 09:43:58 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2019/03/25 07:01:53 wiz Exp $ -DISTNAME= ExtUtils-CppGuess-0.12 +DISTNAME= ExtUtils-CppGuess-0.13 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} Index: pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo diff -u pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo:1.6 pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo:1.7 --- pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo:1.6 Mon Oct 23 12:47:08 2017 +++ pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo Mon Mar 25 07:01:53 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2017/10/23 12:47:08 wiz Exp $ +$NetBSD: distinfo,v 1.7 2019/03/25 07:01:53 wiz Exp $ -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 +SHA1 (ExtUtils-CppGuess-0.13.tar.gz) = 68224616b74be1532c823ad0e6502bcb26a04e5a +RMD160 (ExtUtils-CppGuess-0.13.tar.gz) = 5c6cfe0d0ccd3072abd51359b820986b6a8d1432 +SHA512 (ExtUtils-CppGuess-0.13.tar.gz) = 7ce7bdcf43ffa0ed6945993b986bd8f1513c1f610865d5e4142fffbede6be6649ba0692e2db6fa2cd9573953e7e774af68a6ad0adbeae9e05f3f14b211df5059 +Size (ExtUtils-CppGuess-0.13.tar.gz) = 9212 bytes --_----------=_155349731361210--