From d765aa11bd9af6853835e5238710f8d54618cca9 Mon Sep 17 00:00:00 2001 From: Peter Volkov Date: Sat, 1 Oct 2011 19:15:17 +0000 Subject: Update upgrading instructions a bit. svn path=/; revision=504 --- mail-client/roundcube/Manifest | 4 ++-- mail-client/roundcube/files/postupgrade-en-0.6.txt | 18 +++++++++++++----- mail-client/roundcube/roundcube-0.6.ebuild | 7 +++++++ 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/mail-client/roundcube/Manifest b/mail-client/roundcube/Manifest index 245741b..0ba567f 100644 --- a/mail-client/roundcube/Manifest +++ b/mail-client/roundcube/Manifest @@ -1,8 +1,8 @@ AUX postinstall-en-0.6.txt 2218 RMD160 e0cf380d6cf04f92bd46cee5e9d02a954bc67f8d SHA1 724f5f01faf7b1970fb6c2e4cfe2badc66db9180 SHA256 f40b5134e13206e0abc325ec28bc0d42d8f233efc0a86304d985845e06377067 -AUX postupgrade-en-0.6.txt 1158 RMD160 c16f92d21c0d5babb2a6cc0905190e5efc3c67e4 SHA1 bcff663ecdb63e48397816191473b2a95a3668e7 SHA256 1b495045608ee1fe080c32b906bfd3343c726323ce08ce234bda8f77d181743c +AUX postupgrade-en-0.6.txt 1271 RMD160 756dc86b991a31912c68d504378c009f728dab9d SHA1 83d6143cc81ebe9b277cf1ea7335ac11a6ef078d SHA256 110724101fb7f712fec3e44023d1562de235dee4578acd5be5846bdf2e510c18 DIST roundcubemail-0.5.4.tar.gz 2291117 RMD160 a1d4ab3f2d8eaf08c6e17457a6430799ba53cde0 SHA1 d3f4155edf9ef276a948d7b004a7be8890524a54 SHA256 8562325c850edd9e83806b21c7bde1480c5d150cc5cb48beb014ef972a201ed5 DIST roundcubemail-0.6.tar.gz 2681342 RMD160 b33eb13b909d57b89af6609a3cbac3151de236e1 SHA1 304a888554a54817ffcd13c20adc46368d18935a SHA256 18d255c5317b5cbe68fb48494c39b2b3403c0452890f6159d22f876be49051cc EBUILD roundcube-0.5.4.ebuild 1957 RMD160 f95f08ffc7e534a179a341cb9b55a5ca08574917 SHA1 d1374e11b6ccfad05e189058622f89b8a50715f1 SHA256 3ea922a6268d18ddf29d1580ad0f3bc13c0776d338e428a85dc2e39d4ff081d9 -EBUILD roundcube-0.6.ebuild 2093 RMD160 9ad010a79c0f0112d591bd50dabb341ad62aec19 SHA1 2c225139cfbc7648295e826523ded9b5f4a2c953 SHA256 8598a7015220d97ef9defb8771b0728b4eec772737456789877df85ffc0fcae7 +EBUILD roundcube-0.6.ebuild 2372 RMD160 505034b40de48324829e46b5cd07b975d6d062d1 SHA1 b986006135dc59a5a54ff7df1c38a4bd95c7d158 SHA256 de5e5947ddab61d2ffa3c28f56c3554d14989c83886bc25275443804035b116d MISC ChangeLog 8487 RMD160 ab3a9a6b030e2b443ff8c88b318832cc7a8f4173 SHA1 b62c0554f11caf10eece7b1e57b86516fc5d312b SHA256 01d1b6d827af801cda3b7569d81f5fe224a8def4dcadcddbd56c95b0c8a3581c MISC metadata.xml 161 RMD160 d47e924599b33a35a50f4c9f5564d325c271f83b SHA1 5b91a6d8d06d3dca2d774425befba30caca51507 SHA256 9cd891fcf0af580e98b62d2f4ded9e53671599f5a7aafd5dce692b996d2a83f4 diff --git a/mail-client/roundcube/files/postupgrade-en-0.6.txt b/mail-client/roundcube/files/postupgrade-en-0.6.txt index b7d98a0..0ee605b 100644 --- a/mail-client/roundcube/files/postupgrade-en-0.6.txt +++ b/mail-client/roundcube/files/postupgrade-en-0.6.txt @@ -17,17 +17,25 @@ config files and database schema as suggested by the updater. * Alternative update -As an alternative to procedure outlined in "Web browser instructions" just run -./bin/update.sh from the commandline and let the update script/installer check -your configuration and update your config files and database schema as -suggested by the updater. +As an alternative to procedure outlined in "Web browser instructions" to +execute: + $ cd ${MY_SERVERCONFIGDIR}/bin + $ chmod +x bin/*.sh + $ ./bin/update.sh + $ chmod -x bin/*.sh +This will check your configuration and update your config files and database +schema as suggested by the updater. * Post-Upgrade Activities 1. Check .htaccess settings (some php settings could become required) 2. If you're using build-in addressbook, run indexing script -/bin/indexcontacts.sh. + $ cd ${MY_SERVERCONFIGDIR}/bin + $ chmod +x bin/*.sh + $ ./bin/indexcontacts.sh. + $ chmod -x bin/*.sh 3. When upgrading from version older than 0.6-beta you should make sure your folder settings contain namespace prefix. For example Courier users should add INBOX. prefix to folder names in main configuration file. + diff --git a/mail-client/roundcube/roundcube-0.6.ebuild b/mail-client/roundcube/roundcube-0.6.ebuild index 671703a..9597c75 100644 --- a/mail-client/roundcube/roundcube-0.6.ebuild +++ b/mail-client/roundcube/roundcube-0.6.ebuild @@ -67,3 +67,10 @@ src_install() { webapp_postupgrade_txt en UPGRADING webapp_src_install } + +pkg_postinst() { + webapp_pkg_postinst + ewarn "When upgrading from version older than 0.6-beta you should make sure your" + ewarn "folder settings contain namespace prefix. For example Courier users should" + ewarn "add INBOX. prefix to folder names in main configuration file." +} -- cgit v1.2.3-65-gdbad