diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-07 12:18:26 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-07 12:18:26 +0000 |
commit | fb47a077c5492dbbc132a77a0c52e6f9933afda6 (patch) | |
tree | c9ee080b1e73bf0df30df6a8f5fffb1fc2dba52b /editors/hte | |
parent | Advise how to deal with common "not enough shared memory" problem that has (diff) |
- Update to 0.9.3
- Pet portlint(1)
- Pass maintainership to submitter
PR: ports/102945
Submitted by: Marcus von Appen <mva at sysfault.org>
Notes
Notes:
svn path=/head/; revision=172474
Diffstat (limited to 'editors/hte')
-rw-r--r-- | editors/hte/Makefile | 10 | ||||
-rw-r--r-- | editors/hte/distinfo | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile index 2cc0f03a05ae..b133239aecae 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -7,27 +7,25 @@ # PORTNAME= hte -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ht-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mva@sysfault.org COMMENT= A file editor/viewer/analyzer for executables USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --enable-release PLIST_FILES= bin/ht .include <bsd.port.pre.mk> .if ${ARCH} == ia64 -BROKEN= Does not build on ia64 +BROKEN= does not build on ia64 .endif .if ${OSVERSION} < 400000 @@ -36,7 +34,7 @@ LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .if defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 -CONFIGURE_ARGS+= --disable-x11-textmode +CONFIGURE_ARGS=--disable-x11-textmode .else USE_XLIB= yes CPPFLAGS= -I${X11BASE}/include diff --git a/editors/hte/distinfo b/editors/hte/distinfo index ec924e87c6d4..c06bb3c421bc 100644 --- a/editors/hte/distinfo +++ b/editors/hte/distinfo @@ -1,3 +1,3 @@ -MD5 (ht-0.9.2.tar.bz2) = d63fe2d11d42be00e05f4090117dfd64 -SHA256 (ht-0.9.2.tar.bz2) = d68bbefce706d036b9132f64d4b7807bf6ed1fe5bf76e5d6f9d7ccd70ecbd126 -SIZE (ht-0.9.2.tar.bz2) = 772102 +MD5 (ht-0.9.3.tar.bz2) = 332e5839fe5e00d6861a9f41e8f6aa46 +SHA256 (ht-0.9.3.tar.bz2) = 2b66f9449429a2e798c0b0110d84d87780942c8d797f7af366446629afb4d078 +SIZE (ht-0.9.3.tar.bz2) = 747786 |