Hi,

Here is an update to the latest version of ht 2.0.15.

Tested on amd64.

--
Benoit Lecocq
Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/ht/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile    2 Jun 2008 19:38:09 -0000       1.11
+++ Makefile    8 Jan 2009 22:34:42 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               file editor/viewer/analyzer for executables
 
-DISTNAME=              ht-2.0.14
+DISTNAME=              ht-2.0.15
 CATEGORIES=            editors
 
 HOMEPAGE=              http://hte.sourceforge.net/
@@ -40,7 +40,11 @@
 WANTLIB+=              X11
 .endif
 
+do-install:
+       chmod +x ${WRKSRC}/install-sh
+        
 post-install:
+       ${INSTALL_PROGRAM} ${WRKBUILD}/ht ${PREFIX}/bin/hte
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ht
        ${INSTALL_DATA} ${WRKSRC}/doc/{README,ht.html} ${PREFIX}/share/doc/ht
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/ht/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo    2 Jun 2008 19:38:09 -0000       1.8
+++ distinfo    8 Jan 2009 22:34:42 -0000
@@ -1,5 +1,5 @@
-MD5 (ht-2.0.14.tar.gz) = Fopy487m58ZqIKzzxGnFag==
-RMD160 (ht-2.0.14.tar.gz) = jIjgrQFil3xVxqbZfiMUGBVVmBE=
-SHA1 (ht-2.0.14.tar.gz) = Mw3RKHm7eqW8WjWAGQIKKlYKg6I=
-SHA256 (ht-2.0.14.tar.gz) = EaNZEW2THRgT97vEX6ueZmqE5Bdjrlz6TC+8ASVrQEg=
-SIZE (ht-2.0.14.tar.gz) = 1054249
+MD5 (ht-2.0.15.tar.gz) = BMbql6X9CKWjyyKgbKXd+A==
+RMD160 (ht-2.0.15.tar.gz) = zDIF5e4b2HHGWSvSTZG/c2cCAsc=
+SHA1 (ht-2.0.15.tar.gz) = tSLXrB8Z341PcUA0jehOeRQ1Gck=
+SHA256 (ht-2.0.15.tar.gz) = BuxcCr/cDmN+Qnjn5uGIi8pTXWF6B5nAV96Ph95G6+4=
+SIZE (ht-2.0.15.tar.gz) = 1061739
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/editors/ht/pkg/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- pkg/PLIST   4 May 2008 20:43:55 -0000       1.4
+++ pkg/PLIST   8 Jan 2009 22:34:42 -0000
@@ -1,5 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.4 2008/05/04 20:43:55 okan Exp $
-bin/hte
+...@bin bin/hte
 share/doc/ht/
 share/doc/ht/README
 share/doc/ht/ht.html

Reply via email to