From 60812a58364f04d8ab303f3a3f91c1fd9ec34e5e Mon Sep 17 00:00:00 2001 From: Tom Schoonjans Date: Thu, 13 Aug 2015 09:23:49 +0200 Subject: [PATCH] plplot 5.11.1 Closes Homebrew/homebrew#42893. Signed-off-by: Mike McQuaid --- Formula/plplot.rb | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Formula/plplot.rb b/Formula/plplot.rb index f655a96706..d4e0d666f7 100644 --- a/Formula/plplot.rb +++ b/Formula/plplot.rb @@ -1,8 +1,8 @@ class Plplot < Formula desc "Cross-platform software package for creating scientific plots" homepage "http://plplot.sourceforge.net" - url "https://downloads.sourceforge.net/project/plplot/plplot/5.11.0%20Source/plplot-5.11.0.tar.gz" - sha256 "bfa8434e6e1e7139a5651203ec1256c8581e2fac3122f907f7d8d25ed3bd5f7e" + url "https://downloads.sourceforge.net/project/plplot/plplot/5.11.1%20Source/plplot-5.11.1.tar.gz" + sha256 "289dff828c440121e57b70538b3f0fb4056dc47159bc1819ea444321f2ff1c4c" bottle do sha256 "d3241c1a7251b2a57a16c8ebc46c3372c7fd8b788f3863f419a6bc37cf2924a9" => :yosemite @@ -20,13 +20,6 @@ class Plplot < Formula depends_on :x11 => :optional depends_on :fortran => :optional - # patch taken from http://sourceforge.net/p/plplot/bugs/163/ - # already include upstream, should be removed when update is released - patch :p0 do - url "http://sourceforge.net/p/plplot/bugs/163/attachment/cmake_modules_pkg-config.cmake.diff" - sha256 "eb33a578ddf2bb06db9d700f25ab12febe27f3ce43bccbf734011859566d9531" - end - def install args = std_cmake_args args << "-DENABLE_java=OFF" if build.without? "java"