[21887] trunk/dports/editors/vim/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 10 18:47:24 PST 2007


Revision: 21887
          http://trac.macosforge.org/projects/macports/changeset/21887
Author:   pipping at macports.org
Date:     2007-02-10 18:47:24 -0800 (Sat, 10 Feb 2007)

Log Message:
-----------
 * add in a warning

Modified Paths:
--------------
    trunk/dports/editors/vim/Portfile

Modified: trunk/dports/editors/vim/Portfile
===================================================================
--- trunk/dports/editors/vim/Portfile	2007-02-11 02:33:24 UTC (rev 21886)
+++ trunk/dports/editors/vim/Portfile	2007-02-11 02:47:24 UTC (rev 21887)
@@ -134,6 +134,12 @@
             ${destroot}/${prefix}/bin/vim"
         xinstall -m 755 ${filespath}/gvim.sh ${destroot}/${prefix}/bin/gvim
     }
+    post-install {
+        ui_msg "===============================================================================\n"
+        ui_msg "  Vim's variant aqua can reportedly cause trouble when upgrading from an old   "
+        ui_msg "    version. Uninstallation and reinstallation are therefore recommended.    \n"
+        ui_msg "===============================================================================\n"
+    }
 }
 
 variant athena {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070210/69eef51e/attachment.html


More information about the macports-changes mailing list