Index: Portfile
===================================================================
--- Portfile	(revision 53614)
+++ Portfile	(working copy)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                frei0r-plugins
-version             1.1.22
+version             1.1.22-git20090709
 categories          multimedia
 maintainers         poure.com:jm
 description         Plugin API for video sources and filters
@@ -15,18 +15,20 @@
                     all kinds of video applications.
 homepage            http://www.piksel.org/frei0r
 platforms           darwin
-master_sites        http://freshmeat.net/redir/frei0r/72056/url_tgz/ \
-                    http://propirate.net/frei0r/
 
-checksums           md5 8123893c67fc5ce01ddcb09853d47ed4 \
-                    sha1 2bd488fc0e6d12b2f0b141ec21a3c74b7c85d4b4 \
-                    rmd160 d5f989583839fde1e15c791ed4c62eeda4ddb760
+fetch.type          git
+git.url             git://code.dyne.org/frei0r.git 
+git.branch          2eac2c32cf3e5878b63ac36b865e69657b4ee313 
+                 
+worksrcdir          frei0r
+configure.cmd       {./autogen.sh && ./configure}
 
 depends_lib         port:gavl \
                     port:opencv
 
-depends_build       port:pkgconfig
+depends_build       port:pkgconfig \
+                    port:autoconf \
+                    port:libtool
 
-livecheck.check     regex
-livecheck.url       http://propirate.net/frei0r/
-livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+#disable livecheck since fetching from git now
+livecheck.check     none

