git: 56e017457dc5 - main - ftp/curl: Fix b55113e4038c74da6ab611a932db9cb041b7b967
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Apr 2025 19:13:44 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=56e017457dc5dab23cb5e3ad2bcc4729f7180212 commit 56e017457dc5dab23cb5e3ad2bcc4729f7180212 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-04-29 19:12:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-04-29 19:13:12 +0000 ftp/curl: Fix b55113e4038c74da6ab611a932db9cb041b7b967 - Use the upstream commit instead of the pull request - Use = instead of += for PATCHFILES - Cosmetic change --- ftp/curl/Makefile | 6 +++--- ftp/curl/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index d6650d896a5a..9f9a3f15a8d8 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -5,6 +5,9 @@ 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 + MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line tool and library for transferring data with URLs WWW= https://curl.se/ \ @@ -16,9 +19,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe libtool localbase:ldflags pathfix perl5 shebangfix tar:xz USE_PERL5= build -PATCH_SITES= https://patch-diff.githubusercontent.com/raw/curl/curl/pull/ -PATCHFILES+= 16931.patch:-p1 - CONFIGURE_ARGS= --disable-test-bundles \ --disable-unity \ --disable-werror \ diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo index 2eab319b5471..1e1beeb0955c 100644 --- a/ftp/curl/distinfo +++ b/ftp/curl/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1745847381 +TIMESTAMP = 1745950326 SHA256 (curl-8.13.0.tar.xz) = 4a093979a3c2d02de2fbc00549a32771007f2e78032c6faa5ecd2f7a9e152025 SIZE (curl-8.13.0.tar.xz) = 2773628 -SHA256 (16931.patch) = 839add7018a2b166ca31c1058d34cd0a60a21e11de38cb9094b7081897389758 -SIZE (16931.patch) = 828 +SHA256 (5caba3bd97a14b64d906ece77bc0e2b339161a1f.patch) = ac5dbaeae9c2e8f68e876c1fd10e04e4b5d668e34038e61004bb5662d2089207 +SIZE (5caba3bd97a14b64d906ece77bc0e2b339161a1f.patch) = 842