[81142] users/dports/ports/fuse
dports at macports.org
dports at macports.org
Mon Jul 25 18:47:41 PDT 2011
Revision: 81142
http://trac.macports.org/changeset/81142
Author: dports at macports.org
Date: 2011-07-25 18:47:40 -0700 (Mon, 25 Jul 2011)
Log Message:
-----------
fuse4x*: bump version to 0.8.8 and use the release tarball instead of
an unstable git branch.
Modified Paths:
--------------
users/dports/ports/fuse/fuse4x/Portfile
users/dports/ports/fuse/fuse4x-framework/Portfile
users/dports/ports/fuse/fuse4x-kext/Portfile
Modified: users/dports/ports/fuse/fuse4x/Portfile
===================================================================
--- users/dports/ports/fuse/fuse4x/Portfile 2011-07-26 01:37:22 UTC (rev 81141)
+++ users/dports/ports/fuse/fuse4x/Portfile 2011-07-26 01:47:40 UTC (rev 81142)
@@ -4,7 +4,7 @@
PortSystem 1.0
name fuse4x
-version 0.8.6
+version 0.8.8
set tag [string map {. _ } $version]
categories fuse devel
platforms macosx
@@ -24,17 +24,14 @@
homepage http://fuse4x.org/
license LGPL
-# master_sites https://github.com/fuse4x/fuse/tarball/fuse4x_${tag}
+master_sites https://github.com/fuse4x/fuse/tarball/fuse4x_${tag}
-# checksums sha1 c4169a1f904a95b1fea36525b56ab3776f558bd0 \
-# rmd160 27805bbe9a8071911ddee6b71f62cfc5dbb0c44c
+checksums sha1 7b7365cb2c52e8667b9c2dce458b5726afb40d09 \
+ rmd160 22c1be0d883026dbf36072262d02e192ba60e793
-# extract.mkdir yes
-# extract.post_args "| tar --strip-components=1 -xf -"
+extract.mkdir yes
+extract.post_args "| tar --strip-components=1 -xf -"
-fetch.type git
-git.url git://github.com/drkp/fuse4x-fuse.git
-git.branch pu
patchfiles patch-configure.in.diff \
patch-include_fuse_param.h.diff
Modified: users/dports/ports/fuse/fuse4x-framework/Portfile
===================================================================
--- users/dports/ports/fuse/fuse4x-framework/Portfile 2011-07-26 01:37:22 UTC (rev 81141)
+++ users/dports/ports/fuse/fuse4x-framework/Portfile 2011-07-26 01:47:40 UTC (rev 81142)
@@ -5,7 +5,7 @@
PortGroup xcode 1.0
name fuse4x-framework
-version 0.8.6
+version 0.8.8
set tag [string map {. _ } $version]
categories fuse devel
platforms macosx
@@ -24,18 +24,14 @@
homepage http://fuse4x.org/
license BSD
-# master_sites https://github.com/fuse4x/framework/tarball/fuse4x_${tag}
+master_sites https://github.com/fuse4x/framework/tarball/fuse4x_${tag}
-# checksums sha1 bcb8e3615dcbe152716d097cb51f9e2af86ad452 \
-# rmd160 466c44475155c6bf18ccc27ea42cdcbaf4946247
+checksums sha1 9280e0928f9993d470fb8f91131061555d6d61e5 \
+ rmd160 7ec4f426e8a67f56e2f4063183afe6523e368eaa
-# extract.mkdir yes
-# extract.post_args "| tar --strip-components=1 -xf -"
+extract.mkdir yes
+extract.post_args "| tar --strip-components=1 -xf -"
-fetch.type git
-git.url git://github.com/drkp/fuse4x-framework.git
-git.branch master
-
depends_lib port:fuse4x
xcode.configuration Release
Modified: users/dports/ports/fuse/fuse4x-kext/Portfile
===================================================================
--- users/dports/ports/fuse/fuse4x-kext/Portfile 2011-07-26 01:37:22 UTC (rev 81141)
+++ users/dports/ports/fuse/fuse4x-kext/Portfile 2011-07-26 01:47:40 UTC (rev 81142)
@@ -5,7 +5,7 @@
PortGroup xcode 1.0
name fuse4x-kext
-version 0.8.6
+version 0.8.8
set tag [string map {. _ } $version]
categories fuse devel
platforms macosx
@@ -24,18 +24,14 @@
homepage http://fuse4x.org/
license BSD
-# master_sites https://github.com/fuse4x/kext/tarball/fuse4x_${tag}
+master_sites https://github.com/fuse4x/kext/tarball/fuse4x_${tag}
-# checksums sha1 ba45023df91b1c60c414072b4301b9938f2b2785 \
-# rmd160 bbfbbf33bd3562885e488aeeee73a2e118b54661
+checksums sha1 9a205c0d63b838c5b45844dedcf881bf4fdfc787 \
+ rmd160 e849a8a7dc3533760833547e96a796cf7a6609f6
-# extract.mkdir yes
-# extract.post_args "| tar --strip-components=1 -xf -"
+extract.mkdir yes
+extract.post_args "| tar --strip-components=1 -xf -"
-fetch.type git
-git.url git://github.com/drkp/fuse4x-kext.git
-git.branch pu
-
# This port installs a kernel module, so it must be built for the same
# architecture as the kernel. We don't have a way to get that;
# build_arch is the userland architecture, which may be different
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110725/54d4a4d4/attachment-0001.html>
More information about the macports-changes
mailing list