Received: by mail.netbsd.org (Postfix, from userid 605) id 9793584DBF; Wed, 11 Oct 2017 07:07:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A49784DB4 for ; Wed, 11 Oct 2017 07:07:51 +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 P73Kiw-j-bHh for ; Wed, 11 Oct 2017 07:07:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AC5A484D3B for ; Wed, 11 Oct 2017 07:07:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1E7DCFBC7; Wed, 11 Oct 2017 07:07:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150770566537220" MIME-Version: 1.0 Date: Wed, 11 Oct 2017 07:07:45 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Alien-Build To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171011070745.1E7DCFBC7@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. --_----------=_150770566537220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Oct 11 07:07:45 UTC 2017 Modified Files: pkgsrc/devel/p5-Alien-Build: Makefile distinfo Log Message: p5-Alien-Build: update to 1.25. 1.25 2017-10-09 08:57:34 -0400 1.24_01 2017-10-08 10:40:11 -0400 - Build process now considers share/pkgconfig in addition to lib/pkgconfig for all things pkg-config related (gh#39, gh#40 a3f++) 1.23_01 2017-10-07 20:58:52 -0400 - Improve SSL diagnostics for Download::Negotiate and Fetch::HTTPTiny plugins. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Alien-Build/Makefile \ pkgsrc/devel/p5-Alien-Build/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150770566537220 Content-Disposition: inline Content-Length: 1724 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Alien-Build/Makefile diff -u pkgsrc/devel/p5-Alien-Build/Makefile:1.3 pkgsrc/devel/p5-Alien-Build/Makefile:1.4 --- pkgsrc/devel/p5-Alien-Build/Makefile:1.3 Mon Oct 9 07:23:11 2017 +++ pkgsrc/devel/p5-Alien-Build/Makefile Wed Oct 11 07:07:44 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2017/10/09 07:23:11 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/10/11 07:07:44 wiz Exp $ -DISTNAME= Alien-Build-1.22 +DISTNAME= Alien-Build-1.25 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/ Index: pkgsrc/devel/p5-Alien-Build/distinfo diff -u pkgsrc/devel/p5-Alien-Build/distinfo:1.3 pkgsrc/devel/p5-Alien-Build/distinfo:1.4 --- pkgsrc/devel/p5-Alien-Build/distinfo:1.3 Mon Oct 9 07:23:11 2017 +++ pkgsrc/devel/p5-Alien-Build/distinfo Wed Oct 11 07:07:44 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/10/09 07:23:11 wiz Exp $ +$NetBSD: distinfo,v 1.4 2017/10/11 07:07:44 wiz Exp $ -SHA1 (Alien-Build-1.22.tar.gz) = 38d49369eea061899aebdaf994415b1f6017338d -RMD160 (Alien-Build-1.22.tar.gz) = b2c8021269b8de04ada9af02a37497ddb0c7e819 -SHA512 (Alien-Build-1.22.tar.gz) = 8959d6f839fb4016f69e7efce65050464eaf307f9d9782b5170ebb387f51744e392a1d0bc58ca9105ec5b10ea92c869682c0059a81f9a8bc639d61a9ce79a866 -Size (Alien-Build-1.22.tar.gz) = 224162 bytes +SHA1 (Alien-Build-1.25.tar.gz) = 166c13b180b9cee41cdce0dcc18c1e6075a5d067 +RMD160 (Alien-Build-1.25.tar.gz) = 8cb688903a5bb681936b84b45bc86431e452d32a +SHA512 (Alien-Build-1.25.tar.gz) = c11dc087dd18912e6340c8936576e72b1d9ed4c69508034a3d4a52922e5f571267880349c72e6ba2d0c259a7b493d7232d1990dab51d33c6746be6ba1ab4890c +Size (Alien-Build-1.25.tar.gz) = 212527 bytes --_----------=_150770566537220--