diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-06-23 01:42:53 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-06-23 01:42:53 +0800 |
commit | 667656cc24083a7e9b3e06e348ab6046ebe11eed (patch) | |
tree | acae3976cf77d775cba21124ca4fea645a81d43e | |
parent | a63c59f436e0322b7e8840db2165f78e3588d8e8 (diff) | |
download | freebsd-ports-gnome-667656cc24083a7e9b3e06e348ab6046ebe11eed.tar.gz freebsd-ports-gnome-667656cc24083a7e9b3e06e348ab6046ebe11eed.tar.zst freebsd-ports-gnome-667656cc24083a7e9b3e06e348ab6046ebe11eed.zip |
Update to 0.9.0
PR: ports/82530
Submitted by: Ports Fury
-rw-r--r-- | editors/hte/Makefile | 9 | ||||
-rw-r--r-- | editors/hte/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile index f2305f7f4709..26c49b6b638a 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -7,7 +7,7 @@ # PORTNAME= hte -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,6 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-release -PORTDOCS= README PLIST_FILES= bin/ht .include <bsd.port.pre.mk> @@ -41,6 +40,10 @@ 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 ; \ @@ -50,8 +53,6 @@ post-patch: 's|typedef unsigned int uint;||g' ${WRKSRC}/global.h @${REINPLACE_CMD} -e \ 's|uint |UINT |g' ${WRKSRC}/htdata.h - @${REINPLACE_CMD} -e \ - 's|#include <malloc.h>||g' ${WRKSRC}/cp-demangle.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ht ${PREFIX}/bin diff --git a/editors/hte/distinfo b/editors/hte/distinfo index a95c05dfac90..0e91fd7a75ce 100644 --- a/editors/hte/distinfo +++ b/editors/hte/distinfo @@ -1,2 +1,2 @@ -MD5 (ht-0.8.0.tar.bz2) = ee309bdd16b3e1ec78b2efb6427dd5a5 -SIZE (ht-0.8.0.tar.bz2) = 731401 +MD5 (ht-0.9.0.tar.bz2) = 22dc7572e571b9d73e741d32005e49e3 +SIZE (ht-0.9.0.tar.bz2) = 765072 |