[csw-devel] SF.net SVN: gar:[4699] csw/mgar/pkg/php5/trunk

valholla at users.sourceforge.net valholla at users.sourceforge.net
Tue May 5 23:41:17 CEST 2009


Revision: 4699
          http://gar.svn.sourceforge.net/gar/?rev=4699&view=rev
Author:   valholla
Date:     2009-05-05 21:41:17 +0000 (Tue, 05 May 2009)

Log Message:
-----------
tweak post-install

Modified Paths:
--------------
    csw/mgar/pkg/php5/trunk/checksums
    csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall

Modified: csw/mgar/pkg/php5/trunk/checksums
===================================================================
--- csw/mgar/pkg/php5/trunk/checksums	2009-05-05 21:18:33 UTC (rev 4698)
+++ csw/mgar/pkg/php5/trunk/checksums	2009-05-05 21:41:17 UTC (rev 4699)
@@ -4,7 +4,7 @@
 5f0046fe1b3f8e2228fdb165bdbbe73a  download/CSWmodphp5.postinstall
 2e5dbed2c9dd5e24c331753984946822  download/CSWmodphp5.preremove
 0dd379f20ceb32fc77bb3a9bf045097f  download/CSWmodphp5.space
-69cc09afe1d73127e48d0d59b4c20b15  download/CSWphp5.postinstall
+f98ec3d799fa183694eec035e9454b64  download/CSWphp5.postinstall
 89e79becc9d7698c5c561581f2b098bc  download/CSWphp5_ext_disable.sh
 de56d3571f4484284d106af158bffc38  download/CSWphp5_ext_enable.sh
 ab08e2ba62667bf13fa236099e433e84  download/configure.diff

Modified: csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall
===================================================================
--- csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall	2009-05-05 21:18:33 UTC (rev 4698)
+++ csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall	2009-05-05 21:41:17 UTC (rev 4699)
@@ -44,9 +44,19 @@
 *
 * Your existing config contains the following extensions
 * that now have become external packages:
-* ${new_pkgs}
+_EOT_
+cnt=1
+for name in `echo ${non_pkgs}`; do
+    if [ `expr ${cnt} % 4` -ne 0 ]; then
+        echo "${name} \c"
+    else
+        echo "${name}"
+    fi
+    cnt=`expr ${cnt} + 1`
+done
+cat << _EOT_
 * to keep the same functionality as the original install 
-* install ${new_pkgs} using pkg-get 
+* install them using pkg-get 
 *
 * If you have issues with missing extensions, Please check
 * the catalog for the missing extension before filing a bug report
@@ -69,7 +79,17 @@
 * 
 * Your existing config contains the following extensions
 * that are not part of CSW build: 
-* ${non_pkgs}
+_EOT_
+cnt=1
+for name in `echo ${non_pkgs}`; do
+    if [ `expr ${cnt} % 4` -ne 0 ]; then
+        echo "${name} \c"
+    else
+        echo "${name}"
+    fi
+    cnt=`expr ${cnt} + 1`
+done
+cat << _EOT_
 * 
 * Please verify they are still working after this upgrade.
 *


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list