Revision
94959
Author
thibaut@macports.org
Date
2012-07-02 14:46:47 -0700 (Mon, 02 Jul 2012)

Log Message

* Actually fetch from github...

Modified Paths

Diff

Modified: trunk/dports/science/yorick-z/Portfile (94958 => 94959)


--- trunk/dports/science/yorick-z/Portfile	2012-07-02 21:25:00 UTC (rev 94958)
+++ trunk/dports/science/yorick-z/Portfile	2012-07-02 21:46:47 UTC (rev 94959)
@@ -6,7 +6,8 @@
 
 set udate           20110402
 github.setup        dhmunro yorick-z 1.2.0.git${udate} z_
-github.version      b5c6b217646704d82c86034ce648c4d7d408636c
+fetch.type          git
+git.branch          b5c6b217646704d82c86034ce648c4d7d408636c
 
 license             BSD
 categories          science yorick
@@ -21,11 +22,6 @@
                     image compression format).
 homepage            http://maumae.net/yorick/doc/plugins.php
 
-fetch.type          cvs
-cvs.root            :pserver:anonymous@yorick.cvs.sourceforge.net:/cvsroot/yorick
-cvs.module          ${name}
-worksrcdir          ${name}
-
 depends_lib         port:yorick \
                     port:zlib \
                     port:jpeg \