On Feb 9, 2009, at 09:58, [email protected] wrote:
Revision: 46647
http://trac.macports.org/changeset/46647
Author: [email protected]
Date: 2009-02-09 07:58:20 -0800 (Mon, 09 Feb 2009)
Log Message:
-----------
created gtkevemon, ticket #18020
Added Paths:
-----------
trunk/dports/games/gtkevemon/
trunk/dports/games/gtkevemon/Portfile
Added: trunk/dports/games/gtkevemon/Portfile
===================================================================
--- trunk/dports/games/gtkevemon/Portfile
(rev 0)
+++ trunk/dports/games/gtkevemon/Portfile 2009-02-09 15:58:20 UTC
(rev 46647)
@@ -0,0 +1,48 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode:
nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name gtkevemon
+version 82
+categories games
+maintainers [email protected]
+description GTK Eve-Online monitor
+long_description GtkEveMon is a skill monitoring standalone
application \
+ for GNU/Linux systems. With GtkEveMon you can
monitor \
+ your current skills and your skill training
process \
+ without starting EVE-Online. \
+
+homepage http://gtkevemon.battleclinic.com/
+use_parallel_build yes
+worksrcdir gtkevemon
+master_sites
+distfiles
+
+depends_build bin:svn:subversion
+
+depends_lib port:gtkmm port:libxml2
+
+pre-fetch {
+ if {[file isdirectory ${workpath}/gtkevemon]} {
+ if {![file isdirectory ${workpath}/gtkevemon/.svn]} {
+ file delete -force ${workpath}/gtkevemon
+ }
+ }
+}
+
+fetch {
+ system "cd ${workpath} && svn co -r${version} svn://
gtkevemon.battleclinic.com/GTKEVEMon/trunk/gtkevemon"
+}
Why is this portfile not using the svn fetchtype?
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev