diff --git a/ftp/coeurl/Makefile b/ftp/coeurl/Makefile index ef2fc6224376..2448cc679e8c 100644 --- a/ftp/coeurl/Makefile +++ b/ftp/coeurl/Makefile @@ -1,26 +1,24 @@ PORTNAME= coeurl DISTVERSIONPREFIX=v -DISTVERSION= 0.3.0 -PORTREVISION= 2 +DISTVERSION= 0.3.1 CATEGORIES= ftp www MAINTAINER= adridg@FreeBSD.org COMMENT= Simple async wrapper around CURL for C++ WWW= https://nheko.im/nheko-reborn/coeurl LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl \ libevent.so:devel/libevent \ libfmt.so:devel/libfmt \ libspdlog.so:devel/spdlog -USES= compiler:c++17-lang meson pkgconfig tar:xz +USES= compiler:c++17-lang meson pkgconfig USE_GITLAB= yes GL_SITE= https://nheko.im/ GL_ACCOUNT= nheko-reborn -GL_TAGNAME= 2a20a129240a1a017b37b6874faab499ca4e523b .include diff --git a/ftp/coeurl/distinfo b/ftp/coeurl/distinfo index 93db17bc93b4..5dae818f9d9f 100644 --- a/ftp/coeurl/distinfo +++ b/ftp/coeurl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677276434 -SHA256 (nheko-reborn-coeurl-2a20a129240a1a017b37b6874faab499ca4e523b_GL0.tar.gz) = ef09d8867535598bbac7c899d148edf580eb52e1053c98681510fafeb0f8e765 -SIZE (nheko-reborn-coeurl-2a20a129240a1a017b37b6874faab499ca4e523b_GL0.tar.gz) = 52785 +TIMESTAMP = 1723273503 +SHA256 (coeurl-v0.3.1.tar.bz2) = 3c0a63c9faec23494ca60ee729e876ec1fc4df453a1dfce201d1a8ac6ae5c9d5 +SIZE (coeurl-v0.3.1.tar.bz2) = 46513 diff --git a/ftp/coeurl/files/patch-lib_client.cpp b/ftp/coeurl/files/patch-lib_client.cpp deleted file mode 100644 index e8e50673879e..000000000000 --- a/ftp/coeurl/files/patch-lib_client.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- lib/client.cpp.orig 2023-01-10 04:14:36 UTC -+++ lib/client.cpp -@@ -6,6 +6,7 @@ - #include - - #include "coeurl/request.hpp" -+#include "coeurl/errors.hpp" - - namespace coeurl { - std::shared_ptr Client::log = spdlog::null_logger_mt("coeurl_null"); -@@ -352,7 +353,7 @@ void Client::remove_request(Request *r) { - long http_code; - curl_easy_getinfo(req->easy, CURLINFO_RESPONSE_CODE, &http_code); - -- Client::log->trace("DONE: {} => {} ({}) http: {}", req->url_, req->curl_error, req->error, http_code); -+ Client::log->trace("DONE: {} => {} ({}) http: {}", req->url_, coeurl::to_string(req->curl_error), req->error, http_code); - - if (req->on_complete_) - req->on_complete_(*req.get()); diff --git a/ftp/coeurl/files/patch-subprojects_curl.wrap b/ftp/coeurl/files/patch-subprojects_curl.wrap deleted file mode 100644 index 0f76c0be7cde..000000000000 --- a/ftp/coeurl/files/patch-subprojects_curl.wrap +++ /dev/null @@ -1,9 +0,0 @@ ---- subprojects/curl.wrap.orig 2023-01-10 04:14:36 UTC -+++ subprojects/curl.wrap -@@ -5,5 +5,5 @@ source_hash = 0f64582c54282f31c0de9f0a1a596b182776bd4d - source_filename = curl-7.77.0.tar.xz - source_hash = 0f64582c54282f31c0de9f0a1a596b182776bd4df9a4c4a2a41bbeb54f62594b - --[provides] -+[provide] - dependency_names = libcurl