[40431] trunk/dports/lang/pure/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Oct 1 13:19:23 PDT 2008


Revision: 40431
          http://trac.macports.org/changeset/40431
Author:   ryandesign at macports.org
Date:     2008-10-01 13:19:23 -0700 (Wed, 01 Oct 2008)
Log Message:
-----------
pure:

 * update to 0.9
 * pure has moved from SourceForge to Google Code

Modified Paths:
--------------
    trunk/dports/lang/pure/Portfile

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile	2008-10-01 19:53:24 UTC (rev 40430)
+++ trunk/dports/lang/pure/Portfile	2008-10-01 20:19:23 UTC (rev 40431)
@@ -3,13 +3,13 @@
 PortSystem              1.0
 
 name                    pure
-version                 0.8
+version                 0.9
 categories              lang
 platforms               darwin
 maintainers             ryandesign
 use_parallel_build      yes
-homepage                http://pure-lang.sourceforge.net/
-master_sites            sourceforge:pure-lang
+homepage                http://pure-lang.googlecode.com/
+master_sites            ${homepage}files/
 
 description \
     functional programming language based on term rewriting
@@ -24,9 +24,9 @@
     hence programs run blazingly fast and interfacing to C modules is easy.
 
 checksums \
-    md5     fdad12300c61bc6417e41181b3c24f61 \
-    sha1    4da6480c624525252170a7a324a8be299bdf0257 \
-    rmd160  ed5977ea45b771730664b05b3512d7d27e3a4725
+    md5     e8ddbd946679b2a78c38976bac56a364 \
+    sha1    d66b0a96aa651192ca7072109a632813ca7cfe59 \
+    rmd160  66c5f2af1d59a777ed5a90ec642f36a69489c38a
 
 depends_lib \
     port:gmp \
@@ -55,4 +55,6 @@
 test.run                yes
 test.target             check
 
-livecheck.regex         <title>pure (.*) released.*</title>
+livecheck.check         regex
+livecheck.url           http://code.google.com/p/pure-lang/downloads/list
+livecheck.regex         ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081001/94fc6ee3/attachment.html 


More information about the macports-changes mailing list