[60929] trunk/dports/science/pvm/Portfile

mww at macports.org mww at macports.org
Sat Nov 28 13:05:02 PST 2009


Revision: 60929
          http://trac.macports.org/changeset/60929
Author:   mww at macports.org
Date:     2009-11-28 13:04:57 -0800 (Sat, 28 Nov 2009)
Log Message:
-----------
fix livecheck

Modified Paths:
--------------
    trunk/dports/science/pvm/Portfile

Modified: trunk/dports/science/pvm/Portfile
===================================================================
--- trunk/dports/science/pvm/Portfile	2009-11-28 18:54:23 UTC (rev 60928)
+++ trunk/dports/science/pvm/Portfile	2009-11-28 21:04:57 UTC (rev 60929)
@@ -59,7 +59,7 @@
 	file copy ${worksrcpath}/man/man3 ${destroot}${prefix}/share/man/man3
 }
 
-livecheck.type    regexp
-livecheck.url     http://www.netlib.org/pvm3/
-livecheck.regex   ${name}((\\d.)+).tar.gz
+livecheck.type    regex
+livecheck.url     http://www.csm.ornl.gov/pvm/pvm_home.html
+livecheck.regex   PVM (3\\.4\\.(\\d)+)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091128/7052e102/attachment.html>


More information about the macports-changes mailing list