aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/web100clt.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-16 21:35:24 -0500
committerJack Nagel2014-03-16 23:09:22 -0500
commitc3bf6d25043e38ca397c57338b29f812b0b8c719 (patch)
treeb7f57d32696b891682ba727a0bd38499da03c90e /Library/Formula/web100clt.rb
parent493a4b21be008f399a03444302cdadde7f63c814 (diff)
downloadhomebrew-c3bf6d25043e38ca397c57338b29f812b0b8c719.tar.bz2
web100clt: use checksummed patches
Diffstat (limited to 'Library/Formula/web100clt.rb')
-rw-r--r--Library/Formula/web100clt.rb13
1 files changed, 6 insertions, 7 deletions
diff --git a/Library/Formula/web100clt.rb b/Library/Formula/web100clt.rb
index ee8a8da60..3bb8946b1 100644
--- a/Library/Formula/web100clt.rb
+++ b/Library/Formula/web100clt.rb
@@ -5,13 +5,12 @@ class Web100clt < Formula
url 'http://software.internet2.edu/sources/ndt/ndt-3.6.5.2.tar.gz'
sha1 '533a7dbb1b660a0148a0e295b481f63ab9ecb8f7'
- if MacOS.version >= :mavericks
- def patches
- # fixes issue with new default secure strlcpy/strlcat functions in 10.9
- # https://code.google.com/p/ndt/issues/detail?id=106
- "https://gist.github.com/igable/8077668/raw/4475e6e653f080be111fa0a3fd649af42fa14c3d/ndt-3.6.5.2-osx-10.9.patch"
- end
- end
+ # fixes issue with new default secure strlcpy/strlcat functions in 10.9
+ # https://code.google.com/p/ndt/issues/detail?id=106
+ patch do
+ url "https://gist.github.com/igable/8077668/raw/4475e6e653f080be111fa0a3fd649af42fa14c3d/ndt-3.6.5.2-osx-10.9.patch"
+ sha1 "1423d4b863049b21fcee4ecf9dd0660462406a39"
+ end if MacOS.version >= :mavericks
def install
system "./configure", "--disable-debug",