[PC-BSD Commits] r1353 - in pbibuild/modules/powerpointviewer2003: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Mon Feb 11 13:03:20 PST 2008
Author: gonzalo
Date: 2008-02-11 13:03:20 -0800 (Mon, 11 Feb 2008)
New Revision: 1353
Modified:
pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003
pbibuild/modules/powerpointviewer2003/pbi.conf
Log:
PptV2k3 fixed for the new wine version
Modified: pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003
===================================================================
--- pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003 2008-02-11 21:02:15 UTC (rev 1352)
+++ pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003 2008-02-11 21:03:20 UTC (rev 1353)
@@ -1,6 +1,6 @@
#!/bin/sh
USER=`who | grep :0 | cut -f 1 -d " "`
-PROGDIR="PowerpointViewer20030.9.54"
+PROGDIR="PowerpointViewer20030.9.55"
#PROGDIR="CHANGEME"
chmod $USER /Programs/${PROGDIR}/PPTVIEW2003
cd
Modified: pbibuild/modules/powerpointviewer2003/pbi.conf
===================================================================
--- pbibuild/modules/powerpointviewer2003/pbi.conf 2008-02-11 21:02:15 UTC (rev 1352)
+++ pbibuild/modules/powerpointviewer2003/pbi.conf 2008-02-11 21:03:20 UTC (rev 1353)
@@ -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