Received: by mail.netbsd.org (Postfix, from userid 605) id 18E5584D56; Sun, 17 Sep 2017 11:48:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F07A84D3E for ; Sun, 17 Sep 2017 11:48:26 +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 FHHL1-Thjx5d for ; Sun, 17 Sep 2017 11:48:26 +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 2319384CE3 for ; Sun, 17 Sep 2017 11:48:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 177A8FA9A; Sun, 17 Sep 2017 11:48:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1505648906229550" MIME-Version: 1.0 Date: Sun, 17 Sep 2017 11:48:26 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-OOTools To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170917114826.177A8FA9A@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. --_----------=_1505648906229550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 17 11:48:26 UTC 2017 Modified Files: pkgsrc/devel/p5-OOTools: Makefile distinfo Log Message: p5-OOTools: update to 2.40. Changes not found. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/p5-OOTools/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-OOTools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1505648906229550 Content-Disposition: inline Content-Length: 1948 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-OOTools/Makefile diff -u pkgsrc/devel/p5-OOTools/Makefile:1.21 pkgsrc/devel/p5-OOTools/Makefile:1.22 --- pkgsrc/devel/p5-OOTools/Makefile:1.21 Mon Jun 5 14:23:24 2017 +++ pkgsrc/devel/p5-OOTools/Makefile Sun Sep 17 11:48:25 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2017/06/05 14:23:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2017/09/17 11:48:25 wiz Exp $ -DISTNAME= OOTools-2.3 +DISTNAME= OOTools-2.4 PKGNAME= p5-${DISTNAME}0 -PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/S/SK/SKNPP/ @@ -11,6 +10,8 @@ HOMEPAGE= http://search.cpan.org/~domizi COMMENT= Perl module collection to easily create constructors methods LICENSE= ${PERL5_LICENSE} +BUILD_DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI + PERL5_PACKLIST= auto/Class/props/.packlist .include "../../lang/perl5/module.mk" Index: pkgsrc/devel/p5-OOTools/distinfo diff -u pkgsrc/devel/p5-OOTools/distinfo:1.5 pkgsrc/devel/p5-OOTools/distinfo:1.6 --- pkgsrc/devel/p5-OOTools/distinfo:1.5 Tue Nov 3 03:28:35 2015 +++ pkgsrc/devel/p5-OOTools/distinfo Sun Sep 17 11:48:25 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:28:35 agc Exp $ +$NetBSD: distinfo,v 1.6 2017/09/17 11:48:25 wiz Exp $ -SHA1 (OOTools-2.3.tar.gz) = a6c8a3a0569659fe64187fe585f796847c409a11 -RMD160 (OOTools-2.3.tar.gz) = d0ec7436f2f0e4eb5bfb0aea4f23098e9358ee08 -SHA512 (OOTools-2.3.tar.gz) = acaafac94d32a1a4e6bad929f94501fb07ff9cbd7ebfd03e4406df7b945cf8d33ab7a0c4a25544442e797838a5a8b7d5a8855e87a7a20631b2a9ca40db82e0a4 -Size (OOTools-2.3.tar.gz) = 34416 bytes +SHA1 (OOTools-2.4.tar.gz) = 6205b5400b44fda0d108578e66c75c0bbd05b792 +RMD160 (OOTools-2.4.tar.gz) = dd48bde73f890aa8a0a1ad8dd9e671ce73dbe22d +SHA512 (OOTools-2.4.tar.gz) = 95eb0142ee54d07b6264169b1ac1d47bfa71c5fca3ef97b4bbdebd493fcf02e8340843bb4be7dac8810814e71314e41bf049bf332022c8e2096cf0a3be5b220e +Size (OOTools-2.4.tar.gz) = 32542 bytes --_----------=_1505648906229550--