diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-29 21:42:30 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-29 21:49:24 +0000 |
commit | 7026df49e83a3acffed2b2df48e65de541cf425b (patch) | |
tree | 02e7638e25129b9e1f3a42793a9c26cd39b58726 /ftp | |
parent | e1334a42725e0437b6fcfb798933818184a8e95e (diff) |
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 2 | ||||
-rw-r--r-- | ftp/curl/distinfo | 6 | ||||
-rw-r--r-- | ftp/curl/pkg-plist | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 905be1ca3cfe..5bdaa0bc19db 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -1,7 +1,7 @@ # Created by: Neil Blakey-Milner <nbm@rucus.ru.ac.za> PORTNAME= curl -PORTVERSION= 7.83.1 +PORTVERSION= 7.84.0 CATEGORIES= ftp net www MASTER_SITES= https://curl.se/download/ \ https://github.com/curl/curl/releases/download/curl-${PORTVERSION:S|.|_|g}/ diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo index bb6cc579d0eb..0cf41594307b 100644 --- a/ftp/curl/distinfo +++ b/ftp/curl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652446244 -SHA256 (curl-7.83.1.tar.xz) = 2cb9c2356e7263a1272fd1435ef7cdebf2cd21400ec287b068396deb705c22c4 -SIZE (curl-7.83.1.tar.xz) = 2474940 +TIMESTAMP = 1656522230 +SHA256 (curl-7.84.0.tar.xz) = 2d118b43f547bfe5bae806d8d47b4e596ea5b25a6c1f080aef49fbcd817c5db8 +SIZE (curl-7.84.0.tar.xz) = 2477944 diff --git a/ftp/curl/pkg-plist b/ftp/curl/pkg-plist index 10d3a0fb2647..9696e4a35c43 100644 --- a/ftp/curl/pkg-plist +++ b/ftp/curl/pkg-plist @@ -21,6 +21,8 @@ man/man1/curl.1.gz man/man3/CURLINFO_ACTIVESOCKET.3.gz man/man3/CURLINFO_APPCONNECT_TIME.3.gz man/man3/CURLINFO_APPCONNECT_TIME_T.3.gz +man/man3/CURLINFO_CAINFO.3.gz +man/man3/CURLINFO_CAPATH.3.gz man/man3/CURLINFO_CERTINFO.3.gz man/man3/CURLINFO_CONDITION_UNMET.3.gz man/man3/CURLINFO_CONNECT_TIME.3.gz @@ -559,7 +561,6 @@ share/aclocal/libcurl.m4 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/evhiperfifo.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/externalsocket.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fileupload.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fopen.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftp-wildcard.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftpget.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftpgetinfo.c @@ -635,7 +636,6 @@ share/aclocal/libcurl.m4 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit2.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/progressfunc.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/resolve.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rtsp.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sendrecv.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sepheaders.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessioninfo.c |