summaryrefslogtreecommitdiff
path: root/editors/hte
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-10 18:33:11 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-10 18:33:11 +0000
commit20dae111fa4ed108eccc3e8692d6d354cb6f22cf (patch)
tree57d38eafe81748e5dfb6dedf5ed62dfd616cc539 /editors/hte
parent- Update to version 4.0.6 (diff)
- Update to version 0.7.4
PR: 59122 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=93678
Diffstat (limited to 'editors/hte')
-rw-r--r--editors/hte/Makefile2
-rw-r--r--editors/hte/distinfo2
-rw-r--r--editors/hte/files/patch-htapp.cc11
-rw-r--r--editors/hte/pkg-plist4
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%%