summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-wm/vtwm/Makefile2
-rw-r--r--x11-wm/vtwm/distinfo2
-rw-r--r--x11-wm/vtwm/files/patch-ab13
3 files changed, 15 insertions, 2 deletions
diff --git a/x11-wm/vtwm/Makefile b/x11-wm/vtwm/Makefile
index fe7adc526b63..27feda41e721 100644
--- a/x11-wm/vtwm/Makefile
+++ b/x11-wm/vtwm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= vtwm
-PORTVERSION= 5.4.5a
+PORTVERSION= 5.4.6
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 ef9936038d83..aa9047bf3e71 100644
--- a/x11-wm/vtwm/distinfo
+++ b/x11-wm/vtwm/distinfo
@@ -1 +1 @@
-MD5 (vtwm-5.4.5a.tar.gz) = 13ecd09aa9e4fb693d712b62ca63f563
+MD5 (vtwm-5.4.6.tar.gz) = 639f4c377f812e0467d6b9474629ff54
diff --git a/x11-wm/vtwm/files/patch-ab b/x11-wm/vtwm/files/patch-ab
new file mode 100644
index 000000000000..ebac70570a95
--- /dev/null
+++ b/x11-wm/vtwm/files/patch-ab
@@ -0,0 +1,13 @@
+--- 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 ' "" };' >>$@
+