[PC-BSD Commits] r2983 - pbibuild/modules/ultimatestunts
svn at pcbsd.org
svn at pcbsd.org
Mon Nov 24 08:56:13 PST 2008
Author: kris
Date: 2008-11-24 08:56:13 -0800 (Mon, 24 Nov 2008)
New Revision: 2983
Modified:
pbibuild/modules/ultimatestunts/pbi.conf
Log:
Fixed ultimatestunts to grab PORTVERSION properly
Modified: pbibuild/modules/ultimatestunts/pbi.conf
===================================================================
--- pbibuild/modules/ultimatestunts/pbi.conf 2008-11-24 15:04:43 UTC (rev 2982)
+++ pbibuild/modules/ultimatestunts/pbi.conf 2008-11-24 16:56:13 UTC (rev 2983)
@@ -30,8 +30,12 @@
# Enter your custom make options here
MAKEOPTS=""
+# If this port has a non-standard port version variable in Makefile, then
+# list the key here such as "OOOVERSION="
+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="04"
+BUILDKEY="05"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list