[146317] trunk/dports/java/commons-httpclient

ryandesign at macports.org ryandesign at macports.org
Fri Mar 4 08:23:51 PST 2016


Revision: 146317
          https://trac.macports.org/changeset/146317
Author:   ryandesign at macports.org
Date:     2016-03-04 08:23:50 -0800 (Fri, 04 Mar 2016)
Log Message:
-----------
commons-httpclient: fix build failure due to source code character encoding problems (#50792)

Modified Paths:
--------------
    trunk/dports/java/commons-httpclient/Portfile

Added Paths:
-----------
    trunk/dports/java/commons-httpclient/files/
    trunk/dports/java/commons-httpclient/files/patch-Glueck.diff

Modified: trunk/dports/java/commons-httpclient/Portfile
===================================================================
--- trunk/dports/java/commons-httpclient/Portfile	2016-03-04 16:20:21 UTC (rev 146316)
+++ trunk/dports/java/commons-httpclient/Portfile	2016-03-04 16:23:50 UTC (rev 146317)
@@ -4,7 +4,7 @@
 
 name				commons-httpclient
 version				3.1
-
+revision			1
 categories			java
 license				Apache-2
 maintainers			nomaintainer
@@ -25,6 +25,8 @@
 					port:commons-logging \
 					port:commons-codec
 
+patchfiles			patch-Glueck.diff
+
 use_configure		no
 
 worksrcdir			${name}-${version}

Added: trunk/dports/java/commons-httpclient/files/patch-Glueck.diff
===================================================================
--- trunk/dports/java/commons-httpclient/files/patch-Glueck.diff	                        (rev 0)
+++ trunk/dports/java/commons-httpclient/files/patch-Glueck.diff	2016-03-04 16:23:50 UTC (rev 146317)
@@ -0,0 +1,264 @@
+--- docs/apidocs/org/apache/commons/httpclient/HttpClient.html.orig	2007-08-18 04:02:15.000000000 -0500
++++ docs/apidocs/org/apache/commons/httpclient/HttpClient.html	2016-03-04 10:04:05.000000000 -0600
+@@ -111,7 +111,7 @@
+ <DT><B>Version:</B></DT>
+   <DD>$Revision: 509577 $ $Date: 2007-02-20 15:28:18 +0100 (Tue, 20 Feb 2007) $</DD>
+ <DT><B>Author:</B></DT>
+-  <DD><a href="mailto:remm at apache.org">Remy Maucherat</a>, <a href="mailto:rwaldhoff at apache.org">Rodney Waldhoff</a>, Sean C. Sullivan, <a href="mailto:dion at apache.org">dIon Gillard</a>, Ortwin Gl?ck, <a href="mailto:becke at u.washington.edu">Michael Becke</a>, <a href="mailto:mbowler at GargoyleSoftware.com">Mike Bowler</a>, Sam Maloney, Laura Werner, <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a></DD>
++  <DD><a href="mailto:remm at apache.org">Remy Maucherat</a>, <a href="mailto:rwaldhoff at apache.org">Rodney Waldhoff</a>, Sean C. Sullivan, <a href="mailto:dion at apache.org">dIon Gillard</a>, Ortwin Glueck, <a href="mailto:becke at u.washington.edu">Michael Becke</a>, <a href="mailto:mbowler at GargoyleSoftware.com">Mike Bowler</a>, Sam Maloney, Laura Werner, <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a></DD>
+ </DL>
+ <HR>
+ 
+--- docs/apidocs/org/apache/commons/httpclient/HttpClientError.html.orig	2007-08-18 04:02:15.000000000 -0500
++++ docs/apidocs/org/apache/commons/httpclient/HttpClientError.html	2016-03-04 10:04:05.000000000 -0600
+@@ -114,7 +114,7 @@
+ <DT><B>Version:</B></DT>
+   <DD>$Revision: 480424 $ $Date: 2006-11-29 06:56:49 +0100 (Wed, 29 Nov 2006) $</DD>
+ <DT><B>Author:</B></DT>
+-  <DD>Ortwin Gl?ck</DD>
++  <DD>Ortwin Glueck</DD>
+ <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.apache.commons.httpclient.HttpClientError">Serialized Form</A></DL>
+ <HR>
+ 
+--- docs/apidocs/org/apache/commons/httpclient/HttpContentTooLargeException.html.orig	2007-08-18 04:02:15.000000000 -0500
++++ docs/apidocs/org/apache/commons/httpclient/HttpContentTooLargeException.html	2016-03-04 10:04:05.000000000 -0600
+@@ -112,7 +112,7 @@
+ <P>
+ <DL>
+ <DT><B>Author:</B></DT>
+-  <DD>Ortwin Gl?ck</DD>
++  <DD>Ortwin Glueck</DD>
+ <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.apache.commons.httpclient.HttpContentTooLargeException">Serialized Form</A></DL>
+ <HR>
+ 
+--- docs/apidocs/org/apache/commons/httpclient/auth/BasicScheme.html.orig	2007-08-18 04:02:15.000000000 -0500
++++ docs/apidocs/org/apache/commons/httpclient/auth/BasicScheme.html	2016-03-04 10:04:05.000000000 -0600
+@@ -111,7 +111,7 @@
+ <P>
+ <DL>
+ <DT><B>Author:</B></DT>
+-  <DD><a href="mailto:remm at apache.org">Remy Maucherat</a>, Rodney Waldhoff, <a href="mailto:jsdever at apache.org">Jeff Dever</a>, Ortwin Gl?ck, Sean C. Sullivan, <a href="mailto:adrian at ephox.com">Adrian Sutton</a>, <a href="mailto:mbowler at GargoyleSoftware.com">Mike Bowler</a>, <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a></DD>
++  <DD><a href="mailto:remm at apache.org">Remy Maucherat</a>, Rodney Waldhoff, <a href="mailto:jsdever at apache.org">Jeff Dever</a>, Ortwin Glueck, Sean C. Sullivan, <a href="mailto:adrian at ephox.com">Adrian Sutton</a>, <a href="mailto:mbowler at GargoyleSoftware.com">Mike Bowler</a>, <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a></DD>
+ </DL>
+ <HR>
+ 
+--- docs/apidocs/org/apache/commons/httpclient/auth/DigestScheme.html.orig	2007-08-18 04:02:15.000000000 -0500
++++ docs/apidocs/org/apache/commons/httpclient/auth/DigestScheme.html	2016-03-04 10:04:05.000000000 -0600
+@@ -124,7 +124,7 @@
+ <P>
+ <DL>
+ <DT><B>Author:</B></DT>
+-  <DD><a href="mailto:remm at apache.org">Remy Maucherat</a>, Rodney Waldhoff, <a href="mailto:jsdever at apache.org">Jeff Dever</a>, Ortwin Gl?ck, Sean C. Sullivan, <a href="mailto:adrian at ephox.com">Adrian Sutton</a>, <a href="mailto:mbowler at GargoyleSoftware.com">Mike Bowler</a>, <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a></DD>
++  <DD><a href="mailto:remm at apache.org">Remy Maucherat</a>, Rodney Waldhoff, <a href="mailto:jsdever at apache.org">Jeff Dever</a>, Ortwin Glueck, Sean C. Sullivan, <a href="mailto:adrian at ephox.com">Adrian Sutton</a>, <a href="mailto:mbowler at GargoyleSoftware.com">Mike Bowler</a>, <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a></DD>
+ </DL>
+ <HR>
+ 
+--- docs/apidocs/org/apache/commons/httpclient/auth/HttpAuthenticator.html.orig	2007-08-18 04:02:15.000000000 -0500
++++ docs/apidocs/org/apache/commons/httpclient/auth/HttpAuthenticator.html	2016-03-04 10:04:05.000000000 -0600
+@@ -121,7 +121,7 @@
+ <P>
+ <DL>
+ <DT><B>Author:</B></DT>
+-  <DD><a href="mailto:remm at apache.org">Remy Maucherat</a>, Rodney Waldhoff, <a href="mailto:jsdever at apache.org">Jeff Dever</a>, Ortwin Gl?ck, Sean C. Sullivan, <a href="mailto:adrian at ephox.com">Adrian Sutton</a>, <a href="mailto:mbowler at GargoyleSoftware.com">Mike Bowler</a>, <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a></DD>
++  <DD><a href="mailto:remm at apache.org">Remy Maucherat</a>, Rodney Waldhoff, <a href="mailto:jsdever at apache.org">Jeff Dever</a>, Ortwin Glueck, Sean C. Sullivan, <a href="mailto:adrian at ephox.com">Adrian Sutton</a>, <a href="mailto:mbowler at GargoyleSoftware.com">Mike Bowler</a>, <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a></DD>
+ </DL>
+ <HR>
+ 
+--- docs/xref/org/apache/commons/httpclient/HttpClient.html.orig	2007-08-18 04:02:15.000000000 -0500
++++ docs/xref/org/apache/commons/httpclient/HttpClient.html	2016-03-04 10:04:05.000000000 -0600
+@@ -57,7 +57,7 @@
+ <a name="48" href="#48">48</a>  <em> * @author &lt;a href="<a href="mailto:rwaldhoff at apache.org" target="alexandria_uri">mailto:rwaldhoff at apache.org</a>">Rodney Waldhoff&lt;/a></em>
+ <a name="49" href="#49">49</a>  <em> * @author Sean C. Sullivan</em>
+ <a name="50" href="#50">50</a>  <em> * @author &lt;a href="<a href="mailto:dion at apache.org" target="alexandria_uri">mailto:dion at apache.org</a>">dIon Gillard&lt;/a></em>
+-<a name="51" href="#51">51</a>  <em> * @author Ortwin Gl?ck</em>
++<a name="51" href="#51">51</a>  <em> * @author Ortwin Glueck</em>
+ <a name="52" href="#52">52</a>  <em> * @author &lt;a href="<a href="mailto:becke at u.washington.edu" target="alexandria_uri">mailto:becke at u.washington.edu</a>">Michael Becke&lt;/a></em>
+ <a name="53" href="#53">53</a>  <em> * @author &lt;a href="<a href="mailto:mbowler at GargoyleSoftware.com" target="alexandria_uri">mailto:mbowler at GargoyleSoftware.com</a>">Mike Bowler&lt;/a></em>
+ <a name="54" href="#54">54</a>  <em> * @author Sam Maloney</em>
+--- docs/xref/org/apache/commons/httpclient/HttpClientError.html.orig	2007-08-18 04:02:15.000000000 -0500
++++ docs/xref/org/apache/commons/httpclient/HttpClientError.html	2016-03-04 10:04:05.000000000 -0600
+@@ -42,7 +42,7 @@
+ <a name="33" href="#33">33</a>  <em>/**</em>
+ <a name="34" href="#34">34</a>  <em> * Signals that an error has occurred.</em>
+ <a name="35" href="#35">35</a>  <em> * </em>
+-<a name="36" href="#36">36</a>  <em> * @author Ortwin Gl?ck</em>
++<a name="36" href="#36">36</a>  <em> * @author Ortwin Glueck</em>
+ <a name="37" href="#37">37</a>  <em> * @version $Revision: 480424 $ $Date: 2006-11-29 06:56:49 +0100 (Wed, 29 Nov 2006) $</em>
+ <a name="38" href="#38">38</a>  <em> * @since 3.0</em>
+ <a name="39" href="#39">39</a>  <em> */</em>
+--- docs/xref/org/apache/commons/httpclient/HttpContentTooLargeException.html.orig	2007-08-18 04:02:15.000000000 -0500
++++ docs/xref/org/apache/commons/httpclient/HttpContentTooLargeException.html	2016-03-04 10:04:05.000000000 -0600
+@@ -12,7 +12,7 @@
+ <a name="3" href="#3">3</a>   <em>/**</em>
+ <a name="4" href="#4">4</a>   <em> * Signals that the response content was larger than anticipated. </em>
+ <a name="5" href="#5">5</a>   <em> * </em>
+-<a name="6" href="#6">6</a>   <em> * @author Ortwin Gl?ck</em>
++<a name="6" href="#6">6</a>   <em> * @author Ortwin Glueck</em>
+ <a name="7" href="#7">7</a>   <em> */</em>
+ <a name="8" href="#8">8</a>   <strong>public</strong> <strong>class</strong> <a href="../../../../org/apache/commons/httpclient/HttpContentTooLargeException.html">HttpContentTooLargeException</a> <strong>extends</strong> <a href="../../../../org/apache/commons/httpclient/HttpException.html">HttpException</a> {
+ <a name="9" href="#9">9</a>       <strong>private</strong> <strong>int</strong> maxlen;
+--- docs/xref/org/apache/commons/httpclient/WireLogInputStream.html.orig	2007-08-18 04:02:15.000000000 -0500
++++ docs/xref/org/apache/commons/httpclient/WireLogInputStream.html	2016-03-04 10:04:05.000000000 -0600
+@@ -46,7 +46,7 @@
+ <a name="37" href="#37">37</a>  <em>/**</em>
+ <a name="38" href="#38">38</a>  <em> * Logs all data read to the wire LOG.</em>
+ <a name="39" href="#39">39</a>  <em> *</em>
+-<a name="40" href="#40">40</a>  <em> * @author Ortwin Gl?ck</em>
++<a name="40" href="#40">40</a>  <em> * @author Ortwin Glueck</em>
+ <a name="41" href="#41">41</a>  <em> * @author &lt;a href="<a href="mailto:mbowler at GargoyleSoftware.com" target="alexandria_uri">mailto:mbowler at GargoyleSoftware.com</a>">Mike Bowler&lt;/a></em>
+ <a name="42" href="#42">42</a>  <em> * @author &lt;a href="<a href="mailto:oleg at ural.ru" target="alexandria_uri">mailto:oleg at ural.ru</a>">Oleg Kalnichevski&lt;/a></em>
+ <a name="43" href="#43">43</a>  <em> * </em>
+--- docs/xref/org/apache/commons/httpclient/auth/BasicScheme.html.orig	2007-08-18 04:02:15.000000000 -0500
++++ docs/xref/org/apache/commons/httpclient/auth/BasicScheme.html	2016-03-04 10:04:05.000000000 -0600
+@@ -55,7 +55,7 @@
+ <a name="46" href="#46">46</a>  <em> * @author &lt;a href="<a href="mailto:remm at apache.org" target="alexandria_uri">mailto:remm at apache.org</a>">Remy Maucherat&lt;/a></em>
+ <a name="47" href="#47">47</a>  <em> * @author Rodney Waldhoff</em>
+ <a name="48" href="#48">48</a>  <em> * @author &lt;a href="<a href="mailto:jsdever at apache.org" target="alexandria_uri">mailto:jsdever at apache.org</a>">Jeff Dever&lt;/a></em>
+-<a name="49" href="#49">49</a>  <em> * @author Ortwin Gl?ck</em>
++<a name="49" href="#49">49</a>  <em> * @author Ortwin Glueck</em>
+ <a name="50" href="#50">50</a>  <em> * @author Sean C. Sullivan</em>
+ <a name="51" href="#51">51</a>  <em> * @author &lt;a href="<a href="mailto:adrian at ephox.com" target="alexandria_uri">mailto:adrian at ephox.com</a>">Adrian Sutton&lt;/a></em>
+ <a name="52" href="#52">52</a>  <em> * @author &lt;a href="<a href="mailto:mbowler at GargoyleSoftware.com" target="alexandria_uri">mailto:mbowler at GargoyleSoftware.com</a>">Mike Bowler&lt;/a></em>
+--- docs/xref/org/apache/commons/httpclient/auth/DigestScheme.html.orig	2007-08-18 04:02:15.000000000 -0500
++++ docs/xref/org/apache/commons/httpclient/auth/DigestScheme.html	2016-03-04 10:04:05.000000000 -0600
+@@ -76,7 +76,7 @@
+ <a name="67" href="#67">67</a>  <em> * @author &lt;a href="<a href="mailto:remm at apache.org" target="alexandria_uri">mailto:remm at apache.org</a>">Remy Maucherat&lt;/a></em>
+ <a name="68" href="#68">68</a>  <em> * @author Rodney Waldhoff</em>
+ <a name="69" href="#69">69</a>  <em> * @author &lt;a href="<a href="mailto:jsdever at apache.org" target="alexandria_uri">mailto:jsdever at apache.org</a>">Jeff Dever&lt;/a></em>
+-<a name="70" href="#70">70</a>  <em> * @author Ortwin Gl?ck</em>
++<a name="70" href="#70">70</a>  <em> * @author Ortwin Glueck</em>
+ <a name="71" href="#71">71</a>  <em> * @author Sean C. Sullivan</em>
+ <a name="72" href="#72">72</a>  <em> * @author &lt;a href="<a href="mailto:adrian at ephox.com" target="alexandria_uri">mailto:adrian at ephox.com</a>">Adrian Sutton&lt;/a></em>
+ <a name="73" href="#73">73</a>  <em> * @author &lt;a href="<a href="mailto:mbowler at GargoyleSoftware.com" target="alexandria_uri">mailto:mbowler at GargoyleSoftware.com</a>">Mike Bowler&lt;/a></em>
+--- docs/xref/org/apache/commons/httpclient/auth/HttpAuthenticator.html.orig	2007-08-18 04:02:15.000000000 -0500
++++ docs/xref/org/apache/commons/httpclient/auth/HttpAuthenticator.html	2016-03-04 10:04:05.000000000 -0600
+@@ -71,7 +71,7 @@
+ <a name="62" href="#62">62</a>  <em> * @author &lt;a href="<a href="mailto:remm at apache.org" target="alexandria_uri">mailto:remm at apache.org</a>">Remy Maucherat&lt;/a></em>
+ <a name="63" href="#63">63</a>  <em> * @author Rodney Waldhoff</em>
+ <a name="64" href="#64">64</a>  <em> * @author &lt;a href="<a href="mailto:jsdever at apache.org" target="alexandria_uri">mailto:jsdever at apache.org</a>">Jeff Dever&lt;/a></em>
+-<a name="65" href="#65">65</a>  <em> * @author Ortwin Gl?ck</em>
++<a name="65" href="#65">65</a>  <em> * @author Ortwin Glueck</em>
+ <a name="66" href="#66">66</a>  <em> * @author Sean C. Sullivan</em>
+ <a name="67" href="#67">67</a>  <em> * @author &lt;a href="<a href="mailto:adrian at ephox.com" target="alexandria_uri">mailto:adrian at ephox.com</a>">Adrian Sutton&lt;/a></em>
+ <a name="68" href="#68">68</a>  <em> * @author &lt;a href="<a href="mailto:mbowler at GargoyleSoftware.com" target="alexandria_uri">mailto:mbowler at GargoyleSoftware.com</a>">Mike Bowler&lt;/a></em>
+--- docs/xref-test/org/apache/commons/httpclient/TestHttps.html.orig	2007-08-18 04:02:15.000000000 -0500
++++ docs/xref-test/org/apache/commons/httpclient/TestHttps.html	2016-03-04 10:04:05.000000000 -0600
+@@ -58,7 +58,7 @@
+ <a name="49" href="#49">49</a>  <em> *    (see build.xml)</em>
+ <a name="50" href="#50">50</a>  <em> *</em>
+ <a name="51" href="#51">51</a>  <em> * @author Rodney Waldhoff</em>
+-<a name="52" href="#52">52</a>  <em> * @author Ortwin Gl?ck</em>
++<a name="52" href="#52">52</a>  <em> * @author Ortwin Glueck</em>
+ <a name="53" href="#53">53</a>  <em> * @version $Id: TestHttps.java 480424 2006-11-29 05:56:49Z bayard $</em>
+ <a name="54" href="#54">54</a>  <em> */</em>
+ <a name="55" href="#55">55</a>  <strong>public</strong> <strong>class</strong> <a href="../../../../org/apache/commons/httpclient/TestHttps.html">TestHttps</a> <strong>extends</strong> TestCase {
+--- docs/xref-test/org/apache/commons/httpclient/TestURIUtil2.html.orig	2007-08-18 04:02:15.000000000 -0500
++++ docs/xref-test/org/apache/commons/httpclient/TestURIUtil2.html	2016-03-04 10:04:05.000000000 -0600
+@@ -46,7 +46,7 @@
+ <a name="37" href="#37">37</a>  <em>/**</em>
+ <a name="38" href="#38">38</a>  <em> * Tests the util.URIUtil class.</em>
+ <a name="39" href="#39">39</a>  <em> *</em>
+-<a name="40" href="#40">40</a>  <em> * @author Ortwin Gl?ck</em>
++<a name="40" href="#40">40</a>  <em> * @author Ortwin Glueck</em>
+ <a name="41" href="#41">41</a>  <em> *</em>
+ <a name="42" href="#42">42</a>  <em> * @since 2.0</em>
+ <a name="43" href="#43">43</a>  <em> */</em>
+--- src/examples/ClientApp.java.orig	2007-08-18 04:02:14.000000000 -0500
++++ src/examples/ClientApp.java	2016-03-04 10:04:05.000000000 -0600
+@@ -61,7 +61,7 @@
+  * content as text and as rendered HTML.
+  *
+  * @author Sean C. Sullivan
+- * @author Ortwin Gl\xFCck
++ * @author Ortwin Glueck
+  * @author Michael Becke
+  */
+ public class ClientApp {
+--- src/examples/TrivialApp.java.orig	2007-08-18 04:02:14.000000000 -0500
++++ src/examples/TrivialApp.java	2016-03-04 10:04:05.000000000 -0600
+@@ -47,7 +47,7 @@
+  * how to use the Jakarta HttpClient API.
+  *
+  * @author <a href="mailto:jsdever at apache.org">Jeff Dever</a>
+- * @author Ortwin Gl\xFCck
++ * @author Ortwin Glueck
+  */
+ public class TrivialApp
+ {
+--- src/java/org/apache/commons/httpclient/HttpClient.java.orig	2007-08-18 04:02:14.000000000 -0500
++++ src/java/org/apache/commons/httpclient/HttpClient.java	2016-03-04 10:04:05.000000000 -0600
+@@ -48,7 +48,7 @@
+  * @author <a href="mailto:rwaldhoff at apache.org">Rodney Waldhoff</a>
+  * @author Sean C. Sullivan
+  * @author <a href="mailto:dion at apache.org">dIon Gillard</a>
+- * @author Ortwin Gl?ck
++ * @author Ortwin Glueck
+  * @author <a href="mailto:becke at u.washington.edu">Michael Becke</a>
+  * @author <a href="mailto:mbowler at GargoyleSoftware.com">Mike Bowler</a>
+  * @author Sam Maloney
+--- src/java/org/apache/commons/httpclient/HttpClientError.java.orig	2007-08-18 04:02:14.000000000 -0500
++++ src/java/org/apache/commons/httpclient/HttpClientError.java	2016-03-04 10:04:05.000000000 -0600
+@@ -33,7 +33,7 @@
+ /**
+  * Signals that an error has occurred.
+  * 
+- * @author Ortwin Gl?ck
++ * @author Ortwin Glueck
+  * @version $Revision: 480424 $ $Date: 2006-11-29 06:56:49 +0100 (Wed, 29 Nov 2006) $
+  * @since 3.0
+  */
+--- src/java/org/apache/commons/httpclient/HttpContentTooLargeException.java.orig	2007-08-18 04:02:15.000000000 -0500
++++ src/java/org/apache/commons/httpclient/HttpContentTooLargeException.java	2016-03-04 10:04:05.000000000 -0600
+@@ -3,7 +3,7 @@
+ /**
+  * Signals that the response content was larger than anticipated. 
+  * 
+- * @author Ortwin Gl\xFCck
++ * @author Ortwin Glueck
+  */
+ public class HttpContentTooLargeException extends HttpException {
+     private int maxlen;
+--- src/java/org/apache/commons/httpclient/auth/BasicScheme.java.orig	2007-08-18 04:02:14.000000000 -0500
++++ src/java/org/apache/commons/httpclient/auth/BasicScheme.java	2016-03-04 10:04:05.000000000 -0600
+@@ -46,7 +46,7 @@
+  * @author <a href="mailto:remm at apache.org">Remy Maucherat</a>
+  * @author Rodney Waldhoff
+  * @author <a href="mailto:jsdever at apache.org">Jeff Dever</a>
+- * @author Ortwin Gl?ck
++ * @author Ortwin Glueck
+  * @author Sean C. Sullivan
+  * @author <a href="mailto:adrian at ephox.com">Adrian Sutton</a>
+  * @author <a href="mailto:mbowler at GargoyleSoftware.com">Mike Bowler</a>
+--- src/java/org/apache/commons/httpclient/auth/DigestScheme.java.orig	2007-08-18 04:02:14.000000000 -0500
++++ src/java/org/apache/commons/httpclient/auth/DigestScheme.java	2016-03-04 10:04:05.000000000 -0600
+@@ -67,7 +67,7 @@
+  * @author <a href="mailto:remm at apache.org">Remy Maucherat</a>
+  * @author Rodney Waldhoff
+  * @author <a href="mailto:jsdever at apache.org">Jeff Dever</a>
+- * @author Ortwin Gl?ck
++ * @author Ortwin Glueck
+  * @author Sean C. Sullivan
+  * @author <a href="mailto:adrian at ephox.com">Adrian Sutton</a>
+  * @author <a href="mailto:mbowler at GargoyleSoftware.com">Mike Bowler</a>
+--- src/test/org/apache/commons/httpclient/TestHttps.java.orig	2007-08-18 04:02:14.000000000 -0500
++++ src/test/org/apache/commons/httpclient/TestHttps.java	2016-03-04 10:04:05.000000000 -0600
+@@ -49,7 +49,7 @@
+  *    (see build.xml)
+  *
+  * @author Rodney Waldhoff
+- * @author Ortwin Gl\xFCck
++ * @author Ortwin Glueck
+  * @version $Id: TestHttps.java 480424 2006-11-29 05:56:49Z bayard $
+  */
+ public class TestHttps extends TestCase {
+--- src/test/org/apache/commons/httpclient/TestURIUtil2.java.orig	2007-08-18 04:02:14.000000000 -0500
++++ src/test/org/apache/commons/httpclient/TestURIUtil2.java	2016-03-04 10:04:05.000000000 -0600
+@@ -37,7 +37,7 @@
+ /**
+  * Tests the util.URIUtil class.
+  *
+- * @author Ortwin Gl\xFCck
++ * @author Ortwin Glueck
+  *
+  * @since 2.0
+  */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160304/628d97cf/attachment-0001.html>


More information about the macports-changes mailing list