[PC-BSD Commits] r2999 - pbibuild/modules/scorched3d
svn at pcbsd.org
svn at pcbsd.org
Sat Nov 29 09:29:45 PST 2008
Author: gonzalo
Date: 2008-11-29 09:29:45 -0800 (Sat, 29 Nov 2008)
New Revision: 2999
Modified:
pbibuild/modules/scorched3d/build.sh
pbibuild/modules/scorched3d/pbi.conf
Log:
Scorched 3D doesnt get the right version number
Modified: pbibuild/modules/scorched3d/build.sh
===================================================================
--- pbibuild/modules/scorched3d/build.sh 2008-11-27 01:45:44 UTC (rev 2998)
+++ pbibuild/modules/scorched3d/build.sh 2008-11-29 17:29:45 UTC (rev 2999)
@@ -9,3 +9,7 @@
# PORTVER = Version number of the port we used to build
##############################################################################
+# Save the right version number in the winfirefox3 script
+sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/scorched3d > /tmp/scorched3d
+mv /tmp/scorched3d ${PBIDIR}/bin/scorched3d
+chmod 755 ${PBIDIR}/bin/scorched3d
\ No newline at end of file
Modified: pbibuild/modules/scorched3d/pbi.conf
===================================================================
--- pbibuild/modules/scorched3d/pbi.conf 2008-11-27 01:45:44 UTC (rev 2998)
+++ pbibuild/modules/scorched3d/pbi.conf 2008-11-29 17:29:45 UTC (rev 2999)
@@ -32,10 +32,10 @@
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
-VERKEY="SCORCH_VERSION="
+VERKEY="PORTVERSION="
# 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="23"
+BUILDKEY="24"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY VERKEY
More information about the Commits
mailing list