diff options
author | krion <krion@FreeBSD.org> | 2003-11-11 02:33:11 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-11 02:33:11 +0800 |
commit | d87d14afcc06ff5aab49424111876c4cec410f4d (patch) | |
tree | 34c351d3b62a4d1341b32f244f93ed050d826eea /editors/hte | |
parent | 9cbe1b816db6f9cb4ab466ac02b8fbc89da58ddf (diff) | |
download | freebsd-ports-gnome-d87d14afcc06ff5aab49424111876c4cec410f4d.tar.gz freebsd-ports-gnome-d87d14afcc06ff5aab49424111876c4cec410f4d.tar.zst freebsd-ports-gnome-d87d14afcc06ff5aab49424111876c4cec410f4d.zip |
- Update to version 0.7.4
PR: 59122
Submitted by: Ports Fury
Diffstat (limited to 'editors/hte')
-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%% |