aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ht.rb
diff options
context:
space:
mode:
authorBrett Koonce2012-12-05 16:59:53 -0600
committerAdam Vandenberg2012-12-05 15:04:58 -0800
commit201d4e804361fb35efda61df88e74888adcc2a10 (patch)
tree07908ca318dbb4bdfae567a87875b52b8aaa4da7 /Library/Formula/ht.rb
parent309c6d8dfc5cb4070cbce45cdda27dde2916bb14 (diff)
downloadhomebrew-201d4e804361fb35efda61df88e74888adcc2a10.tar.bz2
ht 2.0.21
stripped a ncurses patch Closes #16430. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ht.rb')
-rw-r--r--Library/Formula/ht.rb24
1 files changed, 2 insertions, 22 deletions
diff --git a/Library/Formula/ht.rb b/Library/Formula/ht.rb
index df8ff70d8..a81d2a0e7 100644
--- a/Library/Formula/ht.rb
+++ b/Library/Formula/ht.rb
@@ -1,17 +1,12 @@
require 'formula'
class Ht < Formula
- url 'http://downloads.sourceforge.net/project/hte/ht-source/ht-2.0.20.tar.bz2'
homepage 'http://hte.sf.net/'
- sha256 '4aa162f10a13e60859bef1f04c6529f967fdfd660ae421ee25eab1fbabcd1ed0'
+ url 'http://sourceforge.net/projects/hte/files/ht-source/ht-2.0.21.tar.bz2'
+ sha256 'f9c04f2074d6a774bae0d7fdc3f8b2c579db39aad0761b33b4884949fc378934'
depends_on 'lzo'
- # Use ncurses instead of ncursesw
- def patches
- DATA
- end
-
def install
system "chmod +x ./install-sh"
system "./configure", "--disable-dependency-tracking",
@@ -20,18 +15,3 @@ class Ht < Formula
system "make install"
end
end
-
-__END__
-diff --git a/configure b/configure
-index 0bef387..0e47404 100755
---- a/configure
-+++ b/configure
-@@ -5738,7 +5738,7 @@ if test "x$ac_cv_header_ncurses_h" = xyes; then :
- _ACEOF
-
- $as_echo "#define CURSES_HDR <ncurses.h>" >>confdefs.h
-- CURSES_LIB=ncursesw
-+ CURSES_LIB=ncurses
- fi
-
- done