pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-matplotlib Add missing file to PLIST, bump...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/771711efbcf1
branches:  trunk
changeset: 508394:771711efbcf1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 18 18:15:56 2006 +0000

description:
Add missing file to PLIST, bump PKGREVISION.
Add missing pkg-config to USE_TOOLS.

diffstat:

 graphics/py-matplotlib/Makefile |  5 +++--
 graphics/py-matplotlib/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (40 lines):

diff -r aef07096b0b4 -r 771711efbcf1 graphics/py-matplotlib/Makefile
--- a/graphics/py-matplotlib/Makefile   Sat Feb 18 17:39:00 2006 +0000
+++ b/graphics/py-matplotlib/Makefile   Sat Feb 18 18:15:56 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:09:38 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/02/18 18:15:56 wiz Exp $
 #
 
 DISTNAME=              matplotlib-0.83
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            graphics python
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=matplotlib/}
 
@@ -11,6 +11,7 @@
 HOMEPAGE=              http://matplotlib.sourceforge.net/
 COMMENT=               Matlab-style plotting package for Python
 
+USE_TOOLS+=            pkg-config
 PY_PATCHPLIST=         yes
 PYDISTUTILSPKG=                yes
 
diff -r aef07096b0b4 -r 771711efbcf1 graphics/py-matplotlib/PLIST
--- a/graphics/py-matplotlib/PLIST      Sat Feb 18 17:39:00 2006 +0000
+++ b/graphics/py-matplotlib/PLIST      Sat Feb 18 18:15:56 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2005/12/29 20:29:35 markd Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/02/18 18:15:56 wiz Exp $
 ${PYSITELIB}/dateutil/__init__.py
 ${PYSITELIB}/dateutil/__init__.pyc
 ${PYSITELIB}/dateutil/__init__.pyo
@@ -363,6 +363,7 @@
 ${PYSITELIB}/matplotlib/windowing.py
 ${PYSITELIB}/matplotlib/windowing.pyc
 ${PYSITELIB}/matplotlib/windowing.pyo
+${PYSITELIB}/pylab.py
 ${PYSITELIB}/pylab.pyc
 ${PYSITELIB}/pylab.pyo
 ${PYSITELIB}/pytz/__init__.py



Home | Main Index | Thread Index | Old Index