[27019] trunk/dports/fuse/fuse-bindings-python
source_changes at macosforge.org
source_changes at macosforge.org
Sun Jul 15 15:15:45 PDT 2007
Revision: 27019
http://trac.macosforge.org/projects/macports/changeset/27019
Author: eridius at macports.org
Date: 2007-07-15 15:15:44 -0700 (Sun, 15 Jul 2007)
Log Message:
-----------
Update fuse-bindings-python to the official 0.2 release
Modified Paths:
--------------
trunk/dports/fuse/fuse-bindings-python/Portfile
trunk/dports/fuse/fuse-bindings-python/files/patch-_fusemodule.c
Modified: trunk/dports/fuse/fuse-bindings-python/Portfile
===================================================================
--- trunk/dports/fuse/fuse-bindings-python/Portfile 2007-07-15 22:06:34 UTC (rev 27018)
+++ trunk/dports/fuse/fuse-bindings-python/Portfile 2007-07-15 22:15:44 UTC (rev 27019)
@@ -4,25 +4,26 @@
PortGroup python24 1.0
name fuse-bindings-python
-version 2007-05-11
+version 0.2
+epoch 1184537785; # seconds since epoch according to `date +%s`
categories fuse python
maintainers eridius at macports.org
description Python interface for FUSE
long_description $description
homepage http://fuse.sourceforge.net/wiki/index.php/FusePython
platforms darwin
-master_sites macports:eridius
+master_sites sourceforge:fuse
-checksums md5 886c0140d0e6d0d2684082c5f2c3e1bc \
- sha1 eb62e82591e88524fb874379107108fff425e400
-distname fuse-py-${version}
+checksums md5 68be744e71a42cd8a92905a49f346278 \
+ sha1 f2be16b1b72bedd85a6db2f2aaf22862de903640
+distname fuse-python-${version}
extract.suffix .tar.gz
-worksrcdir fuse-py-7d728c9abc8d
+# worksrcdir fuse-python-${version}
-livecheck.check regex
-livecheck.url http://mercurial.creo.hu/repos/fuse-python-hg/?style=rss
-livecheck.regex "<pubDate>(.*?)</pubDate>"
-livecheck.version Fri, 11 May 2007 13:23:06 +0000
+# livecheck.check regex
+# livecheck.url http://mercurial.creo.hu/repos/fuse-python-hg/?style=rss
+# livecheck.regex "<pubDate>(.*?)</pubDate>"
+# livecheck.version Fri, 11 May 2007 13:23:06 +0000
depends_lib-append port:libfuse port:pkgconfig
@@ -33,7 +34,7 @@
}
post-destroot {
- foreach item [glob example/*] {
+ foreach item [glob -directory ${worksrcpath} example/*] {
file copy ${item} ${destroot}${prefix}/share/doc/${name}/examples/
}
}
Modified: trunk/dports/fuse/fuse-bindings-python/files/patch-_fusemodule.c
===================================================================
--- trunk/dports/fuse/fuse-bindings-python/files/patch-_fusemodule.c 2007-07-15 22:06:34 UTC (rev 27018)
+++ trunk/dports/fuse/fuse-bindings-python/files/patch-_fusemodule.c 2007-07-15 22:15:44 UTC (rev 27019)
@@ -1,6 +1,6 @@
---- fuseparts/_fusemodule.c.bak 2007-02-24 13:59:44.000000000 -0500
-+++ fuseparts/_fusemodule.c 2007-02-24 14:00:06.000000000 -0500
-@@ -22,7 +22,9 @@
+--- fuseparts/_fusemodule.c.old 2007-07-15 15:09:32.000000000 -0700
++++ fuseparts/_fusemodule.c 2007-07-15 15:10:56.000000000 -0700
+@@ -32,7 +32,9 @@
#define FUSE_USE_VERSION 26
#endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070715/d4ac3e57/attachment.html
More information about the macports-changes
mailing list