diff options
Diffstat (limited to 'ftp/curl/Makefile')
-rw-r--r-- | ftp/curl/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 6348fdea94b6..9781ec2fbcbf 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -1,15 +1,9 @@ PORTNAME= curl -PORTVERSION= 8.13.0 -PORTREVISION= 2 +PORTVERSION= 8.14.1 CATEGORIES= ftp net www MASTER_SITES= https://curl.se/download/ \ https://github.com/curl/curl/releases/download/curl-${PORTVERSION:S|.|_|g}/ -PATCH_SITES= https://github.com/curl/curl/commit/ -PATCHFILES= 7e0eea7d7b34b81ca02ffb995ebea22c02cb92d2.patch:-p1 \ - 5caba3bd97a14b64d906ece77bc0e2b339161a1f.patch:-p1 \ - fbdb1e1dbe824a72f41a104fa26e555cb0b6b45a.patch:-p1 - MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line tool and library for transferring data with URLs WWW= https://curl.se/ \ @@ -87,7 +81,6 @@ SMB_DESC= SMB/CIFS support SMTP_DESC= SMTP/SMTPS support THREADED_RESOLVER_DESC= Threaded DNS resolver TLS_SRP_DESC= TLS-SRP (Secure Remote Password) support -WEBSOCKET_DESC= WebSocket support ALTSVC_CONFIGURE_ENABLE=alt-svc BROTLI_CONFIGURE_WITH= brotli |