[129141] trunk/dports/editors/NERD_tree/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Dec 7 10:29:42 PST 2014


Revision: 129141
          https://trac.macports.org/changeset/129141
Author:   khindenburg at macports.org
Date:     2014-12-07 10:29:42 -0800 (Sun, 07 Dec 2014)
Log Message:
-----------
NERD_tree: obsolete - add pre-fetch error to disallow installing #38165

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

Modified: trunk/dports/editors/NERD_tree/Portfile
===================================================================
--- trunk/dports/editors/NERD_tree/Portfile	2014-12-07 18:21:51 UTC (rev 129140)
+++ trunk/dports/editors/NERD_tree/Portfile	2014-12-07 18:29:42 UTC (rev 129141)
@@ -38,6 +38,13 @@
     xinstall ${worksrcpath}/plugin/${name}.vim ${vim}/plugin/
     copy ${worksrcpath}/nerdtree_plugin ${vim}
 }
+
+# This port can be removed after Dec 2015
+pre-fetch {
+    ui_error "Please do not install this port since this is a vim plugin and there are better ways of installing vim plugins (#38165)."
+    return -code error
+}
+
 post-activate {
     # rebuild help tags
     system "${prefix}/bin/vim -c \":helptags ${prefix}/share/vim/vim73/doc\" -c \":q\" "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141207/90eefd09/attachment-0001.html>


More information about the macports-changes mailing list