[60282] trunk/dports/lang/Io/Portfile

brett at macports.org brett at macports.org
Sat Nov 7 21:09:46 PST 2009


Revision: 60282
          http://trac.macports.org/changeset/60282
Author:   brett at macports.org
Date:     2009-11-07 21:09:42 -0800 (Sat, 07 Nov 2009)
Log Message:
-----------
fix Io port

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

Modified: trunk/dports/lang/Io/Portfile
===================================================================
--- trunk/dports/lang/Io/Portfile	2009-11-08 01:53:58 UTC (rev 60281)
+++ trunk/dports/lang/Io/Portfile	2009-11-08 05:09:42 UTC (rev 60282)
@@ -3,10 +3,10 @@
 PortSystem 1.0
 
 name            Io
-version         2008-01-20
+version         2009-11-04
 categories      lang
 platforms       macosx
-maintainers     nomaintainer
+maintainers     openmaintainer brett
 description     Io is small prototype-based programming language
 long_description \
     Io is small prototype-based programming language. The ideas in Io are   \
@@ -15,12 +15,10 @@
     and futures for concurrency), LISP (code is a runtime inspectable /     \
     modifiable tree) and Lua (small, embeddable).
 
-homepage        http://www.iolanguage.com/
-master_sites    http://io.urbanape.com/release/ \
-                http://www.sigusr1.org/~steve/
-checksums       md5 19d4e5610653803edfa377f6e198cb2e \
-                sha1 f30872de0fed0afe9b78af0fa3ef20c46ff2079f \
-                rmd160 15dc52aed7d9c409195d7928afe7295f0d090d70
+homepage        http://www.iolanguage.com
+fetch.type      git
+git.url         git://github.com/stevedekorte/io.git
+git.branch      e8b4edef6cb9eb21f0de279bd761bee0b89f5ecb
 
 use_configure   no
 pre-build {
@@ -35,6 +33,3 @@
     xinstall ${build.dir}/build/Deployment/osxvm ${destroot}${prefix}/bin
 }
 
-livecheck.type  regex
-livecheck.url   ${homepage}downloads/
-livecheck.regex ${name}-(\[0-9-\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091107/8761a7e6/attachment-0001.html>


More information about the macports-changes mailing list