summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafe <mondo.debater_0q@icloud.com>2024-08-15 17:47:18 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-08-15 19:53:54 +0800
commit73d53fec20e010a33757af558db532d30c3a085b (patch)
tree8696ca02a6fc10f16b2f5e4871a98a7861d57bf8
parentdevel/py-pyproject_hooks: Fix entry-point loading (diff)
ftp/curl: Fix SIGPIPE initialization
- Bump PORTREVISION for package change PR: 280653 Obtained from: https://github.com/curl/curl/commit/3eec5afbd0b6377eca893c392569b2faf094d970
-rw-r--r--ftp/curl/Makefile4
-rw-r--r--ftp/curl/distinfo4
2 files changed, 7 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 24cee49d2ce6..5db8eae4ef7c 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -1,9 +1,13 @@
PORTNAME= curl
PORTVERSION= 8.9.1
+PORTREVISION= 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= 3eec5afbd0b6377eca893c392569b2faf094d970.patch:-p1
+
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Command line tool and library for transferring data with URLs
WWW= https://curl.se/ \
diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo
index ddc92b782964..b869a9d5b477 100644
--- a/ftp/curl/distinfo
+++ b/ftp/curl/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1722711159
+TIMESTAMP = 1722963937
SHA256 (curl-8.9.1.tar.xz) = f292f6cc051d5bbabf725ef85d432dfeacc8711dd717ea97612ae590643801e5
SIZE (curl-8.9.1.tar.xz) = 2782364
+SHA256 (3eec5afbd0b6377eca893c392569b2faf094d970.patch) = ba87265c9f01fd608c1287666f4edead6b1a18bde328bff486aa81a77befa2f0
+SIZE (3eec5afbd0b6377eca893c392569b2faf094d970.patch) = 912