Date: Mon, 18 Jul 2022 20:40:54 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d29aa0772500 - main - www/cpr: Update to 1.9.0 Message-ID: <202207182040.26IKesWj034332@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d29aa077250017e95828349e75ebbb4cc804d1ad commit d29aa077250017e95828349e75ebbb4cc804d1ad Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-18 20:39:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-18 20:39:21 +0000 www/cpr: Update to 1.9.0 Changes: https://github.com/libcpr/cpr/releases --- www/cpr/Makefile | 2 +- www/cpr/distinfo | 6 +++--- www/cpr/pkg-plist | 14 ++++++++++++-- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/www/cpr/Makefile b/www/cpr/Makefile index 53f0d876d76e..7ac39d37dfd3 100644 --- a/www/cpr/Makefile +++ b/www/cpr/Makefile @@ -1,5 +1,5 @@ PORTNAME= cpr -PORTVERSION= 1.8.4 +PORTVERSION= 1.9.0 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org diff --git a/www/cpr/distinfo b/www/cpr/distinfo index 8ef872490b01..33b6c01e14a3 100644 --- a/www/cpr/distinfo +++ b/www/cpr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657198937 -SHA256 (libcpr-cpr-1.8.4_GH0.tar.gz) = 693166065c875b398353c875adcae2da4df0ea64459f000f28fb6ed141090f28 -SIZE (libcpr-cpr-1.8.4_GH0.tar.gz) = 94135 +TIMESTAMP = 1658176304 +SHA256 (libcpr-cpr-1.9.0_GH0.tar.gz) = 67023cde8979e8371f5ee7d6e586d6d0761af4a3a3a3be6270256353c9bf411f +SIZE (libcpr-cpr-1.9.0_GH0.tar.gz) = 102426 diff --git a/www/cpr/pkg-plist b/www/cpr/pkg-plist index ac406b54f076..bb1484caf303 100644 --- a/www/cpr/pkg-plist +++ b/www/cpr/pkg-plist @@ -1,8 +1,12 @@ +include/cpr/accept_encoding.h include/cpr/api.h +include/cpr/async.h include/cpr/auth.h include/cpr/bearer.h include/cpr/body.h +include/cpr/buffer.h include/cpr/callback.h +include/cpr/cert_info.h include/cpr/connect_timeout.h include/cpr/cookies.h include/cpr/cpr.h @@ -10,24 +14,30 @@ include/cpr/cprtypes.h include/cpr/cprver.h include/cpr/curl_container.h include/cpr/curlholder.h -include/cpr/digest.h include/cpr/error.h +include/cpr/file.h include/cpr/http_version.h +include/cpr/interceptor.h include/cpr/interface.h include/cpr/limit_rate.h +include/cpr/local_port.h +include/cpr/local_port_range.h include/cpr/low_speed.h include/cpr/multipart.h -include/cpr/ntlm.h include/cpr/parameters.h include/cpr/payload.h include/cpr/proxies.h include/cpr/proxyauth.h include/cpr/range.h include/cpr/redirect.h +include/cpr/reserve_size.h include/cpr/response.h include/cpr/session.h +include/cpr/singleton.h +include/cpr/ssl_ctx.h include/cpr/ssl_options.h include/cpr/status_codes.h +include/cpr/threadpool.h include/cpr/timeout.h include/cpr/unix_socket.h include/cpr/user_agent.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207182040.26IKesWj034332>