Revision
75652
Author
dports@macports.org
Date
2011-02-02 11:33:59 -0800 (Wed, 02 Feb 2011)

Log Message

macfuse: don't mention "10.4 and above" in long_description (#28252)

Modified Paths

Diff

Modified: trunk/dports/fuse/macfuse/Portfile (75651 => 75652)


--- trunk/dports/fuse/macfuse/Portfile	2011-02-02 19:02:34 UTC (rev 75651)
+++ trunk/dports/fuse/macfuse/Portfile	2011-02-02 19:33:59 UTC (rev 75652)
@@ -14,12 +14,11 @@
 
 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.
+                    program on Mac OS X. 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/
 master_sites        macports