Date: Sun, 11 May 2003 11:04:30 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52049: Update port: editors/hte to 0.7.1 Message-ID: <20030511110430.32adb6b8.tkato@prontomail.com> Resent-Message-ID: <200305110220.h4B2K738091172@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52049 >Category: ports >Synopsis: Update port: editors/hte to 0.7.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 10 19:20:07 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.7.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/hte/Makefile editors/hte/Makefile --- /usr/ports/editors/hte/Makefile Sat Apr 12 22:44:29 2003 +++ editors/hte/Makefile Sun May 11 09:07:57 2003 @@ -7,7 +7,7 @@ # PORTNAME= hte -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,8 +16,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A file editor/viewer/analyzer for executables +USE_BZIP2= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-lm" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-release @@ -25,6 +26,16 @@ .if ${OSVERSION} < 400000 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses +.endif + +post-patch: + @${REINPLACE_CMD} -e \ + 's|$$FLAGS_PIPE $$FLAGS_ALL|$$CFLAGS|g' ${WRKSRC}/configure + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.post.mk> diff -urN /usr/ports/editors/hte/distinfo editors/hte/distinfo --- /usr/ports/editors/hte/distinfo Tue Oct 22 03:08:21 2002 +++ editors/hte/distinfo Sun May 11 08:49:25 2003 @@ -1 +1 @@ -MD5 (ht-0.7.0.tar.gz) = 3b09201f032cc24ee26ca9ee2b8437c6 +MD5 (ht-0.7.1.tar.bz2) = 03c70bb00fd38032b8a6b46ed40bb47a diff -urN /usr/ports/editors/hte/pkg-plist editors/hte/pkg-plist --- /usr/ports/editors/hte/pkg-plist Tue Jun 12 16:34:44 2001 +++ editors/hte/pkg-plist Sun May 11 09:08:27 2003 @@ -1 +1,3 @@ bin/ht +%%PORTDOCS%%share/doc/hte/README +%%PORTDOCS%%@dirrm share/doc/hte >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030511110430.32adb6b8.tkato>