[PC-BSD Commits] r12140 - pbibuild/modules/mail/sylpheed3
svn at pcbsd.org
svn at pcbsd.org
Wed Aug 17 12:41:04 PDT 2011
Author: kenmoore
Date: 2011-08-17 12:41:03 -0700 (Wed, 17 Aug 2011)
New Revision: 12140
Modified:
pbibuild/modules/mail/sylpheed3/build.sh
pbibuild/modules/mail/sylpheed3/pbi.conf
Log:
Fix the build.sh script for sylpheed to properly change CHANGEME in binary
Modified: pbibuild/modules/mail/sylpheed3/build.sh
===================================================================
--- pbibuild/modules/mail/sylpheed3/build.sh 2011-08-17 18:05:32 UTC (rev 12139)
+++ pbibuild/modules/mail/sylpheed3/build.sh 2011-08-17 19:41:03 UTC (rev 12140)
@@ -12,6 +12,6 @@
##############################################################################
# Save the right version number in bin wrapper
-#sed -i.bak "s,CHANGEME,${PBI_TARGETDIR},g" ${PBIDIR}/bin/sylpheed
+sed -i.bak "s,CHANGEME,${PBI_TARGETDIR},g" ${PBIDIR}/bin/sylpheed
chmod 755 ${PBIDIR}/bin/*
Modified: pbibuild/modules/mail/sylpheed3/pbi.conf
===================================================================
--- pbibuild/modules/mail/sylpheed3/pbi.conf 2011-08-17 18:05:32 UTC (rev 12139)
+++ pbibuild/modules/mail/sylpheed3/pbi.conf 2011-08-17 19:41:03 UTC (rev 12140)
@@ -33,7 +33,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="03"
+BUILDKEY="04"
PBIAUTOPOPULATE="YES"
export PBIAUTOPOPULATE
More information about the Commits
mailing list