[PC-BSD Commits] r5563 - pbibuild/modules/net-p2p/deluge
svn at pcbsd.org
svn at pcbsd.org
Fri Dec 11 09:12:30 PST 2009
Author: kris
Date: 2009-12-11 09:12:30 -0800 (Fri, 11 Dec 2009)
New Revision: 5563
Modified:
pbibuild/modules/net-p2p/deluge/pbi.conf
Log:
Dont prune python from deluge, its a python app
Modified: pbibuild/modules/net-p2p/deluge/pbi.conf
===================================================================
--- pbibuild/modules/net-p2p/deluge/pbi.conf 2009-12-11 17:11:33 UTC (rev 5562)
+++ pbibuild/modules/net-p2p/deluge/pbi.conf 2009-12-11 17:12:30 UTC (rev 5563)
@@ -32,6 +32,9 @@
# 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="02"
+# Dont prune python files, we need them
+PBIPRUNEPYTHON="NO" ; export PBIPRUNEPYTHON
+
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list