[PC-BSD Commits] r12967 - pbi/modules/www/chromium
svn at pcbsd.org
svn at pcbsd.org
Fri Sep 23 08:02:33 PDT 2011
Author: kris
Date: 2011-09-23 08:02:33 -0700 (Fri, 23 Sep 2011)
New Revision: 12967
Modified:
pbi/modules/www/chromium/pbi.conf
Log:
Exclude a few files from the hashdir and rebuild
Modified: pbi/modules/www/chromium/pbi.conf
===================================================================
--- pbi/modules/www/chromium/pbi.conf 2011-09-23 15:00:10 UTC (rev 12966)
+++ pbi/modules/www/chromium/pbi.conf 2011-09-23 15:02:33 UTC (rev 12967)
@@ -30,8 +30,13 @@
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="security/nss"
-PBI_BUILDKEY="02"
+# Set build key
+PBI_BUILDKEY="03"
+# Set the build priority
PBI_AB_PRIORITY="50"
+
+# Exclude these files from the hashdir
+PBI_HASH_EXCLUDES="share/chromium/chrome share/chromium/chrome.pak"
-export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MAKEOPTS PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_BUILDKEY PBI_AB_PRIORITY
+export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MAKEOPTS PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_BUILDKEY PBI_AB_PRIORITY PBI_HASH_EXCLUDES
More information about the Commits
mailing list