[58171] trunk/dports/python/py26-matplotlib

ram at macports.org ram at macports.org
Wed Sep 23 05:03:21 PDT 2009


Revision: 58171
          http://trac.macports.org/changeset/58171
Author:   ram at macports.org
Date:     2009-09-23 05:03:21 -0700 (Wed, 23 Sep 2009)
Log Message:
-----------
python/py26-matplotlib: update to 0.99.1

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

Modified: trunk/dports/python/py26-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py26-matplotlib/Portfile	2009-09-23 11:58:03 UTC (rev 58170)
+++ trunk/dports/python/py26-matplotlib/Portfile	2009-09-23 12:03:21 UTC (rev 58171)
@@ -5,7 +5,7 @@
 
 categories-append  graphics math
 name               py26-matplotlib
-version            0.99.0
+version            0.99.1
 maintainers        ram openmaintainer
 platforms          darwin
 
@@ -21,9 +21,9 @@
 master_sites       sourceforge:matplotlib
 distname           matplotlib-${version}
 
-checksums          md5 8e019e17396e816cc2ef52843532e727 \
-                   sha1 5c267e96ecebe0654683b6325f423c53ae5ccd39 \
-                   rmd160 e69f3d6c877e2854becf71a25e4ba56f2ced8735
+checksums          md5 eaa6edd59126cb91967e8e1547f99600 \
+                   sha1 056e29c6e3cd4bb74861f9a219a874911dc50f30 \
+                   rmd160 5e7af9298363762a75ab5dce6e13b5375ed74d6f
 
 depends_lib-append port:freetype \
                    port:libpng \

Modified: trunk/dports/python/py26-matplotlib/files/patch-setupext.py.diff
===================================================================
--- trunk/dports/python/py26-matplotlib/files/patch-setupext.py.diff	2009-09-23 11:58:03 UTC (rev 58170)
+++ trunk/dports/python/py26-matplotlib/files/patch-setupext.py.diff	2009-09-23 12:03:21 UTC (rev 58171)
@@ -1,16 +1,23 @@
---- setupext.py	2009-08-01 14:15:24.000000000 -0500
-+++ setupext.py	2009-08-07 08:35:26.000000000 -0500
-@@ -50,8 +50,7 @@
+--- setupext.py	2009-08-23 00:27:32.000000000 -0500
++++ setupext.py	2009-09-23 06:46:31.000000000 -0500
+@@ -50,15 +50,7 @@
      'linux2' : ['/usr/local', '/usr'],
      'linux'  : ['/usr/local', '/usr',],
      'cygwin' : ['/usr/local', '/usr',],
--    'darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local',
+-    '_darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local',
 -                '/usr', '/sw'],
+-    # it appears builds with darwin are broken because of all the
+-    # different flags the deps can be compile with, so I am pushing
+-    # people to :
+-    #   make -f make.osx fetch deps mpl_build mpl_install
+-
+-    'darwin' : [],
+-
 +    'darwin' : ['@@MPORTS_PREFIX@@'],
      'freebsd4' : ['/usr/local', '/usr'],
      'freebsd5' : ['/usr/local', '/usr'],
      'freebsd6' : ['/usr/local', '/usr'],
-@@ -320,6 +319,7 @@
+@@ -327,6 +319,7 @@
                       [os.path.join(p, 'lib64')     for p in basedir[sys.platform] ] )
  
      module.include_dirs.extend(incdirs)
@@ -18,7 +25,7 @@
      module.include_dirs.append('.')
      module.library_dirs.extend(libdirs)
  
-@@ -949,10 +949,10 @@
+@@ -956,10 +949,10 @@
      return tcl_lib, tcl_inc, tk_lib, tk_inc
  
  def hardcoded_tcl_config():
@@ -33,7 +40,7 @@
      return tcl_lib, tcl_inc, tk_lib, tk_inc
  
  def add_tk_flags(module):
-@@ -973,52 +973,6 @@
+@@ -980,52 +973,6 @@
              raise RuntimeError('No tk/win32 support for this python version yet')
          module.library_dirs.extend([os.path.join(sys.prefix, 'dlls')])
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090923/c6cbdfdb/attachment.html>


More information about the macports-changes mailing list