diff options
author | prlw1 <prlw1> | 2012-07-02 17:19:05 +0000 |
---|---|---|
committer | prlw1 <prlw1> | 2012-07-02 17:19:05 +0000 |
commit | 4f77a06d9853b27a8163ea52c526407f9feefff2 (patch) | |
tree | 67926351be058dd6d93585205afefe3069c8a6ca /graphics/py-matplotlib/Makefile | |
parent | 6d3bc3df52f95281e2348790124b8b6b26b54c40 (diff) | |
download | pkgsrc-4f77a06d9853b27a8163ea52c526407f9feefff2.tar.gz |
Update to 1.1.1:
- When path clipping changes a LINETO to a MOVETO, it also changes
any CLOSEPOLY command to a LINETO to the initial point. This fixes
a problem with pdf and svg where the CLOSEPOLY would then draw a
line to the latest MOVETO position instead of the intended initial
position. - JKS
- The radius labels in polar plots no longer use a fixed padding,
but use a different alignment depending on the quadrant they are
in. This fixes numerical problems when (rmax - rmin) gets too
small. - MGD
Diffstat (limited to 'graphics/py-matplotlib/Makefile')
-rw-r--r-- | graphics/py-matplotlib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile index 6ee32c0be42..fb340881e2f 100644 --- a/graphics/py-matplotlib/Makefile +++ b/graphics/py-matplotlib/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2012/05/05 21:53:57 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2012/07/02 17:19:05 prlw1 Exp $ # -DISTNAME= matplotlib-1.1.0 +DISTNAME= matplotlib-1.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/} |