[84853] trunk/dports/devel/ht

jmr at macports.org jmr at macports.org
Mon Oct 3 10:30:16 PDT 2011


Revision: 84853
          http://trac.macports.org/changeset/84853
Author:   jmr at macports.org
Date:     2011-10-03 10:30:16 -0700 (Mon, 03 Oct 2011)
Log Message:
-----------
ht: update to 2.0.18 (#27204)

Modified Paths:
--------------
    trunk/dports/devel/ht/Portfile

Added Paths:
-----------
    trunk/dports/devel/ht/files/
    trunk/dports/devel/ht/files/configure.patch

Modified: trunk/dports/devel/ht/Portfile
===================================================================
--- trunk/dports/devel/ht/Portfile	2011-10-03 17:29:22 UTC (rev 84852)
+++ trunk/dports/devel/ht/Portfile	2011-10-03 17:30:16 UTC (rev 84853)
@@ -1,25 +1,37 @@
 # $Id$
 
 PortSystem 1.0
+
 name		ht
-version		2.0.14
-revision    1
+version		2.0.18
 categories	devel editors
+license		GPL-2
 maintainers	landonf
 description	HT is a file editor/viewer/analyzer for executables.
-homepage	http://hte.sourceforge.net
+homepage	http://hte.sourceforge.net/
 platforms	darwin
 
 long_description HT is a file editor/viewer/analyzer for executables. The \
 		goal is to combine the low-level functionality of a debugger \
 		and the usability of IDEs.
 
-master_sites	sourceforge:hte
+master_sites	sourceforge:project/hte/ht-source
 
-checksums   md5     168a72e3cee6e7c66a20acf3c469c56a \
-            sha1    330dd12879bb7aa5bc5a358019020a2a560a83a2 \
-            rmd160  8c88e0ad0162977c55c6a6d97e23141815559811
+use_bzip2	yes
+checksums	md5     9cd5c52bb3fbae5c631875cd0de3318c \
+		sha1    f4e51dae47f8f2a2fe34883714890e9d1c48d3de \
+		rmd160  c486e436d2f5c24830e4e0ba7da83b5fe46a5d5b
 
+depends_lib	port:ncurses port:lzo2 port:xorg-libX11
+
+patchfiles	configure.patch
+post-patch {
+	file attributes ${worksrcpath}/install-sh -permissions +x
+}
+
 post-destroot {
-    file rename ${destroot}${prefix}/bin/ht ${destroot}${prefix}/bin/hte
+	file rename ${destroot}${prefix}/bin/ht ${destroot}${prefix}/bin/hte
+	xinstall -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} COPYING README doc/ht.html \
+	    ${destroot}${prefix}/share/doc/${name}
 }

Added: trunk/dports/devel/ht/files/configure.patch
===================================================================
--- trunk/dports/devel/ht/files/configure.patch	                        (rev 0)
+++ trunk/dports/devel/ht/files/configure.patch	2011-10-03 17:30:16 UTC (rev 84853)
@@ -0,0 +1,11 @@
+--- configure.orig	2009-06-18 04:44:31.000000000 +1000
++++ configure	2011-10-04 04:07:13.000000000 +1100
+@@ -2555,7 +2555,7 @@
+ 
+ NEED_CURSES=0
+ HAVE_PIPE=0
+-HT_X11BASE="-L/usr/X11/lib -L/usr/X11R6/lib"
++HT_X11BASE=""
+ 
+ case "$target_os" in
+ linux*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111003/17f3b171/attachment-0001.html>


More information about the macports-changes mailing list