Hi,

I have an update for editors/ht to 2.1.0:

- only .tar.bz2 is available now
- regen WANTLIB (via 'make port-lib-depends-check')
- fix whitespace (tab) in Makefile
- remove trailing whitespace in pkg/DESC (portcheck complains about it)

OK?

Best regards,
Ingo

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/ht/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile    16 Jun 2013 13:52:55 -0000      1.23
+++ Makefile    23 Sep 2016 09:44:40 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              file editor/viewer/analyzer for executables
 
-DISTNAME =             ht-2.0.22
+DISTNAME =             ht-2.1.0
 CATEGORIES =           editors
 
 HOMEPAGE =             http://hte.sourceforge.net/
@@ -12,10 +12,12 @@ MAINTAINER =                Benoit Lecocq <benoit@open
 # GPLv2
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB =              c m ncursesw stdc++
+WANTLIB =              c m ncurses stdc++
 
 MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=hte/}
 
+EXTRACT_SUFX =         .tar.bz2
+
 CONFIGURE_STYLE =      gnu
 USE_GMAKE =            Yes
 
@@ -41,7 +43,7 @@ WANTLIB +=            X11
 
 do-install:
        chmod +x ${WRKSRC}/install-sh
-        
+
 post-install:
        ${INSTALL_PROGRAM} ${WRKBUILD}/ht ${PREFIX}/bin/hte
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ht
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/ht/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo    16 Jun 2013 13:52:55 -0000      1.14
+++ distinfo    23 Sep 2016 09:44:40 -0000
@@ -1,2 +1,2 @@
-SHA256 (ht-2.0.22.tar.gz) = h7r7sFQ1Th6C4SxWt5p8t0HKKJ+RGwby9BqwIgzTdig=
-SIZE (ht-2.0.22.tar.gz) = 1083293
+SHA256 (ht-2.1.0.tar.bz2) = MfXo4sp/hdQLsY71GL8aEFpvYCkYoHVbxknz9Ae3XXA=
+SIZE (ht-2.1.0.tar.bz2) = 884139
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/editors/ht/patches/patch-configure,v
retrieving revision 1.8
diff -u -p -r1.8 patch-configure
--- patches/patch-configure     16 Jun 2013 13:52:55 -0000      1.8
+++ patches/patch-configure     23 Sep 2016 09:44:40 -0000
@@ -1,12 +1,12 @@
 $OpenBSD: patch-configure,v 1.8 2013/06/16 13:52:55 benoit Exp $
---- configure.orig     Sat Apr  6 01:32:12 2013
-+++ configure  Sun Jun 16 14:13:11 2013
-@@ -2602,7 +2602,7 @@
+--- configure.orig     Thu Sep 22 22:12:58 2016
++++ configure  Thu Sep 22 22:13:27 2016
+@@ -2604,7 +2604,7 @@ fi
  
  if test "x$enable_maintainermode" = "xno"; then
  if test "x$enable_release" = "xyes"; then
--    default_user_CFLAGS="-O3 -Wall -fomit-frame-pointer"
-+    default_user_CFLAGS="${CFLAGS}"
+-    FLAGS_ALL="-O3 -fomit-frame-pointer -Wall -fsigned-char"
++    FLAGS_ALL="${CFLAGS}"
  else
-     default_user_CFLAGS="-ggdb3 -O0 -Wall"
+     FLAGS_ALL="-ggdb -g3 -O0 -Wall -fsigned-char"
  fi
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/editors/ht/pkg/DESCR,v
retrieving revision 1.3
diff -u -p -r1.3 DESCR
--- pkg/DESCR   4 May 2008 20:43:55 -0000       1.3
+++ pkg/DESCR   23 Sep 2016 09:44:40 -0000
@@ -2,16 +2,16 @@ HT is a file editor/viewer/analyzer for 
 combine the low-level functionality of a debugger and the usability of
 IDEs.
 
-Support includes the following file formats: 
+Support includes the following file formats:
 
-* Win32 portable executables (PE) (good support) 
-* Unix executable and linkable format (ELF) (good support) 
-* DOS standard executables (MZ) (supported) 
-* Win32 linear executables (LE) (supported) 
-* Windows/OS2 "new" executables (NE) (supported) 
-* Unix common object file format (COFF) + DJGPP COFF (supported) 
-* OS2 linear executables (LX) 
-* M$ object files (.obj) 
+* Win32 portable executables (PE) (good support)
+* Unix executable and linkable format (ELF) (good support)
+* DOS standard executables (MZ) (supported)
+* Win32 linear executables (LE) (supported)
+* Windows/OS2 "new" executables (NE) (supported)
+* Unix common object file format (COFF) + DJGPP COFF (supported)
+* OS2 linear executables (LX)
+* M$ object files (.obj)
 
 Support means that HT will be able to correctly display and modify the
 executable header, image and other extensions specific to the file

Reply via email to