[PC-BSD Commits] r1352 - in pbibuild/modules/excelviewer2003: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Mon Feb 11 13:02:15 PST 2008
Author: gonzalo
Date: 2008-02-11 13:02:15 -0800 (Mon, 11 Feb 2008)
New Revision: 1352
Modified:
pbibuild/modules/excelviewer2003/overlay-dir/bin/excelview2003
pbibuild/modules/excelviewer2003/pbi.conf
Log:
ExcelV2k3 fixed for the new wine version
Modified: pbibuild/modules/excelviewer2003/overlay-dir/bin/excelview2003
===================================================================
--- pbibuild/modules/excelviewer2003/overlay-dir/bin/excelview2003 2008-02-11 21:01:20 UTC (rev 1351)
+++ pbibuild/modules/excelviewer2003/overlay-dir/bin/excelview2003 2008-02-11 21:02:15 UTC (rev 1352)
@@ -1,6 +1,6 @@
#!/bin/sh
USER=`who | grep :0 | cut -f 1 -d " "`
-PROGDIR="ExcelViewer20030.9.54"
+PROGDIR="ExcelViewer20030.9.55"
#PROGDIR="CHANGEME"
chmod $USER /Programs/${PROGDIR}/EXCELVIEW2003
cd
Modified: pbibuild/modules/excelviewer2003/pbi.conf
===================================================================
--- pbibuild/modules/excelviewer2003/pbi.conf 2008-02-11 21:01:20 UTC (rev 1351)
+++ pbibuild/modules/excelviewer2003/pbi.conf 2008-02-11 21:02:15 UTC (rev 1352)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="03"
+BUILDKEY="04"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list