From 4cea982594a00c5ea3227c519433c1e67075ad39 Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sun, 4 Mar 2012 10:08:19 +0000 Subject: - Update to 2.0.19 - Added LICENSE information PR: ports/165447 Submitted by: rea@ --- editors/hte/Makefile | 18 +++++++++++------- editors/hte/distinfo | 4 ++-- 2 files changed, 13 insertions(+), 9 deletions(-) (limited to 'editors/hte') diff --git a/editors/hte/Makefile b/editors/hte/Makefile index aaeeabd6cce5..29d375e9084e 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -7,7 +7,7 @@ # PORTNAME= hte -PORTVERSION= 2.0.18 +PORTVERSION= 2.0.19 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/ht-source DISTNAME= ht-${PORTVERSION} @@ -15,18 +15,20 @@ DISTNAME= ht-${PORTVERSION} MAINTAINER= mva@FreeBSD.org COMMENT= A file editor/viewer/analyzer for executables +LICENSE= GPLv2 + USE_BZIP2= yes GNU_CONFIGURE= yes PLIST_FILES= bin/ht -OPTIONS= LZO2 "Enable external lzo2 compresssion support" off +OPTIONS= LZO2 "Enable external lzo2 compresssion support" off \ + X11 "Build X11 textmode support" on -.include +NOT_FOR_ARCHS= ia64 +NOT_FOR_ARCHS_REASON= does not build on ia64 -.if ${ARCH} == "ia64" -BROKEN= Does not build on ia64 -.endif +.include .if defined(WITH_LZO2) LIB_DEPENDS+= lzo2.2:${PORTSDIR}/archivers/lzo2 @@ -45,6 +47,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .if !defined(NOPORTDOCS) PORTDOCS= README +INFO= ht .endif post-patch: @@ -58,6 +61,7 @@ do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/hthelp.info ${PREFIX}/${INFO_PATH}/ht.info .endif -.include +.include diff --git a/editors/hte/distinfo b/editors/hte/distinfo index 573ee9b712eb..1457923a797d 100644 --- a/editors/hte/distinfo +++ b/editors/hte/distinfo @@ -1,2 +1,2 @@ -SHA256 (ht-2.0.18.tar.bz2) = 39370538e3352eac9a662d5e4d44e569dcd41f96ef026ac775da3fe4f88af4d4 -SIZE (ht-2.0.18.tar.bz2) = 884293 +SHA256 (ht-2.0.19.tar.bz2) = 89f9f36ce4dacc6965575b85510f4b90a230f3aea839a5e34977ae3c73de8eae +SIZE (ht-2.0.19.tar.bz2) = 900748 -- cgit v1.2.3