<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[117972] trunk/dports/devel/git-core</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/117972">117972</a></dd>
<dt>Author</dt> <dd>ciserlohn@macports.org</dd>
<dt>Date</dt> <dd>2014-03-17 14:19:06 -0700 (Mon, 17 Mar 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>git-core: update to version 1.9.0</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportsdevelgitcorePortfile">trunk/dports/devel/git-core/Portfile</a></li>
<li><a href="#trunkdportsdevelgitcorefilesgitsubtree1diff">trunk/dports/devel/git-core/files/git-subtree.1.diff</a></li>
<li><a href="#trunkdportsdevelgitcorefilesgitsubtreehtmldiff">trunk/dports/devel/git-core/files/git-subtree.html.diff</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsdevelgitcorePortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/devel/git-core/Portfile (117971 => 117972)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/git-core/Portfile        2014-03-17 20:53:18 UTC (rev 117971)
+++ trunk/dports/devel/git-core/Portfile        2014-03-17 21:19:06 UTC (rev 117972)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx"> PortSystem          1.0
</span><span class="cx"> 
</span><span class="cx"> name                git-core
</span><del>-version             1.8.5.5
</del><ins>+version             1.9.0
</ins><span class="cx"> description         A fast version control system
</span><span class="cx"> long_description    Git is a fast, scalable, distributed open source version \
</span><span class="cx">                     control system focusing on speed and efficiency.
</span><span class="lines">@@ -19,11 +19,11 @@
</span><span class="cx">                     git-manpages-${version}${extract.suffix}
</span><span class="cx"> 
</span><span class="cx"> checksums           git-${version}${extract.suffix} \
</span><del>-                    rmd160  46becd9525b669bea82b04df2003cfe059732bd9 \
-                    sha256  8524db697dbc2bad256fcfe6df1b2af67009c1438523cc82566311b0c7bf11da \
</del><ins>+                    rmd160  bc8d4046749bf256494d6fc8f3a92e9c4d57aba6 \
+                    sha256  de3097fdc36d624ea6cf4bb853402fde781acdb860f12152c5eb879777389882 \
</ins><span class="cx">                     git-manpages-${version}${extract.suffix} \
</span><del>-                    rmd160  559af70cae635b52ed1c5d144e0afad13287a4a4 \
-                    sha256  b3673f1b0f35150c2a8a58c59d568c8560a896bc4c74154240a5a2ef69594d04 \
</del><ins>+                    rmd160  4cbdcc81d196b0ac9e79fe5bc5b98f85bddb39d0 \
+                    sha256  a51e2b64a8adde39e774f052843e0f513b5d3318492b515e752e339b0d3a85c7 \
</ins><span class="cx"> 
</span><span class="cx"> depends_run         port:rsync
</span><span class="cx"> 
</span><span class="lines">@@ -157,8 +157,8 @@
</span><span class="cx"> variant doc description {Install HTML and plaintext documentation} {
</span><span class="cx">     distfiles-append        git-htmldocs-${version}${extract.suffix}
</span><span class="cx">     checksums-append        git-htmldocs-${version}${extract.suffix} \
</span><del>-                            rmd160  4617e63299477bf6a7b5791faca789300d0d3828 \
-                            sha256  3ff3b0b89834d20c0ecdf54d772dbab0f9a4871c4e8e7bff3021e27f74fb6d40
</del><ins>+                            rmd160  23503762371c8f4605eb68f4a7485f80ca440d76 \
+                            sha256  e4e619b7dd5b24ab4ef17e598803497704aa5b0a7821bb544940f2cdd7cac60e
</ins><span class="cx"> 
</span><span class="cx">     patchfiles-append       git-subtree.html.diff
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkdportsdevelgitcorefilesgitsubtree1diff"></a>
<div class="modfile"><h4>Modified: trunk/dports/devel/git-core/files/git-subtree.1.diff (117971 => 117972)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/git-core/files/git-subtree.1.diff        2014-03-17 20:53:18 UTC (rev 117971)
+++ trunk/dports/devel/git-core/files/git-subtree.1.diff        2014-03-17 21:19:06 UTC (rev 117972)
</span><span class="lines">@@ -1,16 +1,17 @@
</span><ins>+diff -urN a/contrib/subtree/git-subtree.1 b/contrib/subtree/git-subtree.1
</ins><span class="cx"> --- a/contrib/subtree/git-subtree.1        1970-01-01 01:00:00.000000000 +0100
</span><del>-+++ b/contrib/subtree/git-subtree.1        2013-05-11 15:29:35.000000000 +0200
-@@ -0,0 +1,607 @@
</del><ins>++++ b/contrib/subtree/git-subtree.1        2014-03-17 22:04:30.000000000 +0100
+@@ -0,0 +1,606 @@
</ins><span class="cx"> +'\&quot; t
</span><span class="cx"> +.\&quot;     Title: git-subtree
</span><span class="cx"> +.\&quot;    Author: [see the &quot;AUTHOR&quot; section]
</span><span class="cx"> +.\&quot; Generator: DocBook XSL Stylesheets v1.78.1 &lt;http://docbook.sf.net/&gt;
</span><del>-+.\&quot;      Date: 02/21/2014
</del><ins>++.\&quot;      Date: 03/17/2014
</ins><span class="cx"> +.\&quot;    Manual: Git Manual
</span><del>-+.\&quot;    Source: Git 1.8.5.5
</del><ins>++.\&quot;    Source: Git 1.9.0
</ins><span class="cx"> +.\&quot;  Language: English
</span><span class="cx"> +.\&quot;
</span><del>-+.TH &quot;GIT\-SUBTREE&quot; &quot;1&quot; &quot;02/21/2014&quot; &quot;Git 1\&amp;.8\&amp;.5\&amp;.5&quot; &quot;Git Manual&quot;
</del><ins>++.TH &quot;GIT\-SUBTREE&quot; &quot;1&quot; &quot;03/17/2014&quot; &quot;Git 1\&amp;.9\&amp;.0&quot; &quot;Git Manual&quot;
</ins><span class="cx"> +.\&quot; -----------------------------------------------------------------
</span><span class="cx"> +.\&quot; * Define some portability stuff
</span><span class="cx"> +.\&quot; -----------------------------------------------------------------
</span><span class="lines">@@ -35,14 +36,13 @@
</span><span class="cx"> +.SH &quot;SYNOPSIS&quot;
</span><span class="cx"> +.sp
</span><span class="cx"> +.nf
</span><del>-+\fIgit subtree\fR add   \-P &lt;prefix&gt; &lt;refspec&gt;
-+\fIgit subtree\fR add   \-P &lt;prefix&gt; &lt;repository&gt; &lt;refspec&gt;
-+\fIgit subtree\fR pull  \-P &lt;prefix&gt; &lt;repository&gt; &lt;refspec\&amp;...&gt;
-+\fIgit subtree\fR push  \-P &lt;prefix&gt; &lt;repository&gt; &lt;refspec\&amp;...&gt;
</del><ins>++\fIgit subtree\fR add   \-P &lt;prefix&gt; &lt;commit&gt;
++\fIgit subtree\fR add   \-P &lt;prefix&gt; &lt;repository&gt; &lt;ref&gt;
++\fIgit subtree\fR pull  \-P &lt;prefix&gt; &lt;repository&gt; &lt;ref&gt;
++\fIgit subtree\fR push  \-P &lt;prefix&gt; &lt;repository&gt; &lt;ref&gt;
</ins><span class="cx"> +\fIgit subtree\fR merge \-P &lt;prefix&gt; &lt;commit&gt;
</span><span class="cx"> +\fIgit subtree\fR split \-P &lt;prefix&gt; [OPTIONS] [&lt;commit&gt;]
</span><span class="cx"> +.fi
</span><del>-+.sp
</del><span class="cx"> +.SH &quot;DESCRIPTION&quot;
</span><span class="cx"> +.sp
</span><span class="cx"> +Subtrees allow subprojects to be included within a subdirectory of the main project, optionally including the subproject\(cqs entire history\&amp;.
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx"> +.PP
</span><span class="cx"> +add
</span><span class="cx"> +.RS 4
</span><del>-+Create the &lt;prefix&gt; subtree by importing its contents from the given &lt;refspec&gt; or &lt;repository&gt; and remote &lt;refspec&gt;\&amp;. A new commit is created automatically, joining the imported project\(cqs history with your own\&amp;. With
</del><ins>++Create the &lt;prefix&gt; subtree by importing its contents from the given &lt;commit&gt; or &lt;repository&gt; and remote &lt;ref&gt;\&amp;. A new commit is created automatically, joining the imported project\(cqs history with your own\&amp;. With
</ins><span class="cx"> +\fI\-\-squash\fR, imports only a single commit from the subproject, rather than its entire history\&amp;.
</span><span class="cx"> +.RE
</span><span class="cx"> +.PP
</span><span class="lines">@@ -104,7 +104,7 @@
</span><span class="cx"> +Exactly like
</span><span class="cx"> +\fImerge\fR, but parallels
</span><span class="cx"> +\fIgit pull\fR
</span><del>-+in that it fetches the given commit from the specified remote repository\&amp;.
</del><ins>++in that it fetches the given ref from the specified remote repository\&amp;.
</ins><span class="cx"> +.RE
</span><span class="cx"> +.PP
</span><span class="cx"> +push
</span><span class="lines">@@ -113,7 +113,7 @@
</span><span class="cx"> +\fIsplit\fR
</span><span class="cx"> +(see below) using the &lt;prefix&gt; supplied and then does a
</span><span class="cx"> +\fIgit push\fR
</span><del>-+to push the result to the repository and refspec\&amp;. This can be used to push your subtree to different branches of the remote repository\&amp;.
</del><ins>++to push the result to the repository and ref\&amp;. This can be used to push your subtree to different branches of the remote repository\&amp;.
</ins><span class="cx"> +.RE
</span><span class="cx"> +.PP
</span><span class="cx"> +split
</span><span class="lines">@@ -433,7 +433,7 @@
</span><span class="cx"> +.sp
</span><span class="cx"> +\fImaster\fR needs to be a valid remote ref and can be a different branch name
</span><span class="cx"> +.sp
</span><del>-+You can omit the \-\-squash flag, but doing so will increase the number of commits that are incldued in your local repository\&amp;.
</del><ins>++You can omit the \-\-squash flag, but doing so will increase the number of commits that are included in your local repository\&amp;.
</ins><span class="cx"> +.sp
</span><span class="cx"> +We now have a ~/git\-extensions/git\-subtree directory containing code from the master branch of git://github\&amp;.com/apenwarr/git\-subtree\&amp;.git in our git\-extensions repository\&amp;.
</span><span class="cx"> +.SH &quot;EXAMPLE 2. EXTRACT A SUBTREE USING COMMIT, MERGE AND PULL&quot;
</span></span></pre></div>
<a id="trunkdportsdevelgitcorefilesgitsubtreehtmldiff"></a>
<div class="modfile"><h4>Modified: trunk/dports/devel/git-core/files/git-subtree.html.diff (117971 => 117972)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/git-core/files/git-subtree.html.diff        2014-03-17 20:53:18 UTC (rev 117971)
+++ trunk/dports/devel/git-core/files/git-subtree.html.diff        2014-03-17 21:19:06 UTC (rev 117972)
</span><span class="lines">@@ -1,12 +1,13 @@
</span><ins>+diff -urN a/contrib/subtree/git-subtree.html b/contrib/subtree/git-subtree.html
</ins><span class="cx"> --- a/contrib/subtree/git-subtree.html        1970-01-01 01:00:00.000000000 +0100
</span><del>-+++ b/contrib/subtree/git-subtree.html        2013-05-11 15:24:13.000000000 +0200
-@@ -0,0 +1,1276 @@
</del><ins>++++ b/contrib/subtree/git-subtree.html        2014-03-17 22:03:15.000000000 +0100
+@@ -0,0 +1,1278 @@
</ins><span class="cx"> +&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1//EN&quot;
</span><span class="cx"> +    &quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&quot;&gt;
</span><span class="cx"> +&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot;&gt;
</span><span class="cx"> +&lt;head&gt;
</span><span class="cx"> +&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;application/xhtml+xml; charset=UTF-8&quot; /&gt;
</span><del>-+&lt;meta name=&quot;generator&quot; content=&quot;AsciiDoc 8.6.8&quot; /&gt;
</del><ins>++&lt;meta name=&quot;generator&quot; content=&quot;AsciiDoc 8.6.9&quot; /&gt;
</ins><span class="cx"> +&lt;title&gt;git-subtree(1)&lt;/title&gt;
</span><span class="cx"> +&lt;style type=&quot;text/css&quot;&gt;
</span><span class="cx"> +/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
</span><span class="lines">@@ -97,8 +98,10 @@
</span><span class="cx"> +  padding: 0;
</span><span class="cx"> +  margin: 0;
</span><span class="cx"> +}
</span><ins>++pre {
++  white-space: pre-wrap;
++}
</ins><span class="cx"> +
</span><del>-+
</del><span class="cx"> +#author {
</span><span class="cx"> +  color: #527bbd;
</span><span class="cx"> +  font-weight: bold;
</span><span class="lines">@@ -226,7 +229,7 @@
</span><span class="cx"> +}
</span><span class="cx"> +
</span><span class="cx"> +div.imageblock div.content { padding-left: 0; }
</span><del>-+span.image img { border-style: none; }
</del><ins>++span.image img { border-style: none; vertical-align: text-bottom; }
</ins><span class="cx"> +a.image:visited { color: white; }
</span><span class="cx"> +
</span><span class="cx"> +dl {
</span><span class="lines">@@ -749,10 +752,10 @@
</span><span class="cx"> +&lt;h2 id=&quot;_synopsis&quot;&gt;SYNOPSIS&lt;/h2&gt;
</span><span class="cx"> +&lt;div class=&quot;sectionbody&quot;&gt;
</span><span class="cx"> +&lt;div class=&quot;verseblock&quot;&gt;
</span><del>-+&lt;pre class=&quot;content&quot;&gt;&lt;em&gt;git subtree&lt;/em&gt; add   -P &amp;lt;prefix&amp;gt; &amp;lt;refspec&amp;gt;
-+&lt;em&gt;git subtree&lt;/em&gt; add   -P &amp;lt;prefix&amp;gt; &amp;lt;repository&amp;gt; &amp;lt;refspec&amp;gt;
-+&lt;em&gt;git subtree&lt;/em&gt; pull  -P &amp;lt;prefix&amp;gt; &amp;lt;repository&amp;gt; &amp;lt;refspec&amp;#8230;&amp;gt;
-+&lt;em&gt;git subtree&lt;/em&gt; push  -P &amp;lt;prefix&amp;gt; &amp;lt;repository&amp;gt; &amp;lt;refspec&amp;#8230;&amp;gt;
</del><ins>++&lt;pre class=&quot;content&quot;&gt;&lt;em&gt;git subtree&lt;/em&gt; add   -P &amp;lt;prefix&amp;gt; &amp;lt;commit&amp;gt;
++&lt;em&gt;git subtree&lt;/em&gt; add   -P &amp;lt;prefix&amp;gt; &amp;lt;repository&amp;gt; &amp;lt;ref&amp;gt;
++&lt;em&gt;git subtree&lt;/em&gt; pull  -P &amp;lt;prefix&amp;gt; &amp;lt;repository&amp;gt; &amp;lt;ref&amp;gt;
++&lt;em&gt;git subtree&lt;/em&gt; push  -P &amp;lt;prefix&amp;gt; &amp;lt;repository&amp;gt; &amp;lt;ref&amp;gt;
</ins><span class="cx"> +&lt;em&gt;git subtree&lt;/em&gt; merge -P &amp;lt;prefix&amp;gt; &amp;lt;commit&amp;gt;
</span><span class="cx"> +&lt;em&gt;git subtree&lt;/em&gt; split -P &amp;lt;prefix&amp;gt; [OPTIONS] [&amp;lt;commit&amp;gt;]&lt;/pre&gt;
</span><span class="cx"> +&lt;div class=&quot;attribution&quot;&gt;
</span><span class="lines">@@ -818,7 +821,7 @@
</span><span class="cx"> +&lt;dd&gt;
</span><span class="cx"> +&lt;p&gt;
</span><span class="cx"> +        Create the &amp;lt;prefix&amp;gt; subtree by importing its contents
</span><del>-+        from the given &amp;lt;refspec&amp;gt; or &amp;lt;repository&amp;gt; and remote &amp;lt;refspec&amp;gt;.
</del><ins>++        from the given &amp;lt;commit&amp;gt; or &amp;lt;repository&amp;gt; and remote &amp;lt;ref&amp;gt;.
</ins><span class="cx"> +        A new commit is created automatically, joining the imported
</span><span class="cx"> +        project&amp;#8217;s history with your own.  With &lt;em&gt;--squash&lt;/em&gt;, imports
</span><span class="cx"> +        only a single commit from the subproject, rather than its
</span><span class="lines">@@ -852,7 +855,7 @@
</span><span class="cx"> +&lt;dd&gt;
</span><span class="cx"> +&lt;p&gt;
</span><span class="cx"> +        Exactly like &lt;em&gt;merge&lt;/em&gt;, but parallels &lt;em&gt;git pull&lt;/em&gt; in that
</span><del>-+        it fetches the given commit from the specified remote
</del><ins>++        it fetches the given ref from the specified remote
</ins><span class="cx"> +        repository.
</span><span class="cx"> +&lt;/p&gt;
</span><span class="cx"> +&lt;/dd&gt;
</span><span class="lines">@@ -863,7 +866,7 @@
</span><span class="cx"> +&lt;p&gt;
</span><span class="cx"> +        Does a &lt;em&gt;split&lt;/em&gt; (see below) using the &amp;lt;prefix&amp;gt; supplied
</span><span class="cx"> +        and then does a &lt;em&gt;git push&lt;/em&gt; to push the result to the
</span><del>-+        repository and refspec. This can be used to push your
</del><ins>++        repository and ref. This can be used to push your
</ins><span class="cx"> +        subtree to different branches of the remote repository.
</span><span class="cx"> +&lt;/p&gt;
</span><span class="cx"> +&lt;/dd&gt;
</span><span class="lines">@@ -1154,7 +1157,7 @@
</span><span class="cx"> +&lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;&lt;em&gt;master&lt;/em&gt; needs to be a valid remote ref and can be a different branch
</span><span class="cx"> +name&lt;/p&gt;&lt;/div&gt;
</span><span class="cx"> +&lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;You can omit the --squash flag, but doing so will increase the number
</span><del>-+of commits that are incldued in your local repository.&lt;/p&gt;&lt;/div&gt;
</del><ins>++of commits that are included in your local repository.&lt;/p&gt;&lt;/div&gt;
</ins><span class="cx"> +&lt;div class=&quot;paragraph&quot;&gt;&lt;p&gt;We now have a ~/git-extensions/git-subtree directory containing code
</span><span class="cx"> +from the master branch of git://github.com/apenwarr/git-subtree.git
</span><span class="cx"> +in our git-extensions repository.&lt;/p&gt;&lt;/div&gt;
</span><span class="lines">@@ -1272,7 +1275,7 @@
</span><span class="cx"> +&lt;div id=&quot;footnotes&quot;&gt;&lt;hr /&gt;&lt;/div&gt;
</span><span class="cx"> +&lt;div id=&quot;footer&quot;&gt;
</span><span class="cx"> +&lt;div id=&quot;footer-text&quot;&gt;
</span><del>-+Last updated 2013-10-21 10:37:10 PDT
</del><ins>++Last updated 2014-02-14 22:57:09 CET
</ins><span class="cx"> +&lt;/div&gt;
</span><span class="cx"> +&lt;/div&gt;
</span><span class="cx"> +&lt;/body&gt;
</span></span></pre>
</div>
</div>

</body>
</html>