[macports-changes] [19379] trunk/dports/python/py-matplotlib

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 1 23:33:44 PDT 2006


Revision: 19379
Author:   markd at macports.org
Date:     2006-09-01 23:33:43 -0700 (Fri, 01 Sep 2006)

Log Message:
-----------
Version update to 0.87.4

Modified Paths:
--------------
    trunk/dports/python/py-matplotlib/Portfile
    trunk/dports/python/py-matplotlib/files/patch-setupext.py.diff

Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile	2006-09-02 05:24:32 UTC (rev 19378)
+++ trunk/dports/python/py-matplotlib/Portfile	2006-09-02 06:33:43 UTC (rev 19379)
@@ -3,7 +3,7 @@
 PortSystem               1.0
 PortGroup                python24 1.0
 name                     py-matplotlib
-version                  0.82
+version                  0.87.4
 categories-append        graphics math
 maintainers              michaelm at opendarwin.org
 description              matlab-like syntax for creating plots in python
@@ -19,7 +19,7 @@
 master_sites             sourceforge:matplotlib
 distname                 matplotlib-${version}
 
-checksums                md5 a5ef59a9eed934708eedef5a0125d8d8
+checksums                md5 b8ef6ee4b4a7267d94980b4678f950ea
 
 depends_lib-append       port:freetype port:libpng \
                            port:antigraingeometry port:py-numarray \

Modified: trunk/dports/python/py-matplotlib/files/patch-setupext.py.diff
===================================================================
--- trunk/dports/python/py-matplotlib/files/patch-setupext.py.diff	2006-09-02 05:24:32 UTC (rev 19378)
+++ trunk/dports/python/py-matplotlib/files/patch-setupext.py.diff	2006-09-02 06:33:43 UTC (rev 19379)
@@ -1,19 +1,20 @@
---- setupext.py	2005-06-08 10:57:59.000000000 -0700
-+++ setupext.py.new	2005-06-30 14:36:16.000000000 -0700
-@@ -39,7 +39,7 @@
+--- setupext.py.org	2006-05-08 13:45:53.000000000 -0400
++++ setupext.py	2006-06-12 12:12:44.000000000 -0400
+@@ -48,8 +48,7 @@
+     'linux2' : ['/usr/local', '/usr',],
      'linux'  : ['/usr/local', '/usr',],
-     # Charles Moad recommends not putting in /usr/X11R6 for darwin
-     # because freetype in this dir is too old for mpl
--    'darwin' : ['/sw/lib/freetype219', '/usr/local', '/usr', '/sw'], 
-+    'darwin' : ['@@DPORTS_PREFIX@@', '/usr'],
+     'cygwin' : ['/usr/local', '/usr',],
+-    'darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local',
+-                '/usr', '/sw'], 
++    'darwin' : ['@@DPORTS_PREFIX@@', '/usr'], 
      'freebsd4' : ['/usr/local', '/usr'],
      'freebsd5' : ['/usr/local', '/usr'],
      'freebsd6' : ['/usr/local', '/usr'],    
-@@ -97,6 +97,7 @@
-     libdirs = [os.path.join(p, 'lib')     for p in basedir[sys.platform]
-                if os.path.exists(p)]
+@@ -130,6 +129,7 @@
+                      [os.path.join(p, 'lib64')     for p in basedir[sys.platform] ] )
+ 
      module.include_dirs.extend(incdirs)
 +    module.include_dirs.extend(['@@DPORTS_PREFIX@@/include/python2.4'])
+     module.include_dirs.append('.')    
      module.library_dirs.extend(libdirs)
  
- 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060901/536c1f0b/attachment.html


More information about the macports-changes mailing list