Received: by mail.netbsd.org (Postfix, from userid 605) id 34A4384DE3; Mon, 26 Feb 2018 17:21:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5840584D63 for ; Mon, 26 Feb 2018 17:21:36 +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 jE5OK29ewlJN for ; Mon, 26 Feb 2018 17:21:35 +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 BF92684D1F for ; Mon, 26 Feb 2018 17:21:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B975AFB40; Mon, 26 Feb 2018 17:21:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151966569518250" MIME-Version: 1.0 Date: Mon, 26 Feb 2018 17:21:35 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-regex To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180226172135.B975AFB40@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. --_----------=_151966569518250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Feb 26 17:21:35 UTC 2018 Modified Files: pkgsrc/textproc/py-regex: Makefile distinfo Log Message: py-regex: updated to 2018.02.21 2018.02.21: Bug fixes. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-regex/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-regex/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151966569518250 Content-Disposition: inline Content-Length: 1695 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-regex/Makefile diff -u pkgsrc/textproc/py-regex/Makefile:1.10 pkgsrc/textproc/py-regex/Makefile:1.11 --- pkgsrc/textproc/py-regex/Makefile:1.10 Fri Feb 9 08:52:07 2018 +++ pkgsrc/textproc/py-regex/Makefile Mon Feb 26 17:21:35 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2018/02/09 08:52:07 adam Exp $ +# $NetBSD: Makefile,v 1.11 2018/02/26 17:21:35 adam Exp $ -DISTNAME= regex-2018.02.08 +DISTNAME= regex-2018.02.21 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=r/regex/} Index: pkgsrc/textproc/py-regex/distinfo diff -u pkgsrc/textproc/py-regex/distinfo:1.9 pkgsrc/textproc/py-regex/distinfo:1.10 --- pkgsrc/textproc/py-regex/distinfo:1.9 Fri Feb 9 08:52:07 2018 +++ pkgsrc/textproc/py-regex/distinfo Mon Feb 26 17:21:35 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2018/02/09 08:52:07 adam Exp $ +$NetBSD: distinfo,v 1.10 2018/02/26 17:21:35 adam Exp $ -SHA1 (regex-2018.02.08.tar.gz) = 952bc848be388ec3857d238dba687b40cdeb6947 -RMD160 (regex-2018.02.08.tar.gz) = 1cc8dc0acd573378c909ac2a28821241e14b4ed2 -SHA512 (regex-2018.02.08.tar.gz) = 226558a67d44b71b9bc8f7d928905ed80266b9174f5c9ed37d401f366eb1e34471f125f17f087f478372c3068e635b4d849857edcce1779b4c170b0c51f2ce02 -Size (regex-2018.02.08.tar.gz) = 620647 bytes +SHA1 (regex-2018.02.21.tar.gz) = f166fd38450de52d5f865104cd7d5495c7f5dcab +RMD160 (regex-2018.02.21.tar.gz) = 997e0de853116fe395725a67677d873cc6a40e44 +SHA512 (regex-2018.02.21.tar.gz) = 99f6cc9d6f462a7b66050dcfa4240c447778f9993b14eba100b1252b31596f87b23a955c01b3f488c7321c95439c8b24e1fe9111a4aec008860dbaeba8eb0e4a +Size (regex-2018.02.21.tar.gz) = 620806 bytes --_----------=_151966569518250--