[82185] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Tue Aug 9 18:00:36 PDT 2011


Revision: 82185
          http://trac.macports.org/changeset/82185
Author:   ryandesign at macports.org
Date:     2011-08-09 18:00:35 -0700 (Tue, 09 Aug 2011)
Log Message:
-----------
Enthought ports: rewrite master_sites to avoid redirects

Modified Paths:
--------------
    trunk/dports/python/py25-apptools/Portfile
    trunk/dports/python/py25-enthoughtbase/Portfile
    trunk/dports/python/py25-envisagecore/Portfile
    trunk/dports/python/py25-envisageplugins/Portfile
    trunk/dports/python/py25-mayavi/Portfile
    trunk/dports/python/py25-setupdocs/Portfile
    trunk/dports/python/py25-traits/Portfile
    trunk/dports/python/py25-traitsbackendwx/Portfile
    trunk/dports/python/py25-traitsgui/Portfile
    trunk/dports/python/py26-apptools/Portfile
    trunk/dports/python/py26-chaco/Portfile
    trunk/dports/python/py26-enable/Portfile
    trunk/dports/python/py26-enthoughtbase/Portfile
    trunk/dports/python/py26-envisagecore/Portfile
    trunk/dports/python/py26-envisageplugins/Portfile
    trunk/dports/python/py26-mayavi/Portfile
    trunk/dports/python/py26-traits/Portfile
    trunk/dports/python/py26-traitsbackendqt/Portfile
    trunk/dports/python/py26-traitsbackendwx/Portfile
    trunk/dports/python/py26-traitsgui/Portfile

Modified: trunk/dports/python/py25-apptools/Portfile
===================================================================
--- trunk/dports/python/py25-apptools/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py25-apptools/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -15,7 +15,7 @@
     These packages are distributed together as the AppTools project.
 platforms           darwin
 homepage            http://code.enthought.com/projects/app_tools.php
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            AppTools-${version}
 checksums           md5 8aa64f9e04f3cdcdaab91d73a9790928
 

Modified: trunk/dports/python/py25-enthoughtbase/Portfile
===================================================================
--- trunk/dports/python/py25-enthoughtbase/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py25-enthoughtbase/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -15,7 +15,7 @@
     that are used by many other projects in the Enthought Tool Suite
 platforms           darwin
 homepage            http://code.enthought.com/projects/enthought_base.php
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            EnthoughtBase-${version}
 
 checksums           sha1    f82e4ee9b933453f1a248899494ab3119e8ea289 \

Modified: trunk/dports/python/py25-envisagecore/Portfile
===================================================================
--- trunk/dports/python/py25-envisagecore/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py25-envisagecore/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -14,7 +14,7 @@
 long_description    Envisage is a Python-based framework for building extensible applications
 platforms           darwin
 homepage            http://code.enthought.com/projects/envisage/
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            EnvisageCore-${version}
 
 checksums           sha1    c4eefe88a06990f9640de8b90afe0b460ed6b460 \

Modified: trunk/dports/python/py25-envisageplugins/Portfile
===================================================================
--- trunk/dports/python/py25-envisageplugins/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py25-envisageplugins/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -12,7 +12,7 @@
 long_description    The EnvisagePlugins project includes a number of plug-ins for the Envisage framework
 platforms           darwin
 homepage            http://code.enthought.com/projects/envisage_plugins.php
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            EnvisagePlugins-${version}
 checksums           md5 8a3921e0e2219d828767f3e08ee40103
 

Modified: trunk/dports/python/py25-mayavi/Portfile
===================================================================
--- trunk/dports/python/py25-mayavi/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py25-mayavi/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -14,7 +14,7 @@
     VTK must be compiled using carbon.
 platforms           darwin
 homepage            http://code.enthought.com/projects/mayavi/
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            Mayavi-${version}
 checksums           md5 efd2de257e517de54f7697526de9a04c
 

Modified: trunk/dports/python/py25-setupdocs/Portfile
===================================================================
--- trunk/dports/python/py25-setupdocs/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py25-setupdocs/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -16,7 +16,7 @@
 long_description    SetupDocs is a ${description}.
 
 homepage            http://pypi.python.org/pypi/SetupDocs/
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            SetupDocs-${version}
 
 checksums           sha1    135bc4a22b885016e3638e7cd7633eab85f8742f \

Modified: trunk/dports/python/py25-traits/Portfile
===================================================================
--- trunk/dports/python/py25-traits/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py25-traits/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -14,7 +14,7 @@
     some additional characteristics.
 platforms           darwin
 homepage            http://code.enthought.com/projects/traits/
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            Traits-${version}
 
 checksums           sha1    766e2c66f2d064b2d765c50e8b18564aa3d1fcb3 \

Modified: trunk/dports/python/py25-traitsbackendwx/Portfile
===================================================================
--- trunk/dports/python/py25-traitsbackendwx/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py25-traitsbackendwx/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -12,7 +12,7 @@
 long_description    WX backend for traits GUI
 platforms           darwin
 homepage            http://code.enthought.com/projects/traits_gui/
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            TraitsBackendWX-${version}
 checksums           md5 fc72754400663c2a8b657778ca1dbfc6
 

Modified: trunk/dports/python/py25-traitsgui/Portfile
===================================================================
--- trunk/dports/python/py25-traitsgui/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py25-traitsgui/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -14,7 +14,7 @@
     which is used to support the "visualization" features of the Traits package.
 platforms           darwin
 homepage            http://code.enthought.com/projects/traits_gui/
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            TraitsGUI-${version}
 checksums           md5 34793275679bf3ece560b9cf78c1cf08
 

