Received: by mail.netbsd.org (Postfix, from userid 605) id 4C27E84EF0; Sun, 11 Mar 2018 10:12:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A66E384EEE for ; Sun, 11 Mar 2018 10:12:02 +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 GFes5_lOK6WS for ; Sun, 11 Mar 2018 10:12:02 +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 F41DF84CFB for ; Sun, 11 Mar 2018 10:12:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F1A47FB40; Sun, 11 Mar 2018 10:12:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152076312165440" MIME-Version: 1.0 Date: Sun, 11 Mar 2018 10:12:01 +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: <20180311101201.F1A47FB40@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. --_----------=_152076312165440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Mar 11 10:12:01 UTC 2018 Modified Files: pkgsrc/devel/p5-Alien-Build: Makefile distinfo Log Message: p5-Alien-Build: update to 1.39. 1.39 2018-03-09 05:51:47 -0500 - Production release identical to 1.38_01 1.38_01 2018-03-01 03:27:29 -0500 - Additional testing diagnostics To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 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. --_----------=_152076312165440 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.6 pkgsrc/devel/p5-Alien-Build/Makefile:1.7 --- pkgsrc/devel/p5-Alien-Build/Makefile:1.6 Sun Feb 25 16:41:08 2018 +++ pkgsrc/devel/p5-Alien-Build/Makefile Sun Mar 11 10:12:01 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2018/02/25 16:41:08 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/03/11 10:12:01 wiz Exp $ -DISTNAME= Alien-Build-1.37 +DISTNAME= Alien-Build-1.39 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.6 pkgsrc/devel/p5-Alien-Build/distinfo:1.7 --- pkgsrc/devel/p5-Alien-Build/distinfo:1.6 Sun Feb 25 16:41:08 2018 +++ pkgsrc/devel/p5-Alien-Build/distinfo Sun Mar 11 10:12:01 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2018/02/25 16:41:08 wiz Exp $ +$NetBSD: distinfo,v 1.7 2018/03/11 10:12:01 wiz Exp $ -SHA1 (Alien-Build-1.37.tar.gz) = b30a3582a42ba5c3675e7b57131d8c549f0d6b39 -RMD160 (Alien-Build-1.37.tar.gz) = 501970640eddcb9876eab9219aef9d5a7e196ab7 -SHA512 (Alien-Build-1.37.tar.gz) = 16ffb70bc01f00a26ce0f43dc3d6d7f195ac61ff5a8bd5784a42c5a59caebe6e6beec3f46d2d04ea8fc55f9201fa09704f1f120743f541cb3d7ec6c6e7cb52ff -Size (Alien-Build-1.37.tar.gz) = 231689 bytes +SHA1 (Alien-Build-1.39.tar.gz) = bfbf14ae91a5182c24746bb1d422997414f2a9d3 +RMD160 (Alien-Build-1.39.tar.gz) = b74ed84fdc1b18f6738f569faa793bf3181cfa2e +SHA512 (Alien-Build-1.39.tar.gz) = dbe5cec2cb9b681b35717721ca7958f9464a8d0979e6f3a4cbbf31833ef32938b2de649517f38e447d13a070a1676ab9fe8b4ebcd9ee639b7c75b0ea47d0089a +Size (Alien-Build-1.39.tar.gz) = 217945 bytes --_----------=_152076312165440--