Received: by mail.netbsd.org (Postfix, from userid 605) id 415F184DE3; Sun, 14 Jan 2018 08:13:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 95AA884DDD for ; Sun, 14 Jan 2018 08:13:44 +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 Df0dnGs8gA7l for ; Sun, 14 Jan 2018 08:13:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2204884CEF for ; Sun, 14 Jan 2018 08:13:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1C558FBDE; Sun, 14 Jan 2018 08:13:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151591762455580" MIME-Version: 1.0 Date: Sun, 14 Jan 2018 08:13:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/p5-Mail-DKIM To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180114081344.1C558FBDE@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. --_----------=_151591762455580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 14 08:13:43 UTC 2018 Modified Files: pkgsrc/mail/p5-Mail-DKIM: Makefile distinfo Log Message: p5-Mail-DKIM: update to 0.52. Version 0.52 * Internet connection tests were declared in the wrong order Version 0.51 * Fix for older versions of perl * Tests no longer fail with no internet connection To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/mail/p5-Mail-DKIM/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/mail/p5-Mail-DKIM/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151591762455580 Content-Disposition: inline Content-Length: 2045 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-Mail-DKIM/Makefile diff -u pkgsrc/mail/p5-Mail-DKIM/Makefile:1.36 pkgsrc/mail/p5-Mail-DKIM/Makefile:1.37 --- pkgsrc/mail/p5-Mail-DKIM/Makefile:1.36 Sat Dec 30 14:32:18 2017 +++ pkgsrc/mail/p5-Mail-DKIM/Makefile Sun Jan 14 08:13:43 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2017/12/30 14:32:18 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2018/01/14 08:13:43 wiz Exp $ -DISTNAME= Mail-DKIM-0.50 +DISTNAME= Mail-DKIM-0.52 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} @@ -16,6 +16,7 @@ DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p DEPENDS+= p5-YAML-LibYAML-[0-9]*:../../textproc/p5-YAML-LibYAML # TEST_DEPENDS BUILD_DEPENDS+= p5-Net-DNS-Resolver-Mock-[0-9]*:../../net/p5-Net-DNS-Resolver-Mock +BUILD_DEPENDS+= p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Mail/DKIM/.packlist Index: pkgsrc/mail/p5-Mail-DKIM/distinfo diff -u pkgsrc/mail/p5-Mail-DKIM/distinfo:1.20 pkgsrc/mail/p5-Mail-DKIM/distinfo:1.21 --- pkgsrc/mail/p5-Mail-DKIM/distinfo:1.20 Sat Dec 30 14:32:18 2017 +++ pkgsrc/mail/p5-Mail-DKIM/distinfo Sun Jan 14 08:13:43 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2017/12/30 14:32:18 wiz Exp $ +$NetBSD: distinfo,v 1.21 2018/01/14 08:13:43 wiz Exp $ -SHA1 (Mail-DKIM-0.50.tar.gz) = e88d318ffead6a2ca6d689664223520ca19d5158 -RMD160 (Mail-DKIM-0.50.tar.gz) = 466f74ff74d85d0afde0c1e204d53369f0bab2da -SHA512 (Mail-DKIM-0.50.tar.gz) = bdb7b8d6220eb8cd062bbe694b9bce6b5b448a012579388b5d83ed37b92502ce3399f854d6d5e0c7d5070e0aa1834a523254f6c00c2db36760f2013c27b1496a -Size (Mail-DKIM-0.50.tar.gz) = 161249 bytes +SHA1 (Mail-DKIM-0.52.tar.gz) = c4d07360a9f4950d0a6ce6f08b6cad281ec05b17 +RMD160 (Mail-DKIM-0.52.tar.gz) = 5cf2c133b016483788f53372904cb92f1534c79b +SHA512 (Mail-DKIM-0.52.tar.gz) = 2283e7f2dadfa8fd371d20b56841a434f26bfa37066fd11b1c83d2b96b967be2d90f258913c1653f605677f7b2623adab1352f4e8c740c3bb8b2ad041bc0ceca +Size (Mail-DKIM-0.52.tar.gz) = 161557 bytes --_----------=_151591762455580--