summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib/Makefile
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2012-07-02 17:19:05 +0000
committerprlw1 <prlw1@pkgsrc.org>2012-07-02 17:19:05 +0000
commitb87b66ee31c83763f65802cf7c05a739a4d37485 (patch)
tree67926351be058dd6d93585205afefe3069c8a6ca /graphics/py-matplotlib/Makefile
parentf33839ff506ec793d58fd9d9961931621a90bceb (diff)
downloadpkgsrc-b87b66ee31c83763f65802cf7c05a739a4d37485.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/Makefile5
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/}