From d465fa58acdccc4a8d69c1323b91d4b5c733376d Mon Sep 17 00:00:00 2001 From: Anatol Pomozov Date: Tue, 29 May 2012 14:23:08 -0700 Subject: [PATCH] fuse4x 0.9.1 Closes #12493. Signed-off-by: Adam Vandenberg --- Library/Formula/fuse4x-kext.rb | 9 ++++----- Library/Formula/fuse4x.rb | 8 ++++---- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Library/Formula/fuse4x-kext.rb b/Library/Formula/fuse4x-kext.rb index a3ad6198cb2c..52be6e23ade9 100644 --- a/Library/Formula/fuse4x-kext.rb +++ b/Library/Formula/fuse4x-kext.rb @@ -5,10 +5,10 @@ def kext_prefix end class Fuse4xKext < Formula - homepage 'http://fuse4x.org/' - # NOTE: Version 0.10 contains a nasty race condition. Wait for 0.10.1 - url 'https://github.com/fuse4x/kext.git', :tag => "fuse4x_0_9_0" - version "0.9.0" + homepage 'http://fuse4x.github.com' + url 'https://github.com/fuse4x/kext/tarball/fuse4x_0_9_1' + md5 'd9139a55157427a3f9985a8e1f79e23b' + version "0.9.1" def install ENV.delete('CC') @@ -21,7 +21,6 @@ def install "-alltargets", "MACOSX_DEPLOYMENT_TARGET=#{MACOS_VERSION}", "SYMROOT=build", - "GCC_PREPROCESSOR_DEFINITIONS='FUSE4X_DISABLE_MACFUSE_MODE'", # Build a 32-bit kernel extension on Leopard and a fat binary for Snow # Leopard/Lion. "ARCHS=i386 #{'x86_64' if MacOS.prefer_64_bit?}", 'ONLY_ACTIVE_ARCH=NO' diff --git a/Library/Formula/fuse4x.rb b/Library/Formula/fuse4x.rb index f5ba6c0b4a49..273eb76dac24 100644 --- a/Library/Formula/fuse4x.rb +++ b/Library/Formula/fuse4x.rb @@ -1,10 +1,10 @@ require 'formula' class Fuse4x < Formula - homepage 'http://fuse4x.org/' - # NOTE: Version 0.10 contains a nasty race condition. Wait for 0.10.1 - url 'https://github.com/fuse4x/fuse.git', :tag => "fuse4x_0_9_0" - version "0.9.0" + homepage 'http://fuse4x.github.com' + url 'https://github.com/fuse4x/fuse/tarball/fuse4x_0_9_1' + md5 'e8718347579bbd3900e8243f527ea7a2' + version "0.9.1" depends_on "automake" => :build depends_on "libtool" => :build