[PC-BSD Commits] r6066 - in pbibuild/modules/net-p2p/deluge: . kmenu-dir overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Thu Jan 28 09:39:03 PST 2010
Author: kris
Date: 2010-01-28 09:39:03 -0800 (Thu, 28 Jan 2010)
New Revision: 6066
Removed:
pbibuild/modules/net-p2p/deluge/overlay-dir/bin/
Modified:
pbibuild/modules/net-p2p/deluge/build.sh
pbibuild/modules/net-p2p/deluge/kmenu-dir/deluge
pbibuild/modules/net-p2p/deluge/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/net-p2p/deluge/pbi.conf
Log:
Updated deluge, don't need wrapper script anymore
Modified: pbibuild/modules/net-p2p/deluge/build.sh
===================================================================
--- pbibuild/modules/net-p2p/deluge/build.sh 2010-01-28 17:28:17 UTC (rev 6065)
+++ pbibuild/modules/net-p2p/deluge/build.sh 2010-01-28 17:39:03 UTC (rev 6066)
@@ -10,10 +10,3 @@
# PBI_VERSION = Version number of this PBI
# MODULEDIR = The location of the module directory for this PBI
##############################################################################
-
-# Save the right version number in the deluge.sh
-sed -i.bak "s,CHANGEME,${PBI_TARGETDIR},g" ${PBIDIR}/bin/deluge.sh
-
-sed -i.bak 's|/usr/local/bin|${PBI_TARGETFULLDIR}/bin|g' ${PBIDIR}/bin/deluge
-
-chmod 755 ${PBIDIR}/bin/*
Modified: pbibuild/modules/net-p2p/deluge/kmenu-dir/deluge
===================================================================
--- pbibuild/modules/net-p2p/deluge/kmenu-dir/deluge 2010-01-28 17:28:17 UTC (rev 6065)
+++ pbibuild/modules/net-p2p/deluge/kmenu-dir/deluge 2010-01-28 17:39:03 UTC (rev 6066)
@@ -1,4 +1,4 @@
-ExePath: bin/deluge.sh
+ExePath: bin/deluge
ExeIcon: share/pixmaps/deluge.png
ExeDescr: Deluge
ExeNoDesktop: 0
Modified: pbibuild/modules/net-p2p/deluge/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/net-p2p/deluge/overlay-dir/PBI.SetupScript.sh 2010-01-28 17:28:17 UTC (rev 6065)
+++ pbibuild/modules/net-p2p/deluge/overlay-dir/PBI.SetupScript.sh 2010-01-28 17:39:03 UTC (rev 6066)
@@ -15,4 +15,4 @@
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-echo "LAUNCHCLOSE: /Programs/bin/deluge.sh"
+echo "LAUNCHCLOSE: /Programs/bin/deluge"
Modified: pbibuild/modules/net-p2p/deluge/pbi.conf
===================================================================
--- pbibuild/modules/net-p2p/deluge/pbi.conf 2010-01-28 17:28:17 UTC (rev 6065)
+++ pbibuild/modules/net-p2p/deluge/pbi.conf 2010-01-28 17:39:03 UTC (rev 6066)
@@ -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="02"
+BUILDKEY="05"
# Dont prune python files, we need them
PBIPRUNEPYTHON="NO" ; export PBIPRUNEPYTHON
More information about the Commits
mailing list