Revision: 31782 http://trac.macosforge.org/projects/macports/changeset/31782 Author: ryandesign@macports.org Date: 2007-12-07 01:16:23 -0800 (Fri, 07 Dec 2007) Log Message: ----------- py-ipython and py25-ipython: fix livecheck Modified Paths: -------------- trunk/dports/python/py-ipython/Portfile trunk/dports/python/py25-ipython/Portfile Modified: trunk/dports/python/py-ipython/Portfile =================================================================== --- trunk/dports/python/py-ipython/Portfile 2007-12-07 08:43:06 UTC (rev 31781) +++ trunk/dports/python/py-ipython/Portfile 2007-12-07 09:16:23 UTC (rev 31782) @@ -4,6 +4,7 @@ PortGroup python24 1.0 name py-ipython +set my_name ipython version 0.8.2 categories python platforms darwin @@ -17,7 +18,7 @@ homepage http://ipython.scipy.org master_sites ${homepage}/dist/ -distname ipython-${version} +distname ${my_name}-${version} checksums md5 fd5a1b6e518898a4aee8b8d8b428af70 \ sha1 2923c1f790d41aeacd2442af5de8ab61c43f6167 \ rmd160 976d8512d68ed4e1bf28ab50e90bcb7777c34e53 @@ -33,5 +34,5 @@ default_variants +scientific livecheck.check regex -livecheck.url ${master_sites}?C=M&O=A +livecheck.url ${master_sites}?C=M&O=D livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*) Modified: trunk/dports/python/py25-ipython/Portfile =================================================================== --- trunk/dports/python/py25-ipython/Portfile 2007-12-07 08:43:06 UTC (rev 31781) +++ trunk/dports/python/py25-ipython/Portfile 2007-12-07 09:16:23 UTC (rev 31782) @@ -38,6 +38,6 @@ universal_variant no livecheck.check regex -livecheck.url ${master_sites}?C=M&O=A +livecheck.url ${master_sites}?C=M&O=D livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
participants (1)
-
ryandesign@macports.org