summaryrefslogtreecommitdiff
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 9f9a3f15a8d8..6348fdea94b6 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -1,12 +1,14 @@
PORTNAME= curl
PORTVERSION= 8.13.0
-PORTREVISION= 1
+PORTREVISION= 2
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= 5caba3bd97a14b64d906ece77bc0e2b339161a1f.patch:-p1
+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