[csw-devel] SF.net SVN: gar:[4700] csw/mgar/pkg/php5/trunk
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Tue May 5 23:54:51 CEST 2009
Revision: 4700
http://gar.svn.sourceforge.net/gar/?rev=4700&view=rev
Author: valholla
Date: 2009-05-05 21:54:51 +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:41:17 UTC (rev 4699)
+++ csw/mgar/pkg/php5/trunk/checksums 2009-05-05 21:54:51 UTC (rev 4700)
@@ -4,7 +4,7 @@
5f0046fe1b3f8e2228fdb165bdbbe73a download/CSWmodphp5.postinstall
2e5dbed2c9dd5e24c331753984946822 download/CSWmodphp5.preremove
0dd379f20ceb32fc77bb3a9bf045097f download/CSWmodphp5.space
-f98ec3d799fa183694eec035e9454b64 download/CSWphp5.postinstall
+dc7c3434b97077f0915985ea6a6b6454 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:41:17 UTC (rev 4699)
+++ csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall 2009-05-05 21:54:51 UTC (rev 4700)
@@ -44,9 +44,10 @@
*
* Your existing config contains the following extensions
* that now have become external packages:
+*
_EOT_
cnt=1
-for name in `echo ${non_pkgs}`; do
+for name in `echo ${new_pkgs}`; do
if [ `expr ${cnt} % 4` -ne 0 ]; then
echo "${name} \c"
else
@@ -55,8 +56,9 @@
cnt=`expr ${cnt} + 1`
done
cat << _EOT_
+*
* to keep the same functionality as the original install
-* install them using pkg-get
+* you will need to 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
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