[PC-BSD Commits] r1354 - in pbibuild/modules/winfirefox: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Mon Feb 11 16:00:30 PST 2008
Author: gonzalo
Date: 2008-02-11 16:00:29 -0800 (Mon, 11 Feb 2008)
New Revision: 1354
Modified:
pbibuild/modules/winfirefox/overlay-dir/bin/winfirefox
pbibuild/modules/winfirefox/pbi.conf
Log:
WinFF binary fixed.
Modified: pbibuild/modules/winfirefox/overlay-dir/bin/winfirefox
===================================================================
--- pbibuild/modules/winfirefox/overlay-dir/bin/winfirefox 2008-02-11 21:03:20 UTC (rev 1353)
+++ pbibuild/modules/winfirefox/overlay-dir/bin/winfirefox 2008-02-12 00:00:29 UTC (rev 1354)
@@ -1,6 +1,6 @@
#!/bin/sh
USER=`who | grep :0 | cut -f 1 -d " "`
-PROGDIR="WinFirefox0.9.54"
+PROGDIR="WinFirefox0.9.55"
#PROGDIR="CHANGEME"
chmod $USER /Programs/${PROGDIR}/WINFF
cd
Modified: pbibuild/modules/winfirefox/pbi.conf
===================================================================
--- pbibuild/modules/winfirefox/pbi.conf 2008-02-11 21:03:20 UTC (rev 1353)
+++ pbibuild/modules/winfirefox/pbi.conf 2008-02-12 00:00:29 UTC (rev 1354)
@@ -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="33"
+BUILDKEY="34"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list