aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/vtwm
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2002-09-04 20:33:22 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2002-09-04 20:33:22 +0000
commitfa5a43b10d158ff2110f31b521458ab390d76423 (patch)
tree97f807e922ae8ac4bbdfaed4d8c83bb20ab21085 /x11-wm/vtwm
parent563c36833c069fb9b7f6b55caa42fc16b3360c8b (diff)
downloadports-fa5a43b10d158ff2110f31b521458ab390d76423.tar.gz
ports-fa5a43b10d158ff2110f31b521458ab390d76423.zip
Update port to 5.4.6a.
Submitted by: D J Hawkey Jr <hawkeyd@visi.com> (original author)
Notes
Notes: svn path=/head/; revision=65617
Diffstat (limited to 'x11-wm/vtwm')
-rw-r--r--x11-wm/vtwm/Makefile4
-rw-r--r--x11-wm/vtwm/distinfo2
-rw-r--r--x11-wm/vtwm/files/patch-aa25
-rw-r--r--x11-wm/vtwm/files/patch-ab13
4 files changed, 3 insertions, 41 deletions
diff --git a/x11-wm/vtwm/Makefile b/x11-wm/vtwm/Makefile
index ccc97be1f6d9..6db824efe92f 100644
--- a/x11-wm/vtwm/Makefile
+++ b/x11-wm/vtwm/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= vtwm
-PORTVERSION= 5.4.6
-PORTREVISION= 1
+PORTVERSION= 5.4.6a
+PORTREVISION= 0
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.visi.com/users/hawkeyd/X/
diff --git a/x11-wm/vtwm/distinfo b/x11-wm/vtwm/distinfo
index aa9047bf3e71..fe88878d8d2a 100644
--- a/x11-wm/vtwm/distinfo
+++ b/x11-wm/vtwm/distinfo
@@ -1 +1 @@
-MD5 (vtwm-5.4.6.tar.gz) = 639f4c377f812e0467d6b9474629ff54
+MD5 (vtwm-5.4.6a.tar.gz) = 92ffb32732a8736409b40b261ce94414
diff --git a/x11-wm/vtwm/files/patch-aa b/x11-wm/vtwm/files/patch-aa
deleted file mode 100644
index 79b4e4366ebc..000000000000
--- a/x11-wm/vtwm/files/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
-*** gram.y.orig Mon Sep 21 22:42:49 1998
---- gram.y Mon Sep 21 22:43:08 1998
-***************
-*** 89,101 ****
- extern int do_color_keyword();
- extern void do_string_savecolor(), do_var_savecolor(), do_squeeze_entry();
-
-! /*
-! * this used to be the definition - now making the assumption it's
-! * defined in lex's skeleton file (submitted by Nelson H. F. Beebe)
-! *
-! * djhjr - 1/16/98
-! */
-! extern int yylineno;
-
- %}
-
---- 89,95 ----
- extern int do_color_keyword();
- extern void do_string_savecolor(), do_var_savecolor(), do_squeeze_entry();
-
-! int yylineno;
-
- %}
-
diff --git a/x11-wm/vtwm/files/patch-ab b/x11-wm/vtwm/files/patch-ab
deleted file mode 100644
index ebac70570a95..000000000000
--- a/x11-wm/vtwm/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- Imakefile.orig Sun Oct 21 04:41:58 2001
-+++ Imakefile Mon Nov 5 11:21:53 2001
-@@ -153,7 +153,9 @@
- echo ' */' >>$@
- echo '' >>$@
- echo 'char *lastmake[] = {' >>lastmake.c
-- echo ' "Platform: '`uname -s`' Version '`uname -v`' Release '`uname -r`'",' >>$@
-+ echo ' "Platform: '`uname -s`' Version '`uname -v | cut -f 2 \
-+ -d ' ' | cut -f 1 -d '-'`' Release '`uname -v | cut -f 2 -d '#' \
-+ | cut -f 1 -d ':'`'",' >>$@
- echo ' "Build: '`date`'",' >>$@
- echo ' "" };' >>$@
-