Revision: 141254 https://trac.macports.org/changeset/141254 Author: dstrubbe@macports.org Date: 2015-10-13 10:36:05 -0700 (Tue, 13 Oct 2015) Log Message: ----------- rust: Change trivial use of non-UTF characters to standard ASCII in description. Maintainer time-out, ticket #47761. Modified Paths: -------------- trunk/dports/lang/rust/Portfile Modified: trunk/dports/lang/rust/Portfile =================================================================== --- trunk/dports/lang/rust/Portfile 2015-10-13 16:17:05 UTC (rev 141253) +++ trunk/dports/lang/rust/Portfile 2015-10-13 17:36:05 UTC (rev 141254) @@ -20,9 +20,9 @@ language. It visually resembles the C language \ family, but differs significantly in syntactic and \ semantic details. Its design is oriented toward \ - concerns of “programming in the large”, that is, of \ - creating and maintaining boundaries — both abstract \ - and operational — that preserve large-system \ + concerns of \"programming in the large\", that is, of \ + creating and maintaining boundaries -- both abstract \ + and operational -- that preserve large-system \ integrity, availability and concurrency. homepage http://www.rust-lang.org/