Index: Portfile
===================================================================
--- Portfile	(revision 57386)
+++ Portfile	(working copy)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -3,37 +4,46 @@
 
 name                macfuse
-version             1.7
-revision            1
+version             2.0.3
 categories          fuse devel
 platforms           macosx
-maintainers         eridius
-description         A FUSE-Compliant File System Implementation Mechanism for Mac OS X
-long_description    MacFUSE implements a mechanism that makes it possible to implement \
-                    a fully functional file system in a user-space program on Mac OS X \
-                    (10.4 and above). It aims to be API-compliant with the FUSE \
-                    (File-system in USErspace) mechanism that originated on Linux. \
-                    Therefore, many existing FUSE file systems become readily usable on \
-                    Mac OS X. The core of MacFUSE is in a dynamically loadable kernel extension.
+maintainers         snc
+description         A FUSE-Compliant File System Implementation Mechanism for \
+                    Mac OS X
+long_description    MacFUSE implements a mechanism that makes it possible to \
+                    implement a fully functional file system in a user-space \
+                    program on Mac OS X (10.4 and above). It aims to be \
+                    API-compliant with the FUSE (File-system in USErspace) \
+                    mechanism that originated on Linux. Therefore, many \
+                    existing FUSE file systems become readily usable on \
+                    Mac OS X. The core of MacFUSE is in a dynamically loadable \
+                    kernel extension.
 
 homepage            http://code.google.com/p/macfuse/
+
+# for creating new tag for macports distfiles
+#fetch.type          svn
+#svn.url             http://${name}.googlecode.com/svn/tags/${name}-${version}\\|2/core
+#worksrcdir          core
+
 master_sites        macports
-distname            macfuse-${version}-1
-worksrcdir          macfuse-core
-checksums           md5 e2a8d2dcf116ec806d47bd050b77dd23 \
-                    sha1 5989a81a86ce74fadedf9c06119c6c279cd1cb6c
+use_bzip2           yes
 
-patchfiles          patch-10.4-project.pbxproj \
-                    patch-10.5-project.pbxproj \
-                    patch-10.5-packaging-macfuse-core-make-pkg.sh \
-                    patch-build_macfuse.sh
+checksums           md5     97ab76bbade128828596aca878c6c475 \
+                    sha1    60ea1536091740e2faeb9ebf72d8696ccd11ce2f \
+                    rmd160  e9a79de37d84ee5e21f63f02b924d04a5df94636
 
+worksrcdir          core
+
+#patchfiles          patch-10.4-project.pbxproj \
+#                    patch-10.5-project.pbxproj \
+#                    patch-10.5-packaging-macfuse-core-make-pkg.sh \
+#                    patch-build_macfuse.sh
+
 livecheck.distname  MacFUSE-Core-(.*).dmg
 livecheck.version   10.5-${version}.1
 
-use_bzip2           yes
-
 use_configure       no
 
-destroot.violate_mtree yes
+#destroot.violate_mtree yes
 
 # patchfiles          patch-project.pbxproj
@@ -52,9 +62,10 @@
 }
 
 build {
-    system "cd ${worksrcpath} && ./build_macfuse.sh | sed -ne '/^created: /h;p;$\{g;s/^created: //
-                w ../dmgname
-            \}'; exit $\{PIPESTATUS\[0\]\}"
+    system "cd ${worksrcpath} && ./macfuse_buildtool.sh -t smalldist"
+    #system "cd ${worksrcpath} && ./build_macfuse.sh #| sed -ne '/^created: /h;p;$\{g;s/^created: //
+                #w ../dmgname
+            #\}'; exit $\{PIPESTATUS\[0\]\}"
 }
 
 destroot {

