<!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>[132610] trunk/dports</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/132610">132610</a></dd>
<dt>Author</dt> <dd>larryv@macports.org</dd>
<dt>Date</dt> <dd>2015-02-05 13:50:37 -0800 (Thu, 05 Feb 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>openssl: Update to 1.0.2 (#46657); revbump dependents

- The configure script reads `CC` from the environment now, so we don't
  have to patch it in.
- It also passes -isysroot and -Wl to the compiler and linker as
  appropriate, so we don't have to patch in SDK support either.
- Without any reinplace-ing going on, there's no point in patching out
  that copyright character.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportsdevelopensslPortfile">trunk/dports/devel/openssl/Portfile</a></li>
<li><a href="#trunkdportsdevelopensslfilespatchMakefileorgparalleldiff">trunk/dports/devel/openssl/files/patch-Makefile.org-parallel.diff</a></li>
<li><a href="#trunkdportssecuritytorPortfile">trunk/dports/security/tor/Portfile</a></li>
<li><a href="#trunkdportssysutilsfreeradiusPortfile">trunk/dports/sysutils/freeradius/Portfile</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkdportsdevelopensslfilespatchConfigurediff">trunk/dports/devel/openssl/files/patch-Configure.diff</a></li>
<li><a href="#trunkdportsdevelopensslfilespatchMakefileorgdiff">trunk/dports/devel/openssl/files/patch-Makefile.org.diff</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsdevelopensslPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/devel/openssl/Portfile (132609 => 132610)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/openssl/Portfile        2015-02-05 21:50:33 UTC (rev 132609)
+++ trunk/dports/devel/openssl/Portfile        2015-02-05 21:50:37 UTC (rev 132610)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx"> 
</span><span class="cx"> name                openssl
</span><span class="cx"> epoch               1
</span><del>-version             1.0.1k
</del><ins>+version             1.0.2
</ins><span class="cx"> 
</span><span class="cx"> # At least the following ports statically link OpenSSL and need to be revbumped
</span><span class="cx"> # for every update of OpenSSL:
</span><span class="lines">@@ -35,24 +35,14 @@
</span><span class="cx"> depends_lib         port:zlib
</span><span class="cx"> 
</span><span class="cx"> master_sites        http://www.openssl.org/source/
</span><del>-checksums           md5     d4f002bd22a56881340105028842ae1f \
-                    sha1    19d818e202558c212a9583fcdaf876995a633ddf \
-                    rmd160  e22c085189c6ce640378f0cc67faa512b4b873f2 \
-                    sha256  8f9faeaebad088e772f4ef5e38252d472be4d878c6b3a2718c10a4fcebe7a41c
</del><ins>+checksums           md5     38373013fc85c790aabf8837969c5eba \
+                    sha1    2f264f7f6bb973af444cd9fc6ee65c8588f610cc \
+                    rmd160  a5452cd1fd380dcbc1dd53d8e50da6ec632ebd6e \
+                    sha256  8c48baf3babe0d505d16cfc0cf272589c66d3624264098213db0fb00034728e9
</ins><span class="cx"> 
</span><span class="cx"> patchfiles          patch-bn_internal.pod.diff \
</span><del>-                    patch-Configure.diff \
</del><span class="cx">                     patch-crypto-Makefile.diff \
</span><del>-                    patch-Makefile.org-parallel.diff \
-                    patch-Makefile.org.diff
-post-patch {
-    # Ensure that the correct compiler is used
-    reinplace &quot;s|cc:|${configure.cc}:|&quot; ${worksrcpath}/Configure
-    # use SDK if necessary
-    if {${configure.sdkroot} ne &quot;&quot;} {
-        reinplace &quot;s|\\(-arch \[_a-zA-Z0-9\]*\\)|\\1 -isysroot ${configure.sdkroot}|&quot; ${worksrcpath}/Configure
-    }
-}
</del><ins>+                    patch-Makefile.org-parallel.diff
</ins><span class="cx"> 
</span><span class="cx"> configure.ccache    no
</span><span class="cx"> configure.perl      /usr/bin/perl
</span><span class="lines">@@ -62,6 +52,11 @@
</span><span class="cx">                     --openssldir=${prefix}/etc/openssl \
</span><span class="cx">                     shared \
</span><span class="cx">                     zlib
</span><ins>+# Use SDK if necessary.
+if {${configure.sdkroot} ne &quot;&quot;} {
+    configure.args-append   '-isysroot ${configure.sdkroot}' \
+                            -Wl,-syslibroot,${configure.sdkroot}
+}
</ins><span class="cx"> platform darwin 8 i386 {
</span><span class="cx">     configure.args-append   no-asm
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkdportsdevelopensslfilespatchConfigurediff"></a>
<div class="delfile"><h4>Deleted: trunk/dports/devel/openssl/files/patch-Configure.diff (132609 => 132610)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/openssl/files/patch-Configure.diff        2015-02-05 21:50:33 UTC (rev 132609)
+++ trunk/dports/devel/openssl/files/patch-Configure.diff        2015-02-05 21:50:37 UTC (rev 132610)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>---- Configure.orig        2012-02-11 18:32:16.000000000 -0800
-+++ Configure        2012-02-11 18:34:10.000000000 -0800
-@@ -1869,7 +1869,7 @@ BEGIN
-             VALUE &quot;ProductVersion&quot;, &quot;$version\\0&quot;
-             // Optional:
-             //VALUE &quot;Comments&quot;, &quot;\\0&quot;
--            VALUE &quot;LegalCopyright&quot;, &quot;Copyright \xA9 1998-2005 The OpenSSL Project. Copyright \xA9 1995-1998 Eric A. Young, Tim J. Hudson. All rights reserved.\\0&quot;
-+            VALUE &quot;LegalCopyright&quot;, &quot;Copyright (c) 1998-2005 The OpenSSL Project. Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson. All rights reserved.\\0&quot;
-             //VALUE &quot;LegalTrademarks&quot;, &quot;\\0&quot;
-             //VALUE &quot;PrivateBuild&quot;, &quot;\\0&quot;
-             //VALUE &quot;SpecialBuild&quot;, &quot;\\0&quot;
</del></span></pre></div>
<a id="trunkdportsdevelopensslfilespatchMakefileorgparalleldiff"></a>
<div class="modfile"><h4>Modified: trunk/dports/devel/openssl/files/patch-Makefile.org-parallel.diff (132609 => 132610)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/openssl/files/patch-Makefile.org-parallel.diff        2015-02-05 21:50:33 UTC (rev 132609)
+++ trunk/dports/devel/openssl/files/patch-Makefile.org-parallel.diff        2015-02-05 21:50:37 UTC (rev 132610)
</span><span class="lines">@@ -1,6 +1,8 @@
</span><del>---- Makefile.org.orig        2014-11-02 13:11:04.000000000 -0800
-+++ Makefile.org        2014-11-02 13:35:46.000000000 -0800
-@@ -274,15 +274,15 @@ build_libs: build_crypto build_ssl build
</del><ins>+Index: Makefile.org
+===================================================================
+--- Makefile.org.orig
++++ Makefile.org
+@@ -275,15 +275,15 @@ build_libs: build_crypto build_ssl build
</ins><span class="cx">  
</span><span class="cx">  build_crypto:
</span><span class="cx">          @dir=crypto; target=all; $(BUILD_ONE_CMD)
</span><span class="lines">@@ -21,7 +23,7 @@
</span><span class="cx">          @dir=tools; target=all; $(BUILD_ONE_CMD)
</span><span class="cx">  
</span><span class="cx">  all_testapps: build_libs build_testapps
</span><del>-@@ -538,9 +538,9 @@ dist:   
</del><ins>+@@ -536,9 +536,9 @@ dist:   
</ins><span class="cx">  dist_pem_h:
</span><span class="cx">          (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
</span><span class="cx">  
</span><span class="lines">@@ -33,7 +35,7 @@
</span><span class="cx">          @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
</span><span class="cx">                  $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR) \
</span><span class="cx">                  $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines \
</span><del>-@@ -634,7 +634,7 @@ install_html_docs:
</del><ins>+@@ -636,7 +636,7 @@ install_html_docs:
</ins><span class="cx">                  done; \
</span><span class="cx">          done
</span><span class="cx">  
</span></span></pre></div>
<a id="trunkdportsdevelopensslfilespatchMakefileorgdiff"></a>
<div class="delfile"><h4>Deleted: trunk/dports/devel/openssl/files/patch-Makefile.org.diff (132609 => 132610)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/openssl/files/patch-Makefile.org.diff        2015-02-05 21:50:33 UTC (rev 132609)
+++ trunk/dports/devel/openssl/files/patch-Makefile.org.diff        2015-02-05 21:50:37 UTC (rev 132610)
</span><span class="lines">@@ -1,14 +0,0 @@
</span><del>---- Makefile.org        2005-03-15 01:46:13.000000000 -0800
-+++ Makefile.org        2005-05-02 00:37:16.000000000 -0700
-@@ -596,10 +596,7 @@
-                 $(INSTALL_PREFIX)$(MANDIR)/man7
-         @pod2man=&quot;`cd ./util; ./pod2mantest $(PERL)`&quot;; \
-         here=&quot;`pwd`&quot;; \
--        filecase=; \
--        if [ &quot;$(PLATFORM)&quot; = &quot;DJGPP&quot; -o &quot;$(PLATFORM)&quot; = &quot;Cygwin&quot; -o &quot;$(PLATFORM)&quot; = &quot;mingw&quot; ]; then \
--                filecase=-i; \
--        fi; \
-+        filecase=-i; \
-         set -e; for i in doc/apps/*.pod; do \
-                 fn=`basename $$i .pod`; \
-                 sec=`$(PERL) util/extract-section.pl 1 &lt; $$i`; \
</del></span></pre></div>
<a id="trunkdportssecuritytorPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/security/tor/Portfile (132609 => 132610)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/security/tor/Portfile        2015-02-05 21:50:33 UTC (rev 132609)
+++ trunk/dports/security/tor/Portfile        2015-02-05 21:50:37 UTC (rev 132610)
</span><span class="lines">@@ -6,6 +6,7 @@
</span><span class="cx"> name                tor
</span><span class="cx"> conflicts           tor-devel
</span><span class="cx"> version             0.2.5.10
</span><ins>+revision            1
</ins><span class="cx"> categories          security
</span><span class="cx"> platforms           darwin
</span><span class="cx"> maintainers         nomaintainer
</span></span></pre></div>
<a id="trunkdportssysutilsfreeradiusPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/sysutils/freeradius/Portfile (132609 => 132610)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/sysutils/freeradius/Portfile        2015-02-05 21:50:33 UTC (rev 132609)
+++ trunk/dports/sysutils/freeradius/Portfile        2015-02-05 21:50:37 UTC (rev 132610)
</span><span class="lines">@@ -5,7 +5,7 @@
</span><span class="cx"> 
</span><span class="cx"> name                    freeradius
</span><span class="cx"> version                 2.2.4
</span><del>-revision                2
</del><ins>+revision                3
</ins><span class="cx"> categories              sysutils
</span><span class="cx"> maintainers             nomaintainer
</span><span class="cx"> homepage                http://www.freeradius.org/
</span></span></pre>
</div>
</div>

</body>
</html>