diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-10 18:33:11 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-10 18:33:11 +0000 |
commit | 20dae111fa4ed108eccc3e8692d6d354cb6f22cf (patch) | |
tree | 57d38eafe81748e5dfb6dedf5ed62dfd616cc539 /editors | |
parent | 8ea441a0ae3d33e7b5d6f777c0d2839104901805 (diff) | |
download | ports-20dae111fa4ed108eccc3e8692d6d354cb6f22cf.tar.gz ports-20dae111fa4ed108eccc3e8692d6d354cb6f22cf.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/hte/Makefile | 2 | ||||
-rw-r--r-- | editors/hte/distinfo | 2 | ||||
-rw-r--r-- | editors/hte/files/patch-htapp.cc | 11 | ||||
-rw-r--r-- | editors/hte/pkg-plist | 4 |
4 files changed, 4 insertions, 15 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile index 5167a7624294..c86d3e02925b 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -7,7 +7,7 @@ # PORTNAME= hte -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/editors/hte/distinfo b/editors/hte/distinfo index f543c888aed1..6b9b21ee7e1c 100644 --- a/editors/hte/distinfo +++ b/editors/hte/distinfo @@ -1 +1 @@ -MD5 (ht-0.7.3.tar.bz2) = 746daea18735b38e46b3eb9addc97ad5 +MD5 (ht-0.7.4.tar.bz2) = f4f56bac7fa0d12b2b375687da96f695 diff --git a/editors/hte/files/patch-htapp.cc b/editors/hte/files/patch-htapp.cc deleted file mode 100644 index 39cdc8a717ff..000000000000 --- a/editors/hte/files/patch-htapp.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- htapp.cc.orig Sat Jul 19 05:35:07 2003 -+++ htapp.cc Sat Jul 19 05:39:02 2003 -@@ -2028,7 +2028,7 @@ - get_stdbounds_tool(&b); - - ht_project_window *project_window=new ht_project_window(); -- project_window->init(&b, "project window", FS_KILLER | FS_TITLE | FS_NUMBER | FS_MOVE | FS_RESIZE, 0, &(ht_project*)project); -+ project_window->init(&b, "project window", FS_KILLER | FS_TITLE | FS_NUMBER | FS_MOVE | FS_RESIZE, 0, (ht_project**)&project); - - bounds k = b; - k.x = b.w-2; diff --git a/editors/hte/pkg-plist b/editors/hte/pkg-plist index 3c69f0571d0c..dcdfb5ddba99 100644 --- a/editors/hte/pkg-plist +++ b/editors/hte/pkg-plist @@ -1,3 +1,3 @@ bin/ht -%%PORTDOCS%%share/doc/hte/README -%%PORTDOCS%%@dirrm share/doc/hte +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% |