[PC-BSD Commits] r3428 - pbibuild/modules/vuze
svn at pcbsd.org
svn at pcbsd.org
Tue Feb 10 10:05:47 PST 2009
Author: kris
Date: 2009-02-10 10:05:46 -0800 (Tue, 10 Feb 2009)
New Revision: 3428
Modified:
pbibuild/modules/vuze/build.sh
pbibuild/modules/vuze/pbi.conf
Log:
Fixed starting vuze up properly
Modified: pbibuild/modules/vuze/build.sh
===================================================================
--- pbibuild/modules/vuze/build.sh 2009-02-10 15:58:04 UTC (rev 3427)
+++ pbibuild/modules/vuze/build.sh 2009-02-10 18:05:46 UTC (rev 3428)
@@ -13,7 +13,7 @@
cp -R /usr/local/diablo*jdk*/jre ${PBIDIR}/diablo-jre1.6.0
# Make the javavms file
-echo "/Programs/LimeWire${PORTVER}/diablo-jre1.6.0/bin/java # DiabloCaffe1.6.0" > ${PBIDIR}/etc/javavms
+echo "/Programs/Vuze${PORTVER}/diablo-jre1.6.0/bin/java # DiabloCaffe1.6.0" > ${PBIDIR}/etc/javavms
# Remove some extra libraries we don't need
cd ${PBIDIR}/autolibs
Modified: pbibuild/modules/vuze/pbi.conf
===================================================================
--- pbibuild/modules/vuze/pbi.conf 2009-02-10 15:58:04 UTC (rev 3427)
+++ pbibuild/modules/vuze/pbi.conf 2009-02-10 18:05:46 UTC (rev 3428)
@@ -32,7 +32,7 @@
# 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="01"
+BUILDKEY="05"
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
More information about the Commits
mailing list