[89169] trunk/dports/fuse
dports at macports.org
dports at macports.org
Thu Jan 19 23:44:53 PST 2012
Revision: 89169
http://trac.macports.org/changeset/89169
Author: dports at macports.org
Date: 2012-01-19 23:44:52 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
fuse-bindings-python(25): replace with renamed py24/py25-fuse
(#32845, maintainer timeout)
Modified Paths:
--------------
trunk/dports/fuse/fuse-bindings-python/Portfile
trunk/dports/fuse/fuse-bindings-python25/Portfile
Modified: trunk/dports/fuse/fuse-bindings-python/Portfile
===================================================================
--- trunk/dports/fuse/fuse-bindings-python/Portfile 2012-01-20 07:42:03 UTC (rev 89168)
+++ trunk/dports/fuse/fuse-bindings-python/Portfile 2012-01-20 07:44:52 UTC (rev 89169)
@@ -1,35 +1,13 @@
+# -*- coding: utf-8; mode: tcl; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
-PortGroup python24 1.0
+replaced_by py24-fuse
+PortGroup obsolete 1.0
+
name fuse-bindings-python
version 0.2
-revision 1
+revision 2
epoch 1184537785; # seconds since epoch according to `date +%s`
categories fuse python
-maintainers nomaintainer
-description Python interface for FUSE
-long_description $description
-homepage http://fuse.sourceforge.net/wiki/index.php/FusePython
-platforms darwin
-master_sites sourceforge:fuse
-
-checksums md5 68be744e71a42cd8a92905a49f346278 \
- sha1 f2be16b1b72bedd85a6db2f2aaf22862de903640
-distname fuse-python-${version}
-
-livecheck.distname fuse-python
-
-depends_build-append path:bin/pkg-config:pkgconfig
-depends_lib-append path:lib/pkgconfig/fuse.pc:fuse4x
-
-platform darwin {
- patchfiles patch-_fusemodule.c
-}
-
-post-destroot {
- foreach item [glob -directory ${worksrcpath} example/*] {
- file copy ${item} ${destroot}${prefix}/share/doc/${name}/examples/
- }
-}
Modified: trunk/dports/fuse/fuse-bindings-python25/Portfile
===================================================================
--- trunk/dports/fuse/fuse-bindings-python25/Portfile 2012-01-20 07:42:03 UTC (rev 89168)
+++ trunk/dports/fuse/fuse-bindings-python25/Portfile 2012-01-20 07:44:52 UTC (rev 89169)
@@ -2,35 +2,12 @@
# $Id$
PortSystem 1.0
-PortGroup python25 1.0
+replaced_by py25-fuse
+PortGroup obsolete 1.0
+
name fuse-bindings-python25
epoch 1184537785; # seconds since epoch according to `date +%s`
version 0.2
-revision 1
+revision 2
categories fuse python
-maintainers sfiera openmaintainer
-description Python 2.5 interface for FUSE
-long_description $description
-homepage http://apps.sourceforge.net/mediawiki/fuse/index.php?title=FusePython
-platforms darwin
-master_sites sourceforge:fuse
-
-checksums md5 68be744e71a42cd8a92905a49f346278 \
- sha1 f2be16b1b72bedd85a6db2f2aaf22862de903640
-distname fuse-python-${version}
-
-livecheck.distname fuse-python
-
-depends_build-append path:bin/pkg-config:pkgconfig
-depends_lib-append path:lib/pkgconfig/fuse.pc:fuse4x
-
-platform darwin {
- patchfiles patch-_fusemodule.c
-}
-
-post-destroot {
- foreach item [glob -directory ${worksrcpath} example/*] {
- file copy ${item} ${destroot}${prefix}/share/doc/${name}/examples/
- }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/8208ba9e/attachment-0001.html>
More information about the macports-changes
mailing list