Received: by mail.netbsd.org (Postfix, from userid 605) id 6F78384D46; Sun, 13 Sep 2020 07:46:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EBA7E84D45 for ; Sun, 13 Sep 2020 07:46:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id czooOqVa6zUf for ; Sun, 13 Sep 2020 07:46:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5732E84CCD for ; Sun, 13 Sep 2020 07:46:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 495CBFB28; Sun, 13 Sep 2020 07:46:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159998319748880" MIME-Version: 1.0 Date: Sun, 13 Sep 2020 07:46:37 +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: <20200913074637.495CBFB28@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. --_----------=_159998319748880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 13 07:46:37 UTC 2020 Modified Files: pkgsrc/devel/p5-Alien-Build: Makefile distinfo Log Message: p5-Alien-Build: update to 2.32. 2.32 2020-09-11 10:42:41 -0600 - Production release identical to 2.27_01 2.31_01 2020-09-09 06:26:25 -0600 - Diagnostic release 2.30_01 2020-09-08 14:48:12 -0600 - Documentation fixes (gh#223, #224, #225, shawnlaffan++) - Use shorter filename paths for test files to keep older versions of tar happy (gh#228, gh#229, gh#230) To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/p5-Alien-Build/Makefile cvs rdiff -u -r1.23 -r1.24 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. --_----------=_159998319748880 Content-Disposition: inline Content-Length: 1736 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.29 pkgsrc/devel/p5-Alien-Build/Makefile:1.30 --- pkgsrc/devel/p5-Alien-Build/Makefile:1.29 Tue Sep 8 13:16:34 2020 +++ pkgsrc/devel/p5-Alien-Build/Makefile Sun Sep 13 07:46:37 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2020/09/08 13:16:34 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2020/09/13 07:46:37 wiz Exp $ -DISTNAME= Alien-Build-2.29 +DISTNAME= Alien-Build-2.32 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PL/PLICEASE/} Index: pkgsrc/devel/p5-Alien-Build/distinfo diff -u pkgsrc/devel/p5-Alien-Build/distinfo:1.23 pkgsrc/devel/p5-Alien-Build/distinfo:1.24 --- pkgsrc/devel/p5-Alien-Build/distinfo:1.23 Sun Sep 6 22:17:57 2020 +++ pkgsrc/devel/p5-Alien-Build/distinfo Sun Sep 13 07:46:37 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2020/09/06 22:17:57 wiz Exp $ +$NetBSD: distinfo,v 1.24 2020/09/13 07:46:37 wiz Exp $ -SHA1 (Alien-Build-2.29.tar.gz) = 3d948502f95573afeb3f959895d71e62808c3204 -RMD160 (Alien-Build-2.29.tar.gz) = 8cdbfdb81c1df5d859f2cb1d69b1c6472f225279 -SHA512 (Alien-Build-2.29.tar.gz) = 7e6ad1695fcfc9ff98764e77a87014a6617c0e27f427d26f70a7fe0daa379963f73fe16e9993de87540e71070e696345bec41fc21c0e7003a144d94413a8522d -Size (Alien-Build-2.29.tar.gz) = 313997 bytes +SHA1 (Alien-Build-2.32.tar.gz) = c8441177d6933a3dd25f467b61f000a063a2f47e +RMD160 (Alien-Build-2.32.tar.gz) = 68032ab343437ca97f4c056cdf3cbe12bb7bc066 +SHA512 (Alien-Build-2.32.tar.gz) = 5c9c66076c7c6f30535401aea588a85ca51282df74f1bb4f4b21bff1aaea0d74220b278a123a00adc74c21a1aa528966db01a77f4783bd8aeea894fe97349d43 +Size (Alien-Build-2.32.tar.gz) = 327696 bytes --_----------=_159998319748880--