Revision: 31783 http://trac.macosforge.org/projects/macports/changeset/31783 Author: ryandesign@macports.org Date: 2007-12-07 01:17:44 -0800 (Fri, 07 Dec 2007) Log Message: ----------- py-ipython: homepage should end with a slash Modified Paths: -------------- trunk/dports/python/py-ipython/Portfile Modified: trunk/dports/python/py-ipython/Portfile =================================================================== --- trunk/dports/python/py-ipython/Portfile 2007-12-07 09:16:23 UTC (rev 31782) +++ trunk/dports/python/py-ipython/Portfile 2007-12-07 09:17:44 UTC (rev 31783) @@ -16,8 +16,8 @@ other systems with Python as the underlying language. \ Allow interactive testing of threaded graphical toolkits. -homepage http://ipython.scipy.org -master_sites ${homepage}/dist/ +homepage http://ipython.scipy.org/ +master_sites ${homepage}dist/ distname ${my_name}-${version} checksums md5 fd5a1b6e518898a4aee8b8d8b428af70 \ sha1 2923c1f790d41aeacd2442af5de8ab61c43f6167 \