[77955] trunk/dports/python/py26-hggit/Portfile

easieste at macports.org easieste at macports.org
Sun Apr 17 23:21:50 PDT 2011


Revision: 77955
          http://trac.macports.org/changeset/77955
Author:   easieste at macports.org
Date:     2011-04-17 23:21:49 -0700 (Sun, 17 Apr 2011)
Log Message:
-----------
Use notes mechanism rather than ui_msg to note configuration step.

Modified Paths:
--------------
    trunk/dports/python/py26-hggit/Portfile

Modified: trunk/dports/python/py26-hggit/Portfile
===================================================================
--- trunk/dports/python/py26-hggit/Portfile	2011-04-18 06:15:14 UTC (rev 77954)
+++ trunk/dports/python/py26-hggit/Portfile	2011-04-18 06:21:49 UTC (rev 77955)
@@ -27,9 +27,9 @@
 
 depends_lib             port:mercurial \
                         port:py26-dulwich
-post-activate {
-    ui_msg "To use this plugin, add the following to your ~/.hgrc"
-    ui_msg ""
-    ui_msg "\[extensions\]"
-    ui_msg "hggit = ${python.prefix}/lib/python2.6/site-packages"
-}
\ No newline at end of file
+notes "
+To use this extension, add the following to your ~/.hgrc:
+
+\[extensions\]   
+hggit=${python.prefix}/lib/python2.6/site-packages
+"
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110417/648678b5/attachment.html>


More information about the macports-changes mailing list