OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 14-Aug-2003 23:53:55
Branch: HEAD Handle: 2003081422535401
Modified files:
openpkg-src/wine-msov wine-msov.sh wine-msov.spec
openpkg-web news.txt
Log:
allow filenames containing whitespaces
Summary:
Revision Changes Path
1.3 +2 -2 openpkg-src/wine-msov/wine-msov.sh
1.3 +2 -2 openpkg-src/wine-msov/wine-msov.spec
1.6178 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/wine-msov/wine-msov.sh
============================================================================
$ cvs diff -u -r1.2 -r1.3 wine-msov.sh
--- openpkg-src/wine-msov/wine-msov.sh 5 Aug 2003 18:58:07 -0000 1.2
+++ openpkg-src/wine-msov/wine-msov.sh 14 Aug 2003 21:53:55 -0000 1.3
@@ -102,7 +102,7 @@
fi
rc=0
tmpfile=""
-for file in $*; do
+for file in "$@"; do
# support reading from stdin
if [ ".$file" = ".-" ]; then
tmpfile="/tmp/msov.$$.tmp"
@@ -112,7 +112,7 @@
fi
# make sure file exists
- if [ ! -f $file ]; then
+ if [ ! -f "$file" ]; then
echo "msov:ERROR: file \"$file\" not found" 1>&2
rc=1
continue
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/wine-msov/wine-msov.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 wine-msov.spec
--- openpkg-src/wine-msov/wine-msov.spec 5 Aug 2003 18:58:07 -0000 1.2
+++ openpkg-src/wine-msov/wine-msov.spec 14 Aug 2003 21:53:55 -0000 1.3
@@ -32,8 +32,8 @@
Distribution: OpenPKG [EVAL]
Group: X11
License: Freeware
-Version: 20030805
-Release: 20030805
+Version: 20030814
+Release: 20030814
# list of sources
Source0:
http://download.microsoft.com/download/excel2000/Xlviewer/2000/WIN98/EN-US/xlViewer.exe
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6177 -r1.6178 news.txt
--- openpkg-web/news.txt 14 Aug 2003 21:47:19 -0000 1.6177
+++ openpkg-web/news.txt 14 Aug 2003 21:53:54 -0000 1.6178
@@ -1,3 +1,4 @@
+14-Aug-2003: Upgraded package: P<wine-msov-20030814-20030814>
14-Aug-2003: Upgraded package: P<wine-20030813-20030814>
14-Aug-2003: Upgraded package: P<exim-4.21-20030814>
14-Aug-2003: Upgraded package: P<bind8-8.4.1-20030814>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]