Date: Thu, 12 Dec 2024 23:20:43 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9b97d320e617 - main - www/p5-Net-Curl: Mark BROKEN and set expiration date to 2025-02-28 Message-ID: <202412122320.4BCNKhus065776@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b97d320e6175cd9f65e9aaf071b32fe62d43eea commit 9b97d320e6175cd9f65e9aaf071b32fe62d43eea Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-12-12 22:19:36 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-12-12 23:20:37 +0000 www/p5-Net-Curl: Mark BROKEN and set expiration date to 2025-02-28 * Fails to build with curl 8.11.0 and newer * Outdated, upstream is at 0.56 released in April 2024 while current version in tree was released in 2022 * Set expiration date to 2025-02-28 unless someone provides a patch Reference: https://github.com/sparky/perl-Net-Curl/issues/78 Reported by: pkg-fallout --- www/p5-Net-Curl/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/p5-Net-Curl/Makefile b/www/p5-Net-Curl/Makefile index 8fd6558676f9..cf14c3ec2c0c 100644 --- a/www/p5-Net-Curl/Makefile +++ b/www/p5-Net-Curl/Makefile @@ -11,6 +11,9 @@ WWW= https://search.cpan.org/dist/Net-Curl/ LICENSE= MIT +BROKEN= Fails to build with curl 8.11.0 +EXPIRATION_DATE=2025-02-28 + LIB_DEPENDS= libcurl.so:ftp/curl BUILD_DEPENDS= p5-ExtUtils-PkgConfig>=1.16:devel/p5-ExtUtils-PkgConfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412122320.4BCNKhus065776>