diff options
author | drochner <drochner@pkgsrc.org> | 2012-07-04 20:41:29 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-07-04 20:41:29 +0000 |
commit | 0078d9b909f451fd2c4e1721c19212668fbf90d2 (patch) | |
tree | ed822cd3bc7dae94187e7158ec072aa4c0b797f7 /graphics/py-matplotlib-tk | |
parent | 2c40dd6c3677eedbfbc02ae87cfb7a318e12fc0f (diff) | |
download | pkgsrc-0078d9b909f451fd2c4e1721c19212668fbf90d2.tar.gz |
sync w/ base pkg
Diffstat (limited to 'graphics/py-matplotlib-tk')
-rw-r--r-- | graphics/py-matplotlib-tk/Makefile | 6 | ||||
-rw-r--r-- | graphics/py-matplotlib-tk/distinfo | 9 | ||||
-rw-r--r-- | graphics/py-matplotlib-tk/patches/patch-agg24-include-agg_renderer_outline_aa.h | 14 |
3 files changed, 7 insertions, 22 deletions
diff --git a/graphics/py-matplotlib-tk/Makefile b/graphics/py-matplotlib-tk/Makefile index cfe15778938..d45763625c0 100644 --- a/graphics/py-matplotlib-tk/Makefile +++ b/graphics/py-matplotlib-tk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2012/04/17 17:17:28 drochner Exp $ +# $NetBSD: Makefile,v 1.11 2012/07/04 20:41:29 drochner Exp $ # -DISTNAME= matplotlib-1.1.0 -PKGNAME= ${PYPKGPREFIX}-matplotlib-tk-1.1.0 +DISTNAME= matplotlib-1.1.1 +PKGNAME= ${PYPKGPREFIX}-matplotlib-tk-1.1.1 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/} diff --git a/graphics/py-matplotlib-tk/distinfo b/graphics/py-matplotlib-tk/distinfo index 4e5f0298de8..8e71d649831 100644 --- a/graphics/py-matplotlib-tk/distinfo +++ b/graphics/py-matplotlib-tk/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.8 2012/04/17 17:17:28 drochner Exp $ +$NetBSD: distinfo,v 1.9 2012/07/04 20:41:29 drochner Exp $ -SHA1 (matplotlib-1.1.0.tar.gz) = 435b4f04a7e099b79f66451d69ad0b5ce66030ae -RMD160 (matplotlib-1.1.0.tar.gz) = 9313fc6407271c46f3ac5af4c53df5ea57982711 -Size (matplotlib-1.1.0.tar.gz) = 35842643 bytes +SHA1 (matplotlib-1.1.1.tar.gz) = e47ecb0c651961dbaba57fd172e3b770da197e84 +RMD160 (matplotlib-1.1.1.tar.gz) = d6289c7d001c078300ce360d33d424bd3eb93e13 +Size (matplotlib-1.1.1.tar.gz) = 33704843 bytes SHA1 (patch-aa) = 3de5207ff605dc4b2d588b3c75588d75fb57d949 SHA1 (patch-ab) = afc6e9fd9c09de0500b29ea127b20c16c9990811 -SHA1 (patch-agg24-include-agg_renderer_outline_aa.h) = fc7de9efc4563e75634947eac3c3a5a69441f2ce diff --git a/graphics/py-matplotlib-tk/patches/patch-agg24-include-agg_renderer_outline_aa.h b/graphics/py-matplotlib-tk/patches/patch-agg24-include-agg_renderer_outline_aa.h deleted file mode 100644 index f5018471dbe..00000000000 --- a/graphics/py-matplotlib-tk/patches/patch-agg24-include-agg_renderer_outline_aa.h +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-agg24-include-agg_renderer_outline_aa.h,v 1.1 2011/09/08 13:53:46 joerg Exp $ - -Don't leak non-const reference to const private member. - ---- agg24/include/agg_renderer_outline_aa.h.orig 2011-09-07 14:29:12.000000000 +0000 -+++ agg24/include/agg_renderer_outline_aa.h -@@ -1365,7 +1365,6 @@ namespace agg - //--------------------------------------------------------------------- - void profile(const line_profile_aa& prof) { m_profile = &prof; } - const line_profile_aa& profile() const { return *m_profile; } -- line_profile_aa& profile() { return *m_profile; } - - //--------------------------------------------------------------------- - int subpixel_width() const { return m_profile->subpixel_width(); } |