upgrade to 0.74

This commit is contained in:
Ying-Chieh Liao 2005-04-12 08:23:00 +00:00
parent c04751a5d8
commit e40c3785a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133126
3 changed files with 8 additions and 17 deletions

View file

@ -7,8 +7,8 @@
# #
PORTNAME= matplotlib PORTNAME= matplotlib
PORTVERSION= 0.71 PORTVERSION= 0.74
PORTREVISION= 1 PORTREVISION= 0
CATEGORIES= math python CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME} MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -1,2 +1,2 @@
MD5 (matplotlib-0.71.tar.gz) = 286bd4ad537fd9566214e39395a3cb50 MD5 (matplotlib-0.74.tar.gz) = 460413bce73450ae0b6bf78c95e75a81
SIZE (matplotlib-0.71.tar.gz) = 2089317 SIZE (matplotlib-0.74.tar.gz) = 2327833

View file

@ -1,16 +1,7 @@
--- setupext.py.orig Thu Jan 27 17:47:41 2005 --- setupext.py.orig Tue Apr 12 16:09:32 2005
+++ setupext.py Thu Jan 27 17:49:08 2005 +++ setupext.py Tue Apr 12 16:10:28 2005
@@ -37,6 +37,8 @@ @@ -308,7 +308,7 @@
'linux' : ['/usr/local', '/usr',], o = find_tcltk() # todo: try/except
'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()
module.include_dirs.extend([o.tcl_inc, o.tk_inc]) module.include_dirs.extend([o.tcl_inc, o.tk_inc])
module.library_dirs.extend([o.tcl_lib, o.tk_lib]) module.library_dirs.extend([o.tcl_lib, o.tk_lib])
- module.libraries.extend(['tk'+o.tkv, 'tcl'+o.tkv]) - module.libraries.extend(['tk'+o.tkv, 'tcl'+o.tkv])