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 E36CA7A3D8 for ; Thu, 9 Jun 2016 13:26:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9649585FAD; Thu, 9 Jun 2016 13:26:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24BCD85EE6 for ; Thu, 9 Jun 2016 13:26:44 +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 otOkb-Ml7Ohq for ; Thu, 9 Jun 2016 13:26:43 +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 BCCE284C8B for ; Thu, 9 Jun 2016 13:26:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B3315FBB5; Thu, 9 Jun 2016 13:26:43 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 9 Jun 2016 13:26:43 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/textproc/p5-Net-Dict To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160609132643.B3315FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Thu Jun 9 13:26:43 UTC 2016 Modified Files: pkgsrc/textproc/p5-Net-Dict: Makefile Log Message: (pkgsrc) - Revision -r 1.14 to -r 1.15 update was actually below upstream update. Just for record, this commit is actually removing one # line. Sorry. (upstream) - Updated textproc/p5-Net-Dict to 2.21 ------------------------------------ 2.21 2016-03-01 NEILB - Use Test::RequiresInternet to skip tests if you don't have an internet connection and ability to connect to dict.org's DICT server. This is a holding position until I can add a mock DICT server. Added a basic require test, so there's always at least one test that should pass. 2.20 2016-02-27 NEILB - Updated tests to reflect changes in dict.org databases. Thanks to SREZIC for pointing out that they'd changed. - Fixed typo in doc. Patch from Gregor Herrmann. RT#112367 - Dropped usage of "use vars". To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/p5-Net-Dict/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.