Index: head/editors/hte/Makefile =================================================================== --- head/editors/hte/Makefile (revision 194065) +++ head/editors/hte/Makefile (revision 194066) @@ -1,56 +1,56 @@ # ex:ts=8 # New ports collection makefile for: HT Editor # Date created: Jun 12, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= hte -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ht-${PORTVERSION} 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} PLIST_FILES= bin/ht .include .if ${ARCH} == "ia64" BROKEN= Does not build on ia64 .endif .if defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS=--disable-x11-textmode .else USE_XLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" LDFLAGS="-L${X11BASE}/lib" .endif .if !defined(NOPORTDOCS) PORTDOCS= README .endif post-patch: @${REINPLACE_CMD} -e 's|^CXXFLAGS=.*$$|CXXFLAGS="$$CXXFLAGS"|g ; \ s|^CFLAGS=.*$$|CFLAGS="$$CFLAGS"|g ; \ s|-L/usr/X11/lib -L/usr/X11R6/lib|$$LDFLAGS|g' \ ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ht ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/editors/hte/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property Index: head/editors/hte/distinfo =================================================================== --- head/editors/hte/distinfo (revision 194065) +++ head/editors/hte/distinfo (revision 194066) @@ -1,3 +1,3 @@ -MD5 (ht-2.0.6.tar.bz2) = a16cf20da2d5b02d25b2a9860ed28ef4 -SHA256 (ht-2.0.6.tar.bz2) = 0c93c540a75470e0d55faa35ba945d45445ce644a86766d50195fd844068ea84 -SIZE (ht-2.0.6.tar.bz2) = 855574 +MD5 (ht-2.0.7.tar.bz2) = 9d3bfd577d7e37683b1869d13b894707 +SHA256 (ht-2.0.7.tar.bz2) = c4654b8e7a01bd55cef118f406b1fe3a8b9df208ae6c9b838ca49179ea261804 +SIZE (ht-2.0.7.tar.bz2) = 855188 Property changes on: head/editors/hte/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property