Revision
115454
Author
dluke@macports.org
Date
2014-01-02 06:35:56 -0800 (Thu, 02 Jan 2014)

Log Message

subversion: update ui_warn url pointing to subversion docs for the (currently broken) +unicode_path variant

Modified Paths

Diff

Modified: trunk/dports/devel/subversion/Portfile (115453 => 115454)


--- trunk/dports/devel/subversion/Portfile	2014-01-02 12:15:48 UTC (rev 115453)
+++ trunk/dports/devel/subversion/Portfile	2014-01-02 14:35:56 UTC (rev 115454)
@@ -132,7 +132,7 @@
 variant unicode_path	description {Installs a hack to workaround Mac OS X unicode path issues} {
 			patchfiles-append patch-osx_unicode_precomp.diff
 			post-install {
-				ui_warn "This variant (+unicode_path) implements a hack to deal with composed/decomposed unicode handling on Mac OS X which is different from linux and windows. It is an implementation of solution 1 from http://svn.collab.net/repos/svn/trunk/notes/unicode-composition-for-filenames which _WILL_ break some setups. Please be sure you understand what you are asking for when you install this variant."
+				ui_warn "This variant (+unicode_path) implements a hack to deal with composed/decomposed unicode handling on Mac OS X which is different from linux and windows. It is an implementation of solution 1 from http://svn.apache.org/repos/asf/subversion/trunk/notes/unicode-composition-for-filenames which _WILL_ break some setups. Please be sure you understand what you are asking for when you install this variant."
 				}
 			}