Index: Portfile
===================================================================
--- Portfile	(revision 55983)
+++ Portfile	(working copy)
@@ -4,11 +4,11 @@
 PortGroup   gnustep 1.0
 
 name            Etoile
-version         0.1.9
-revision        4
+version         0.4.1
 platforms       darwin
 maintainers     nomaintainer
-homepage        http://www.etoile-project.org/
+homepage        http://etoileos.com/
+master_sites    http://download.gna.org/etoile/
 
 description     GNUstep based user environnement
 long_description \
@@ -16,18 +16,17 @@
     built from the ground up on highly modular and light components \
     with project and document orientation in mind.
     
-fetch.type      svn
-svn.tag         2097
-svn.url         http://svn.gna.org/svn/etoile/stable/Etoile
+distname            etoile-${version}
+
+checksums           md5     30b00cc0932166437faa8530a266734e \
+                    sha1    9ffa757bf42342fd6a2e7fa542b4521eee9c99d0 \
+                    rmd160  aaaed1d8bb3d3c946de5c23ad1171a78526469ba
 
-depends_build       bin:svn:subversion
 depends_lib         port:SQLClient \
                     port:dbus \
                     port:oniguruma5 \
                     port:poppler
 
-worksrcdir          ${name}
-
 patchfiles          patch-etoile.make \
                     patch-PopplerKit-config.sh
 

