Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 01FA87A1B1 for ; Fri, 30 Sep 2016 14:03:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9E33185EB1; Fri, 30 Sep 2016 14:03:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 22CC885E78 for ; Fri, 30 Sep 2016 14:03:06 +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 wuNqauFINdzk for ; Fri, 30 Sep 2016 14:03:05 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 83F0B84CEF for ; Fri, 30 Sep 2016 14:03:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 81EFDFBD2; Fri, 30 Sep 2016 14:03:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1475244185100610" MIME-Version: 1.0 Date: Fri, 30 Sep 2016 14:03:05 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/p5-Digest-Hashcash To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160930140305.81EFDFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1475244185100610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 30 14:03:05 UTC 2016 Modified Files: pkgsrc/security/p5-Digest-Hashcash: Makefile Log Message: Add missing dependency. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/p5-Digest-Hashcash/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1475244185100610 Content-Disposition: inline Content-Length: 844 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-Digest-Hashcash/Makefile diff -u pkgsrc/security/p5-Digest-Hashcash/Makefile:1.23 pkgsrc/security/p5-Digest-Hashcash/Makefile:1.24 --- pkgsrc/security/p5-Digest-Hashcash/Makefile:1.23 Sat Jul 30 23:56:01 2016 +++ pkgsrc/security/p5-Digest-Hashcash/Makefile Fri Sep 30 14:03:05 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2016/07/30 23:56:01 wen Exp $ +# $NetBSD: Makefile,v 1.24 2016/09/30 14:03:05 wiz Exp $ DISTNAME= Digest-Hashcash-1.1 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/Di COMMENT= Perl5 extension module for hashcash hashes LICENSE= gnu-gpl-v2 -#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=1.2}:../../time/p5-Time-HiRes +DEPENDS+= p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability PERL5_PACKLIST= auto/Digest/Hashcash/.packlist --_----------=_1475244185100610--