[29878] trunk/dports/python/py25-numeric/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Oct 14 05:35:36 PDT 2007


Revision: 29878
          http://trac.macosforge.org/projects/macports/changeset/29878
Author:   nox at macports.org
Date:     2007-10-14 05:35:36 -0700 (Sun, 14 Oct 2007)

Log Message:
-----------
py25-numeric: Fixed livecheck.

Modified Paths:
--------------
    trunk/dports/python/py25-numeric/Portfile

Modified: trunk/dports/python/py25-numeric/Portfile
===================================================================
--- trunk/dports/python/py25-numeric/Portfile	2007-10-14 12:32:12 UTC (rev 29877)
+++ trunk/dports/python/py25-numeric/Portfile	2007-10-14 12:35:36 UTC (rev 29878)
@@ -4,6 +4,7 @@
 PortGroup       python25 1.0
 
 name            py25-numeric
+set my_name     Numeric
 version         24.2
 revision        1
 categories-append   devel math
@@ -18,7 +19,7 @@
 homepage        http://numpy.scipy.org/
 master_sites    sourceforge:numpy \
                 freebsd 
-distname        Numeric-${version}
+distname        ${my_name}-${version}
 
 checksums       md5 2ae672656e06716a149acb048cca3093 \
                 sha1 72869ef80c12630a9a125ba10c96093b6ae16aff \
@@ -66,3 +67,5 @@
     copy ${worksrcpath}/Packages/MA/Demo ${destroot}${docdir}/MA
 }
 
+livecheck.distname  Old ${my_name}
+

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


More information about the macports-changes mailing list