Received: by mail.netbsd.org (Postfix, from userid 605) id 88C3984E02; Wed, 28 Feb 2018 16:01:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A8F9484E00 for ; Wed, 28 Feb 2018 16:01:42 +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 G-KkrnnLCc20 for ; Wed, 28 Feb 2018 16:01:42 +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 10F0084DED for ; Wed, 28 Feb 2018 16:01:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 04C0BFB40; Wed, 28 Feb 2018 16:01:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519833702274390" MIME-Version: 1.0 Date: Wed, 28 Feb 2018 16:01:42 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/math/pear-Numbers_Words To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180228160142.04C0BFB40@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. --_----------=_1519833702274390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Feb 28 16:01:41 UTC 2018 Modified Files: pkgsrc/math/pear-Numbers_Words: Makefile distinfo Log Message: math/pear-Numbers_Words: update to 0.18.2 0.18.2 2018-02-13 09:05 UTC Changelog: * PR #32: fix "count(): Parameter must be an array or an object that implements Countable" with PHP 7.2 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/pear-Numbers_Words/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/pear-Numbers_Words/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519833702274390 Content-Disposition: inline Content-Length: 1752 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/pear-Numbers_Words/Makefile diff -u pkgsrc/math/pear-Numbers_Words/Makefile:1.14 pkgsrc/math/pear-Numbers_Words/Makefile:1.15 --- pkgsrc/math/pear-Numbers_Words/Makefile:1.14 Sun Aug 30 09:00:25 2015 +++ pkgsrc/math/pear-Numbers_Words/Makefile Wed Feb 28 16:01:41 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2015/08/30 09:00:25 taca Exp $ +# $NetBSD: Makefile,v 1.15 2018/02/28 16:01:41 taca Exp $ -DISTNAME= Numbers_Words-0.18.1 +DISTNAME= Numbers_Words-0.18.2 CATEGORIES= math MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/math/pear-Numbers_Words/distinfo diff -u pkgsrc/math/pear-Numbers_Words/distinfo:1.7 pkgsrc/math/pear-Numbers_Words/distinfo:1.8 --- pkgsrc/math/pear-Numbers_Words/distinfo:1.7 Tue Nov 3 23:33:41 2015 +++ pkgsrc/math/pear-Numbers_Words/distinfo Wed Feb 28 16:01:41 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 23:33:41 agc Exp $ +$NetBSD: distinfo,v 1.8 2018/02/28 16:01:41 taca Exp $ -SHA1 (pear/Numbers_Words-0.18.1.tgz) = 5327788c9b745a9c485bcf49b1cd2e7a7d54647a -RMD160 (pear/Numbers_Words-0.18.1.tgz) = b3b8b6700e1390d47fd8a4a5da44965aad35394c -SHA512 (pear/Numbers_Words-0.18.1.tgz) = b6063db873d65bc872ea64e6ae4282da9b36aa15ac336a5b443e4bc3cc7ad49538327bb56d0b70a482c82dfa1d732426f9cc45453d4d13a25a840871e1f6fb2c -Size (pear/Numbers_Words-0.18.1.tgz) = 72925 bytes +SHA1 (pear/Numbers_Words-0.18.2.tgz) = d6f0d8e9c3457fd0760fdd8cb7354c7a0c0395f3 +RMD160 (pear/Numbers_Words-0.18.2.tgz) = 271e5dd422c56b7dfb3d6e3358399da24462ac0a +SHA512 (pear/Numbers_Words-0.18.2.tgz) = cc719ea47e7da365959a02106d80aabe2ed079064128af1a61c0c53ed44726e7169de5c9d8dd28cbf917e025841e9aa07b4b8c9313a788b0a92eab32a4edb37c +Size (pear/Numbers_Words-0.18.2.tgz) = 73113 bytes --_----------=_1519833702274390--