Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 79BF81A923B for ; Sat, 23 Jan 2021 23:23:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C781E84E01; Sat, 23 Jan 2021 23:23:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0CB8584D37 for ; Sat, 23 Jan 2021 23:23:11 +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 KaMlRWcDr-ZV for ; Sat, 23 Jan 2021 23:23:10 +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 57C6884CDB for ; Sat, 23 Jan 2021 23:23:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 450B0FA9D; Sat, 23 Jan 2021 23:23:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161144419076630" MIME-Version: 1.0 Date: Sat, 23 Jan 2021 23:23:10 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20210123232310.450B0FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161144419076630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sat Jan 23 23:23:10 UTC 2021 Modified Files: pkgsrc/graphics/py-matplotlib: Makefile pkgsrc/math/octave: Makefile Log Message: revbump for qhull To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 pkgsrc/graphics/py-matplotlib/Makefile cvs rdiff -u -r1.213 -r1.214 pkgsrc/math/octave/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161144419076630 Content-Disposition: inline Content-Length: 1125 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-matplotlib/Makefile diff -u pkgsrc/graphics/py-matplotlib/Makefile:1.64 pkgsrc/graphics/py-matplotlib/Makefile:1.65 --- pkgsrc/graphics/py-matplotlib/Makefile:1.64 Sun Jan 17 07:40:29 2021 +++ pkgsrc/graphics/py-matplotlib/Makefile Sat Jan 23 23:23:09 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.64 2021/01/17 07:40:29 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2021/01/23 23:23:09 gdt Exp $ DISTNAME= matplotlib-3.3.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=m/matplotlib/} Index: pkgsrc/math/octave/Makefile diff -u pkgsrc/math/octave/Makefile:1.213 pkgsrc/math/octave/Makefile:1.214 --- pkgsrc/math/octave/Makefile:1.213 Fri Jan 1 09:52:32 2021 +++ pkgsrc/math/octave/Makefile Sat Jan 23 23:23:10 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.213 2021/01/01 09:52:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.214 2021/01/23 23:23:10 gdt Exp $ DISTNAME= octave-5.2.0 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=octave/} EXTRACT_SUFX= .tar.xz --_----------=_161144419076630--