[86222] trunk/dports/textproc/mecab-jumandic-eucjp/Portfile

hum at macports.org hum at macports.org
Fri Oct 21 23:52:22 PDT 2011


Revision: 86222
          http://trac.macports.org/changeset/86222
Author:   hum at macports.org
Date:     2011-10-21 23:52:22 -0700 (Fri, 21 Oct 2011)
Log Message:
-----------
mecab-jumandic-eucjp: modify obsolete error message according to Portfile Recipes.

Modified Paths:
--------------
    trunk/dports/textproc/mecab-jumandic-eucjp/Portfile

Modified: trunk/dports/textproc/mecab-jumandic-eucjp/Portfile
===================================================================
--- trunk/dports/textproc/mecab-jumandic-eucjp/Portfile	2011-10-22 06:51:12 UTC (rev 86221)
+++ trunk/dports/textproc/mecab-jumandic-eucjp/Portfile	2011-10-22 06:52:22 UTC (rev 86222)
@@ -17,8 +17,8 @@
 distfiles
 
 pre-configure {
-    ui_error "Please do not install this port since it has been replaced by 'mecab-jumandic'."
-    return -code error
+    ui_error "${name} has been renamed to ${replaced_by}. Please install ${replaced_by} instead."
+    return -code error "obsolete port"
 }
 
 livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111021/975cac99/attachment.html>


More information about the macports-changes mailing list