1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to 5.4.6 (see the homepage for new features and bugfixes).

This commit is contained in:
Bruce A. Mah 2001-11-05 21:33:45 +00:00
parent 381f49d9e7
commit 60ccacb6d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49629
3 changed files with 15 additions and 2 deletions

View File

@ -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/

View File

@ -1 +1 @@
MD5 (vtwm-5.4.5a.tar.gz) = 13ecd09aa9e4fb693d712b62ca63f563
MD5 (vtwm-5.4.6.tar.gz) = 639f4c377f812e0467d6b9474629ff54

View File

@ -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 ' "" };' >>$@