mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
upgrade to 0.74
This commit is contained in:
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
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue