Index: head/devel/libopkele/files/patch-lib_curl.cc =================================================================== --- head/devel/libopkele/files/patch-lib_curl.cc (nonexistent) +++ head/devel/libopkele/files/patch-lib_curl.cc (revision 474117) @@ -0,0 +1,11 @@ +--- lib/curl.cc.orig 2018-07-07 18:25:16 UTC ++++ lib/curl.cc +@@ -45,7 +45,7 @@ namespace opkele { + || (r=easy_setopt(CURLOPT_MAXREDIRS,5)) + || (r=easy_setopt(CURLOPT_DNS_CACHE_TIMEOUT,120)) + || (r=easy_setopt(CURLOPT_DNS_USE_GLOBAL_CACHE,1)) +- || (r=easy_setopt(CURLOPT_USERAGENT,PACKAGE_NAME"/"PACKAGE_SRC_VERSION)) ++ || (r=easy_setopt(CURLOPT_USERAGENT,PACKAGE_NAME "/" PACKAGE_SRC_VERSION)) + || (r=easy_setopt(CURLOPT_TIMEOUT,20)) + #ifdef DISABLE_CURL_SSL_VERIFYHOST + || (r=easy_setopt(CURLOPT_SSL_VERIFYHOST,0)) Property changes on: head/devel/libopkele/files/patch-lib_curl.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property