<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/0d8cb9a5d83fc088f3e9cbf758323e2033a199bb">https://github.com/macports/macports-base/commit/0d8cb9a5d83fc088f3e9cbf758323e2033a199bb</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 0d8cb9a  cURL is curl now
</span>0d8cb9a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0d8cb9a5d83fc088f3e9cbf758323e2033a199bb
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Dec 6 04:12:57 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    cURL is curl now
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://github.com/curl/curl/commit/27302abb9467f21a481fcc6b8eca53d34e04373b
</span>---
 aclocal.m4             | 2 +-
 configure              | 2 +-
 portmgr/dmg/ReadMe.rtf | 2 +-
 src/pextlib1.0/curl.c  | 8 ++++----
 src/port/port.tcl      | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aclocal.m4 b/aclocal.m4
</span><span style='display:block; white-space:pre;color:#808080;'>index 31ddd38..a1d105b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aclocal.m4
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aclocal.m4
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -875,7 +875,7 @@ AC_DEFUN([MP_PROG_DAEMONDO],[
</span> #---------------------------------------
 AC_DEFUN([MP_LIBCURL_FLAGS],[
        AC_ARG_WITH(curlprefix,
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                   [  --with-curlprefix       base directory for the cURL install ('/usr', '/usr/local', ...)],
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              [  --with-curlprefix       base directory for the curl install ('/usr', '/usr/local', ...)],
</span>              [  curlprefix=$withval ])
 
        if test "x$curlprefix" = "x"; then
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/configure b/configure
</span><span style='display:block; white-space:pre;color:#808080;'>index c023e8a..bd9f43f 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/configure
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/configure
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1521,7 +1521,7 @@ Optional Packages:
</span>   --with-frameworks-dir   frameworks installation directory
   --with-universal-archs="CPU"
                           universal CPU architectures (space separated)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  --with-curlprefix       base directory for the cURL install ('/usr', '/usr/local', ...)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  --with-curlprefix       base directory for the curl install ('/usr', '/usr/local', ...)
</span>   --with-sqlite3prefix    base directory for the sqlite3 install ('/usr', '/usr/local', ...)
 
 Some influential environment variables:
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/portmgr/dmg/ReadMe.rtf b/portmgr/dmg/ReadMe.rtf
</span><span style='display:block; white-space:pre;color:#808080;'>index c59a632..a1cc824 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/portmgr/dmg/ReadMe.rtf
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/portmgr/dmg/ReadMe.rtf
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +18,7 @@ MacPorts provides an infrastructure for building, installing, and packaging open
</span> System Requirements:
 \f0\b0 \
 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-This disk image is built for Mac OS X __XVERS__.x and requires valid Tcl, cURL and OpenSSL installations to function - all present by default on Mac OS X. Also required is the installation of Apple's Xcode programing suite, available as a separate installation from your OS X CDs or DVD, or preferably the latest version from Apple's Developer site: {\field{\*\fldinst{HYPERLINK "http://developer.apple.com/tools/xcode/index.html"}}{\fldrslt http://developer.apple.com/tools/xcode/index.html}}.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+This disk image is built for Mac OS X __XVERS__.x and requires valid Tcl, curl and OpenSSL installations to function - all present by default on Mac OS X. Also required is the installation of Apple's Xcode programing suite, available as a separate installation from your OS X CDs or DVD, or preferably the latest version from Apple's Developer site: {\field{\*\fldinst{HYPERLINK "http://developer.apple.com/tools/xcode/index.html"}}{\fldrslt http://developer.apple.com/tools/xcode/index.html}}.\
</span> \
 \
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/pextlib1.0/curl.c b/src/pextlib1.0/curl.c
</span><span style='display:block; white-space:pre;color:#808080;'>index 753d03b..d8202bf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/pextlib1.0/curl.c
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/pextlib1.0/curl.c
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,13 +64,13 @@
</span>  * ========================================================================= */
 
 /* ------------------------------------------------------------------------- **
<span style='display:block; white-space:pre;background:#ffe0e0;'>- * Global cURL handles
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * Global curl handles
</span>  * ------------------------------------------------------------------------- */
<span style='display:block; white-space:pre;background:#ffe0e0;'>-/* If we want to use TclX' signal handling mechanism we need cURL to return
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+/* If we want to use TclX' signal handling mechanism we need curl to return
</span>  * control to our code from time to time so we can call Tcl_AsyncInvoke to
  * process pending signals. To do that, we could either abuse the curl progress
  * callback (which would mean we could no longer use the default curl progress
<span style='display:block; white-space:pre;background:#ffe0e0;'>- * callback, or we need to use the cURL multi API. */
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * callback, or we need to use the curl multi API. */
</span> static CURLM* theMHandle = NULL;
 /* We use a single global handle rather than creating and destroying handles to
  * take advantage of HTTP pipelining, especially to the packages servers. */
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -606,7 +606,7 @@ CurlFetchCmd(Tcl_Interp* interp, int objc, Tcl_Obj* CONST objv[])
</span>           (void) fclose(theFile);
                theFile = NULL;
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-#if LIBCURL_VERSION_NUM == 0x070d01 /* work around broken Tiger version of cURL */
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#if LIBCURL_VERSION_NUM == 0x070d01 /* work around broken Tiger version of curl */
</span>           if (remotetime) {
                        FILE *fp;
                        char *tmp, *p;
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port/port.tcl b/src/port/port.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 26d4e62..e414d0b 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port/port.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port/port.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5085,7 +5085,7 @@ namespace eval portclient::progress {
</span>     ##
     # Progress callback for downloads executed by macports 1.0.
     #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # This is essentially a cURL progress callback.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # This is essentially a curl progress callback.
</span>     #
     # @param action
     #        One of "start", "update" or "finish", where start will be called
</pre><pre style='margin:0'>

</pre>