pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-Net-Curl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Nov  9 11:03:53 UTC 2024

Modified Files:
        pkgsrc/www/p5-Net-Curl: Makefile distinfo

Log Message:
ip5-Net-Curl: update to 0.56, mark as BROKEN

Reported upstream.

(0.53 was broken too, this brings us closer to what might get a patch
from upstream.)


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/p5-Net-Curl/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/p5-Net-Curl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-Net-Curl/Makefile
diff -u pkgsrc/www/p5-Net-Curl/Makefile:1.32 pkgsrc/www/p5-Net-Curl/Makefile:1.33
--- pkgsrc/www/p5-Net-Curl/Makefile:1.32        Fri Nov  1 12:54:54 2024
+++ pkgsrc/www/p5-Net-Curl/Makefile     Sat Nov  9 11:03:53 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2024/11/01 12:54:54 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2024/11/09 11:03:53 wiz Exp $
 
-DISTNAME=      Net-Curl-0.53
+DISTNAME=      Net-Curl-0.56
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   7
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SY/SYP/}
 
@@ -11,13 +10,19 @@ HOMEPAGE=   https://metacpan.org/pod/Net::
 COMMENT=       Perl binding interface for curl
 LICENSE=       mit
 
+# https://github.com/sparky/perl-Net-Curl/issues/78
+BROKEN=                "Does not support curl-8.11.0."
+
+TOOL_DEPENDS+= p5-ExtUtils-PkgConfig-[0-9]*:../../devel/p5-ExtUtils-PkgConfig
 TEST_DEPENDS+= p5-Test-CPAN-Meta-[0-9]*:../../devel/p5-Test-CPAN-Meta
 
-CFLAGS+=                       -Wall -Werror -Wreturn-type
+CFLAGS+=       -Wall -Werror -Wreturn-type
 
 PERL5_PACKLIST=                auto/Net/Curl/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 
+USE_TOOLS+=    pkg-config
+
 .include "../../www/curl/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/p5-Net-Curl/distinfo
diff -u pkgsrc/www/p5-Net-Curl/distinfo:1.7 pkgsrc/www/p5-Net-Curl/distinfo:1.8
--- pkgsrc/www/p5-Net-Curl/distinfo:1.7 Wed May 17 09:07:22 2023
+++ pkgsrc/www/p5-Net-Curl/distinfo     Sat Nov  9 11:03:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/05/17 09:07:22 wiz Exp $
+$NetBSD: distinfo,v 1.8 2024/11/09 11:03:53 wiz Exp $
 
-BLAKE2s (Net-Curl-0.53.tar.gz) = 64225af554e42f2f098d92f932e31a8bab30dae2396a8f56e658258f73c4884a
-SHA512 (Net-Curl-0.53.tar.gz) = 6602c8803042e1bf4c10a1968837eb58aec39ead4d79c550292b6ceaa6a1234f865616f923aafcc5d9bccde8144ba770cd9e0becd43cd2296ca77a8c246e2d0a
-Size (Net-Curl-0.53.tar.gz) = 109527 bytes
+BLAKE2s (Net-Curl-0.56.tar.gz) = 573654667534a74fcedb26183b5e2eb71a6e15eb377bf422aeeefd18c3e5ccad
+SHA512 (Net-Curl-0.56.tar.gz) = a9facbed8c381d52c307b556b74660ee3b828f092cfbf58b6b819f6b2819cabab5622856cdbc0d47dc7cb609fa85df9007dd9d380d495d374d5e0edc46add709
+Size (Net-Curl-0.56.tar.gz) = 109801 bytes



Home | Main Index | Thread Index | Old Index