aboutsummaryrefslogtreecommitdiff
path: root/ftp/curl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/curl/Makefile')
-rw-r--r--ftp/curl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index eb236161f37e..f90b24402213 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -1,10 +1,12 @@
PORTNAME= curl
-PORTVERSION= 8.5.0
-PORTREVISION= 1
+PORTVERSION= 8.6.0
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= e75a48d2c32d92b0321fbb09c25885a706077201.patch:-p1
+
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Command line tool and library for transferring data with URLs
WWW= https://curl.se/ \