[PC-BSD Commits] r3015 - pbibuild/modules/scorched3d
svn at pcbsd.org
svn at pcbsd.org
Sun Nov 30 15:50:25 PST 2008
Author: kris
Date: 2008-11-30 15:50:25 -0800 (Sun, 30 Nov 2008)
New Revision: 3015
Modified:
pbibuild/modules/scorched3d/pbi.conf
Log:
Fixed the scorched3d pbi module to use the right version number, since this ports Makefile is a bit weird :P
Modified: pbibuild/modules/scorched3d/pbi.conf
===================================================================
--- pbibuild/modules/scorched3d/pbi.conf 2008-11-30 23:39:42 UTC (rev 3014)
+++ pbibuild/modules/scorched3d/pbi.conf 2008-11-30 23:50:25 UTC (rev 3015)
@@ -32,10 +32,13 @@
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
-VERKEY="0.41.3_1"
+#VERKEY=""
+# Set the PBI version for scorched3d manually, since the Makefile is formatted weird
+PBIVERSION="0.41.3_1" ; export PBIVERSION
+
# 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="25"
+BUILDKEY="01"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY VERKEY
More information about the Commits
mailing list