mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
upgrade to 0.71
This commit is contained in:
parent
f33f352831
commit
85ce80ceb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127958
4 changed files with 22 additions and 23 deletions
|
@ -7,8 +7,8 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= matplotlib
|
PORTNAME= matplotlib
|
||||||
PORTVERSION= 0.60.2
|
PORTVERSION= 0.71
|
||||||
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}
|
||||||
|
@ -27,8 +27,6 @@ RUN_DEPENDS= ${PYNUMERIC} \
|
||||||
BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT}
|
BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
BROKEN= Missing dependency
|
|
||||||
|
|
||||||
USE_PYTHON= 2.2+
|
USE_PYTHON= 2.2+
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
USE_GNOME= gtk20 pygtk2
|
USE_GNOME= gtk20 pygtk2
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (matplotlib-0.60.2.tar.gz) = e4d28311bd5457039a8ff7d26028c6d5
|
MD5 (matplotlib-0.71.tar.gz) = 286bd4ad537fd9566214e39395a3cb50
|
||||||
SIZE (matplotlib-0.60.2.tar.gz) = 1533161
|
SIZE (matplotlib-0.71.tar.gz) = 2089317
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
--- setup.py.orig Wed Aug 4 11:22:03 2004
|
--- setup.py.orig Sat Jan 22 02:42:00 2005
|
||||||
+++ setup.py Wed Aug 4 11:22:48 2004
|
+++ setup.py Thu Jan 27 17:49:21 2005
|
||||||
@@ -66,7 +66,7 @@
|
@@ -77,7 +77,7 @@
|
||||||
data.extend(glob.glob('images/*.ppm'))
|
data.extend(glob.glob('images/*.ppm'))
|
||||||
data.append('.matplotlibrc')
|
data.append('.matplotlibrc')
|
||||||
|
|
||||||
-data_files=[('share/matplotlib', data),]
|
-data_files=[('share/matplotlib', data),]
|
||||||
+data_files=[('share/py-matplotlib', data),]
|
+data_files=[('share/py-matplotlib', data),]
|
||||||
|
|
||||||
cxx = glob.glob('CXX/*.cxx')
|
# Figure out which array packages to provide binary support for
|
||||||
cxx.extend(glob.glob('CXX/*.c'))
|
# and define the NUMERIX value: Numeric, numarray, or both.
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
--- setupext.py.orig Fri Jul 9 19:51:16 2004
|
--- setupext.py.orig Thu Jan 27 17:47:41 2005
|
||||||
+++ setupext.py Wed Aug 4 10:57:03 2004
|
+++ setupext.py Thu Jan 27 17:49:08 2005
|
||||||
@@ -37,6 +37,7 @@
|
@@ -37,6 +37,8 @@
|
||||||
'linux' : ['/usr/local', '/usr',],
|
'linux' : ['/usr/local', '/usr',],
|
||||||
'darwin' : [os.getenv('MPLIB_BASE') or '/usr/local', '/usr', '/sw'],
|
'darwin' : ['/usr/local', '/usr', '/sw', '/usr/X11R6'],
|
||||||
'freebsd4' : [os.getenv('MBLIB_BASE') or '/usr/local', '/usr'],
|
'freebsd4' : ['/usr/local', '/usr'],
|
||||||
+ 'freebsd5' : [os.getenv('MBLIB_BASE') or '/usr/local', '/usr'],
|
+ 'freebsd5' : ['/usr/local', '/usr'],
|
||||||
|
+ 'freebsd6' : ['/usr/local', '/usr'],
|
||||||
'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',],
|
'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',],
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -220,7 +221,7 @@
|
@@ -302,7 +304,7 @@
|
||||||
else:
|
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])
|
||||||
|
|
Loading…
Add table
Reference in a new issue