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 770347A34B for ; Thu, 1 Dec 2016 15:03:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B82CC855B9; Thu, 1 Dec 2016 15:03:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4963085582 for ; Thu, 1 Dec 2016 15:03:22 +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 8f7aKhs6o-NS for ; Thu, 1 Dec 2016 15:03:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AA25785581 for ; Thu, 1 Dec 2016 15:03:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4B25FBA6; Thu, 1 Dec 2016 15:03:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148060460177910" MIME-Version: 1.0 Date: Thu, 1 Dec 2016 15:03:21 +0000 From: "John Marino" Subject: CVS commit: pkgsrc/graphics/py-ggplot To: pkgsrc-changes@NetBSD.org Reply-To: marino@netbsd.org X-Mailer: log_accum Message-Id: <20161201150321.A4B25FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148060460177910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: marino Date: Thu Dec 1 15:03:21 UTC 2016 Modified Files: pkgsrc/graphics/py-ggplot: Makefile Log Message: graphics/py-ggplot: Fix dependencies The duplicate py-cycler package was deleted month ago ... To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-ggplot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148060460177910 Content-Disposition: inline Content-Length: 938 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-ggplot/Makefile diff -u pkgsrc/graphics/py-ggplot/Makefile:1.2 pkgsrc/graphics/py-ggplot/Makefile:1.3 --- pkgsrc/graphics/py-ggplot/Makefile:1.2 Fri Jul 15 07:37:26 2016 +++ pkgsrc/graphics/py-ggplot/Makefile Thu Dec 1 15:03:21 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/07/15 07:37:26 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/12/01 15:03:21 marino Exp $ DISTNAME= ggplot-0.10.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Python implementation of the gr LICENSE= 2-clause-bsd DEPENDS+= ${PYPKGPREFIX}-brewer2mpl-[0-9]*:../../graphics/py-brewer2mpl -DEPENDS+= ${PYPKGPREFIX}-cycler-[0-9]*:../../devel/py-cycler +DEPENDS+= ${PYPKGPREFIX}-cycler-[0-9]*:../../graphics/py-cycler DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy DEPENDS+= ${PYPKGPREFIX}-pandas-[0-9]*:../../math/py-pandas DEPENDS+= ${PYPKGPREFIX}-patsy-[0-9]*:../../math/py-patsy --_----------=_148060460177910--