diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2005-04-12 08:23:00 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2005-04-12 08:23:00 +0000 |
commit | e40c3785a15afb3120a84865eb5b1cf36e07466e (patch) | |
tree | 527f2d8db8225ca1d9ee9aeac317671c43d0c363 /math | |
parent | c04751a5d86c352d22be79566c059452377151ac (diff) | |
download | ports-e40c3785a15afb3120a84865eb5b1cf36e07466e.tar.gz ports-e40c3785a15afb3120a84865eb5b1cf36e07466e.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/py-matplotlib/Makefile | 4 | ||||
-rw-r--r-- | math/py-matplotlib/distinfo | 4 | ||||
-rw-r--r-- | math/py-matplotlib/files/patch-setupext.py | 17 |
3 files changed, 8 insertions, 17 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index e15bc282e0c8..992887e0e3dd 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -7,8 +7,8 @@ # PORTNAME= matplotlib -PORTVERSION= 0.71 -PORTREVISION= 1 +PORTVERSION= 0.74 +PORTREVISION= 0 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/math/py-matplotlib/distinfo b/math/py-matplotlib/distinfo index b57b1673d025..75f2e1dd0a03 100644 --- a/math/py-matplotlib/distinfo +++ b/math/py-matplotlib/distinfo @@ -1,2 +1,2 @@ -MD5 (matplotlib-0.71.tar.gz) = 286bd4ad537fd9566214e39395a3cb50 -SIZE (matplotlib-0.71.tar.gz) = 2089317 +MD5 (matplotlib-0.74.tar.gz) = 460413bce73450ae0b6bf78c95e75a81 +SIZE (matplotlib-0.74.tar.gz) = 2327833 diff --git a/math/py-matplotlib/files/patch-setupext.py b/math/py-matplotlib/files/patch-setupext.py index b4992c04455d..80f73ba0f8f2 100644 --- a/math/py-matplotlib/files/patch-setupext.py +++ b/math/py-matplotlib/files/patch-setupext.py @@ -1,16 +1,7 @@ ---- setupext.py.orig Thu Jan 27 17:47:41 2005 -+++ setupext.py Thu Jan 27 17:49:08 2005 -@@ -37,6 +37,8 @@ - 'linux' : ['/usr/local', '/usr',], - 'darwin' : ['/usr/local', '/usr', '/sw', '/usr/X11R6'], - 'freebsd4' : ['/usr/local', '/usr'], -+ 'freebsd5' : ['/usr/local', '/usr'], -+ 'freebsd6' : ['/usr/local', '/usr'], - 'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',], - } - -@@ -302,7 +304,7 @@ - o = find_tcltk() +--- setupext.py.orig Tue Apr 12 16:09:32 2005 ++++ setupext.py Tue Apr 12 16:10:28 2005 +@@ -308,7 +308,7 @@ + o = find_tcltk() # todo: try/except module.include_dirs.extend([o.tcl_inc, o.tk_inc]) module.library_dirs.extend([o.tcl_lib, o.tk_lib]) - module.libraries.extend(['tk'+o.tkv, 'tcl'+o.tkv]) |