[PC-BSD Commits] r1084 - in pbibuild/modules/sylpheed: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Wed Jan 2 07:28:27 PST 2008
Author: kris
Date: 2008-01-02 07:28:26 -0800 (Wed, 02 Jan 2008)
New Revision: 1084
Modified:
pbibuild/modules/sylpheed/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/sylpheed/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/sylpheed/pbi.conf
Log:
Fixed a bug with Sylpheed removing all links properly, and trigger a rebuild
Modified: pbibuild/modules/sylpheed/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/sylpheed/overlay-dir/PBI.RemoveScript.sh 2007-12-30 18:27:29 UTC (rev 1083)
+++ pbibuild/modules/sylpheed/overlay-dir/PBI.RemoveScript.sh 2008-01-02 15:28:26 UTC (rev 1084)
@@ -8,8 +8,8 @@
#########################################
rm -fR /usr/local/bin/sylpheed
+rm -fR /usr/local/bin/sylpheed-bin
rm -fR /usr/local/share/doc/sylpheed
-rm -fR /usr/local/share/doc/sylpheed-bin
# Remove the old locale files since we are uninstalling
LANGFILE="sylpheed.mo"
Modified: pbibuild/modules/sylpheed/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/sylpheed/overlay-dir/PBI.SetupScript.sh 2007-12-30 18:27:29 UTC (rev 1083)
+++ pbibuild/modules/sylpheed/overlay-dir/PBI.SetupScript.sh 2008-01-02 15:28:26 UTC (rev 1084)
@@ -14,6 +14,12 @@
# echo 'SETSTEPS: <num>' # Set the current progress of the progress bar
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
+
+# Cleanup old Sylpheed links
+rm /usr/local/bin/sylpheed
+rm /usr/local/bin/sylpheed-bin
+rm /usr/local/share/doc/sylpheed
+
ln -s /Programs/${PROGDIR}/.sbin/sylpheed /usr/local/bin/sylpheed-bin
ln -s /Programs/${PROGDIR}/.sbin/sylpheed.sh /usr/local/bin/sylpheed
ln -s /Programs/${PROGDIR}/share/doc/ /usr/local/share/doc/sylpheed
Modified: pbibuild/modules/sylpheed/pbi.conf
===================================================================
--- pbibuild/modules/sylpheed/pbi.conf 2007-12-30 18:27:29 UTC (rev 1083)
+++ pbibuild/modules/sylpheed/pbi.conf 2008-01-02 15:28:26 UTC (rev 1084)
@@ -32,6 +32,6 @@
# 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="25"
+BUILDKEY="05"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list