Modified: trunk/dports/python/py26-apptools/Portfile
===================================================================
--- trunk/dports/python/py26-apptools/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py26-apptools/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -15,7 +15,7 @@
     These packages are distributed together as the AppTools project.
 platforms           darwin
 homepage            http://code.enthought.com/projects/app_tools.php
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            AppTools-${version}
 
 checksums           md5     f0c6b4b00c930f6db9d48de2353c28fc \

Modified: trunk/dports/python/py26-chaco/Portfile
===================================================================
--- trunk/dports/python/py26-chaco/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py26-chaco/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -17,7 +17,7 @@
                     for publication and presentation, it also works well for interactive data visualization and exploration.
 
 homepage            http://code.enthought.com/projects/chaco/
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            Chaco-${version}
 
 checksums           md5     18bbcc5e06dcfc6f29933d6b44d50a89 \

Modified: trunk/dports/python/py26-enable/Portfile
===================================================================
--- trunk/dports/python/py26-enable/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py26-enable/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -14,7 +14,7 @@
 
 platforms           darwin
 homepage            http://code.enthought.com/projects/enable/
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            Enable-${version}
 
 checksums           md5     54e93cf67a8baa2cd36dd1741adbcf11 \

Modified: trunk/dports/python/py26-enthoughtbase/Portfile
===================================================================
--- trunk/dports/python/py26-enthoughtbase/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py26-enthoughtbase/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -15,7 +15,7 @@
     that are used by many other projects in the Enthought Tool Suite
 platforms           darwin
 homepage            http://code.enthought.com/projects/enthought_base.php
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            EnthoughtBase-${version}
 
 checksums           md5     1d8f6365d20dfd5c4232334e80b0cfdf \

Modified: trunk/dports/python/py26-envisagecore/Portfile
===================================================================
--- trunk/dports/python/py26-envisagecore/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py26-envisagecore/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -14,7 +14,7 @@
 long_description    Envisage is a Python-based framework for building extensible applications
 platforms           darwin
 homepage            http://code.enthought.com/projects/envisage/
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            EnvisageCore-${version}
 
 checksums           md5     47027468582464738f475c3560bcfd29 \

Modified: trunk/dports/python/py26-envisageplugins/Portfile
===================================================================
--- trunk/dports/python/py26-envisageplugins/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py26-envisageplugins/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -12,7 +12,7 @@
 long_description    The EnvisagePlugins project includes a number of plug-ins for the Envisage framework
 platforms           darwin
 homepage            http://code.enthought.com/projects/envisage_plugins.php
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            EnvisagePlugins-${version}
 
 checksums           md5     caa1c701e11de17993019509d2ff96d8 \

Modified: trunk/dports/python/py26-mayavi/Portfile
===================================================================
--- trunk/dports/python/py26-mayavi/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py26-mayavi/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -14,7 +14,7 @@
 
 platforms           darwin
 homepage            http://code.enthought.com/projects/mayavi/
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            Mayavi-${version}
 
 checksums           md5     a6bb49b4448478664a719c44f72de750 \

Modified: trunk/dports/python/py26-traits/Portfile
===================================================================
--- trunk/dports/python/py26-traits/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py26-traits/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -14,7 +14,7 @@
     some additional characteristics.
 platforms           darwin
 homepage            http://code.enthought.com/projects/traits/
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            Traits-${version}
 
 checksums           md5     f20092b1de7c470f61cc95ff4f2090e2 \

Modified: trunk/dports/python/py26-traitsbackendqt/Portfile
===================================================================
--- trunk/dports/python/py26-traitsbackendqt/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py26-traitsbackendqt/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -13,7 +13,7 @@
 long_description        Qt backend for traits GUI
 platforms               darwin
 homepage                http://code.enthought.com/projects/traits_gui/
-master_sites            http://www.enthought.com/repo/ETS/
+master_sites            http://www.enthought.com/repo/ets/
 distname                TraitsBackendQt-${version}
 
 checksums           md5     a655ae137af4d8590739618926e21893 \

Modified: trunk/dports/python/py26-traitsbackendwx/Portfile
===================================================================
--- trunk/dports/python/py26-traitsbackendwx/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py26-traitsbackendwx/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -13,7 +13,7 @@
 long_description    WX backend for traits GUI
 platforms           darwin
 homepage            http://code.enthought.com/projects/traits_gui/
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            TraitsBackendWX-${version}
 
 checksums           md5     e495ab88151759fe29c7a51b69482b38 \

Modified: trunk/dports/python/py26-traitsgui/Portfile
===================================================================
--- trunk/dports/python/py26-traitsgui/Portfile	2011-08-10 00:56:29 UTC (rev 82184)
+++ trunk/dports/python/py26-traitsgui/Portfile	2011-08-10 01:00:35 UTC (rev 82185)
@@ -14,7 +14,7 @@
     which is used to support the "visualization" features of the Traits package.
 platforms           darwin
 homepage            http://code.enthought.com/projects/traits_gui/
-master_sites        http://www.enthought.com/repo/ETS/
+master_sites        http://www.enthought.com/repo/ets/
 distname            TraitsGUI-${version}
 
 checksums           md5     cf88abd88508034e193e784b3f2de2ad \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110809/05602f5b/attachment-0001.html>


More information about the macports-changes mailing list