[132167] trunk/dports/fuse/py-fuse/Portfile

petr at macports.org petr at macports.org
Sun Jan 25 02:51:31 PST 2015


Revision: 132167
          https://trac.macports.org/changeset/132167
Author:   petr at macports.org
Date:     2015-01-25 02:51:31 -0800 (Sun, 25 Jan 2015)
Log Message:
-----------
py-fuse: update homepage, closes #46454, maintainer timeout, minor corrections

Modified Paths:
--------------
    trunk/dports/fuse/py-fuse/Portfile

Modified: trunk/dports/fuse/py-fuse/Portfile
===================================================================
--- trunk/dports/fuse/py-fuse/Portfile	2015-01-25 10:28:17 UTC (rev 132166)
+++ trunk/dports/fuse/py-fuse/Portfile	2015-01-25 10:51:31 UTC (rev 132167)
@@ -1,18 +1,20 @@
 # -*- mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
 # $Id$
 
-PortSystem 1.0
-PortGroup python 1.0
+PortSystem          1.0
+PortGroup python    1.0
 
 name                py-fuse
 version             0.2.1
-revision        2
+revision            2
 categories          fuse python
 license             LGPL
 maintainers         dports openmaintainer
+
 description         Python interface for FUSE
 long_description    $description
-homepage            http://apps.sourceforge.net/mediawiki/fuse/index.php?title=FusePython
+homepage            http://sourceforge.net/projects/fuse/
+
 platforms           darwin
 master_sites        sourceforge:project/fuse/fuse-python/${version}
 
@@ -21,19 +23,18 @@
 
 distname            fuse-python-${version}
 
-python.versions 26 27
-python.default_version 27
+python.versions     26 27
 
-livecheck.distname      fuse-python
+livecheck.distname  fuse-python
 
-if {$subport != $name} {
+if {${name} ne ${subport}} {
     depends_build-append    path:bin/pkg-config:pkgconfig
     depends_lib-append      port:osxfuse
 
     platform darwin {
         patchfiles      patch-_fusemodule.c
     }
-    
+
     post-destroot {
         foreach item [glob -directory ${worksrcpath} example/*] {
             file copy ${item} ${destroot}${prefix}/share/doc/${subport}/examples/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150125/2044a9aa/attachment.html>


More information about the macports-changes mailing list