[46693] trunk/dports/games/gtkevemon/Portfile

snc at macports.org snc at macports.org
Tue Feb 10 10:26:36 PST 2009


Revision: 46693
          http://trac.macports.org/changeset/46693
Author:   snc at macports.org
Date:     2009-02-10 10:26:34 -0800 (Tue, 10 Feb 2009)
Log Message:
-----------
change to svn, ticket #18441

Modified Paths:
--------------
    trunk/dports/games/gtkevemon/Portfile

Modified: trunk/dports/games/gtkevemon/Portfile
===================================================================
--- trunk/dports/games/gtkevemon/Portfile	2009-02-10 16:55:11 UTC (rev 46692)
+++ trunk/dports/games/gtkevemon/Portfile	2009-02-10 18:26:34 UTC (rev 46693)
@@ -4,6 +4,7 @@
 PortSystem          1.0
 
 name                gtkevemon
+revision            1
 version             82
 categories          games
 maintainers         mellon85 at gmail.com
@@ -23,6 +24,10 @@
 
 depends_lib         port:gtkmm port:libxml2
 
+fetch.type          svn
+svn.url             svn://gtkevemon.battleclinic.com/GTKEVEMon/trunk/gtkevemon
+svn.tag             ${version}
+
 pre-fetch {
     if {[file isdirectory ${workpath}/gtkevemon]} {
         if {![file isdirectory ${workpath}/gtkevemon/.svn]} {
@@ -31,10 +36,6 @@
     }
 }
 
-fetch {
-    system "cd ${workpath} && svn co -r${version} svn://gtkevemon.battleclinic.com/GTKEVEMon/trunk/gtkevemon"
-}
-
 destroot {
     file mkdir ${destroot}
     file mkdir ${destroot}${prefix}/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090210/006d9899/attachment.html>


More information about the macports-changes mailing list