aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorThePicard2014-01-21 16:14:24 -0800
committerJack Nagel2014-01-28 14:04:37 -0600
commit7d43ce6d5380086470d67357ae42705c845697d3 (patch)
treec19fbe52ac910958f40a14c4dc41e8209172653f /Library/Formula
parentb6bafbc3149b5990bf452dfce6bacf6c47cc27ce (diff)
downloadhomebrew-7d43ce6d5380086470d67357ae42705c845697d3.tar.bz2
gnutls 3.1.18
Closes #26084. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gnutls.rb40
1 files changed, 3 insertions, 37 deletions
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb
index 1df7cabbd..4498fc177 100644
--- a/Library/Formula/gnutls.rb
+++ b/Library/Formula/gnutls.rb
@@ -2,9 +2,9 @@ require 'formula'
class Gnutls < Formula
homepage 'http://gnutls.org'
- url 'ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-3.1.10.tar.xz'
- mirror 'http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.10.tar.xz'
- sha1 '1097644b0e58754217c4f9edbdf68e9f7aa7e08d'
+ url 'ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-3.1.18.tar.xz'
+ mirror 'http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.18.tar.xz'
+ sha1 '360cdb86c1bb6494c27901b5d4c8815b37d5bd4c'
depends_on 'xz' => :build
depends_on 'pkg-config' => :build
@@ -18,13 +18,6 @@ class Gnutls < Formula
cause "Undefined symbols when linking"
end
- def patches
- # quick and dirty fix for the incorrect
- # --with-guile-site-dir option being generated by configure.ac
- # see: http://lists.gnutls.org/pipermail/gnutls-devel/2013-July/006390.html
- DATA
- end
-
def install
args = %W[
--disable-dependency-tracking
@@ -45,30 +38,3 @@ class Gnutls < Formula
mv man1+'certtool.1', man1+'gnutls-certtool.1'
end
end
-
-__END__
-diff --git a/configure b/configure
-index 92c8fdc..1b5293e 100755
---- a/configure
-+++ b/configure
-@@ -2084,7 +2084,7 @@ with_default_trust_store_pkcs11
- with_default_trust_store_file
- with_default_crl_file
- enable_guile
--with___with_guile_site_dir
-+with_guile_site_dir
- enable_crywrap
- '
- ac_precious_vars='build_alias
-@@ -56433,8 +56433,8 @@ $as_echo "$opt_guile_bindings" >&6; }
-
-
- # Check whether --with---with-guile-site-dir was given.
--if test "${with___with_guile_site_dir+set}" = set; then :
-- withval=$with___with_guile_site_dir;
-+if test "${with_guile_site_dir+set}" = set; then :
-+ withval=$with_guile_site_dir;
- fi
-
-
-