[PC-BSD Commits] r7538 - in pcbsd/current/src-qt4/pbi-manager/module-examples: firefox gimp
svn at pcbsd.org
svn at pcbsd.org
Sat Sep 11 08:33:19 PDT 2010
Author: kris
Date: 2010-09-11 08:33:18 -0700 (Sat, 11 Sep 2010)
New Revision: 7538
Modified:
pcbsd/current/src-qt4/pbi-manager/module-examples/firefox/pbi.conf
pcbsd/current/src-qt4/pbi-manager/module-examples/gimp/pbi.conf
Log:
Cleanup the examples, dont need to set PBI_UPDATEURL now
Modified: pcbsd/current/src-qt4/pbi-manager/module-examples/firefox/pbi.conf
===================================================================
--- pcbsd/current/src-qt4/pbi-manager/module-examples/firefox/pbi.conf 2010-09-10 18:59:38 UTC (rev 7537)
+++ pcbsd/current/src-qt4/pbi-manager/module-examples/firefox/pbi.conf 2010-09-11 15:33:18 UTC (rev 7538)
@@ -17,9 +17,6 @@
# Default Icon (Relative to %%PBI_APPDIR%% or resources/)
PBI_PROGICON="firefox.png"
-# PBI Update URL set to "" or the http:// URL of update checker
-PBI_UPDATEURL="http://update.pbidir.com"
-
# Other Ports we need built (One per line)
PBI_MKPORTBEFORE="print/cups-base"
PBI_MKPORTAFTER="audio/esound
@@ -35,4 +32,4 @@
WITH_CUPS=yes
WITH_GECKO=libxul"
-export PBI_MAKEOPTS PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_PROGICON PBI_UPDATEURL
+export PBI_MAKEOPTS PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_PROGICON
Modified: pcbsd/current/src-qt4/pbi-manager/module-examples/gimp/pbi.conf
===================================================================
--- pcbsd/current/src-qt4/pbi-manager/module-examples/gimp/pbi.conf 2010-09-10 18:59:38 UTC (rev 7537)
+++ pcbsd/current/src-qt4/pbi-manager/module-examples/gimp/pbi.conf 2010-09-11 15:33:18 UTC (rev 7538)
@@ -17,9 +17,6 @@
# Default Icon (Relative to %%PBI_APPDIR%% or resources/)
PBI_PROGICON="gimp.png"
-# PBI Update URL set to "" or the http:// URL of update checker
-PBI_UPDATEURL="http://update.pbidir.com"
-
# Other Ports we need built (One per line)
PBI_MKPORTBEFORE="print/cups-base"
PBI_MKPORTAFTER="x11-themes/qtcurve-gtk2"
@@ -27,4 +24,4 @@
# Enter your custom make options here
PBI_MAKEOPTS="WITH_CUPS=yes"
-export PBI_MAKEOPTS PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_PROGICON PBI_UPDATEURL
+export PBI_MAKEOPTS PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_PROGICON
More information about the Commits
mailing list