Index: Portfile
===================================================================
--- Portfile	(revision 63873)
+++ Portfile	(working copy)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                pthsem
-version             2.0.7
-revision            1
+version             2.0.8
 categories          devel
 platforms           darwin
 
@@ -22,13 +21,21 @@
 
 homepage            https://www.auto.tuwien.ac.at/~mkoegler/index.php/pth
 
-fetch.type          git
-git.url             http://www.auto.tuwien.ac.at/~mkoegler/git/pthsem.git
-
 depends_build       port:pkgconfig \
+                    port:autoconf \
+                    port:automake \
                     port:libtool \
                     port:git-core
 
+master_sites        http://www.auto.tuwien.ac.at/~mkoegler/pth
+distname            ${name}_${version}
+
+checksums           md5     9144b26dcc27e67498d63dd5456f934c \
+                    sha1    261d3e3a0b6371c4442397c6667393e6b973e14f \
+                    rmd160  84ee773b88d61bcef58690973c4f873fd7ac34f4
+
+worksrcdir          ${name}-${version}
+
 configure.args      --enable-optimize --mandir=${prefix}/share/man
 
 test.run            yes

