aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ufraw.rb12
1 files changed, 2 insertions, 10 deletions
diff --git a/Library/Formula/ufraw.rb b/Library/Formula/ufraw.rb
index e2ff6fd24..db44957db 100644
--- a/Library/Formula/ufraw.rb
+++ b/Library/Formula/ufraw.rb
@@ -2,9 +2,8 @@ require 'formula'
class Ufraw < Formula
homepage 'http://ufraw.sourceforge.net'
- url 'https://downloads.sourceforge.net/project/ufraw/ufraw/ufraw-0.19.2/ufraw-0.19.2.tar.gz'
- sha1 '11a607e874eb16453a8f7964e4946a29d18b071d'
- revision 1
+ url 'https://downloads.sourceforge.net/project/ufraw/ufraw/ufraw-0.20/ufraw-0.20.tar.gz'
+ sha1 'f2f456c6ec5ab128433502eae05b82a7ed636f3e'
depends_on 'pkg-config' => :build
depends_on 'libpng'
@@ -15,13 +14,6 @@ class Ufraw < Formula
depends_on 'little-cms'
depends_on 'exiv2' => :optional
- # Fixes compilation with clang 3.4; fixed upstream
- # http://sourceforge.net/p/ufraw/bugs/365/
- patch :p0 do
- url "https://trac.macports.org/export/115801/trunk/dports/graphics/ufraw/files/cplusplus.patch"
- sha1 "eb6a782625ba99dc2dcdaf574734734d17a75562"
- end
-
fails_with :llvm do
cause "Segfault while linking"
end