pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-LWP-Protocol-https



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar 19 10:41:41 UTC 2024

Modified Files:
        pkgsrc/www/p5-LWP-Protocol-https: Makefile distinfo

Log Message:
p5-LWP-Protocol-https: update to 6.14.

Fix dependencies.

6.14      2024-03-11 01:08:33Z
    - Inherit with 'use parent' instead of 'use base' (GH#78) (Marin Tsanov)


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/p5-LWP-Protocol-https/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/p5-LWP-Protocol-https/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-LWP-Protocol-https/Makefile
diff -u pkgsrc/www/p5-LWP-Protocol-https/Makefile:1.32 pkgsrc/www/p5-LWP-Protocol-https/Makefile:1.33
--- pkgsrc/www/p5-LWP-Protocol-https/Makefile:1.32      Sun Feb 25 08:34:56 2024
+++ pkgsrc/www/p5-LWP-Protocol-https/Makefile   Tue Mar 19 10:41:41 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2024/02/25 08:34:56 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2024/03/19 10:41:41 wiz Exp $
 
-DISTNAME=      LWP-Protocol-https-6.13
+DISTNAME=      LWP-Protocol-https-6.14
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OA/OALDERS/}
@@ -10,18 +10,17 @@ HOMEPAGE=   https://metacpan.org/release/L
 COMMENT=       Provide https support for LWP::UserAgent
 LICENSE=       ${PERL5_LICENSE}
 
-CONFLICTS+=    p5-libwww<6.02
-
-DEPENDS+=      p5-IO-Socket-SSL>=1.38:../../security/p5-IO-Socket-SSL
-DEPENDS+=      p5-Mozilla-CA>=20110101:../../security/p5-Mozilla-CA
+DEPENDS+=      p5-IO-Socket-SSL>=1.970:../../security/p5-IO-Socket-SSL
+DEPENDS+=      p5-libwww>=6.77:../../www/p5-libwww
+DEPENDS+=      p5-Net-HTTP>=0:../../www/p5-Net-HTTP
+TEST_DEPENDS+= p5-Test-Needs-[0-9]*:../../devel/p5-Test-Needs
+TEST_DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
 TEST_DEPENDS+= p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet
-# needed for tests (as LWP::UserAgent), but p5-libwww depends on this package
-#TEST_DEPENDS+=        p5-libwww>=6.06:../../www/p5-libwww
+
+CONFLICTS+=    p5-libwww<6.02
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/LWP/Protocol/https/.packlist
 
-TEST_TARGET?=  # to skip make test (but can be enabled by 'env TEST_TARGET=test make test')
-
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/p5-LWP-Protocol-https/distinfo
diff -u pkgsrc/www/p5-LWP-Protocol-https/distinfo:1.14 pkgsrc/www/p5-LWP-Protocol-https/distinfo:1.15
--- pkgsrc/www/p5-LWP-Protocol-https/distinfo:1.14      Sun Feb 25 08:34:56 2024
+++ pkgsrc/www/p5-LWP-Protocol-https/distinfo   Tue Mar 19 10:41:41 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/02/25 08:34:56 wiz Exp $
+$NetBSD: distinfo,v 1.15 2024/03/19 10:41:41 wiz Exp $
 
-BLAKE2s (LWP-Protocol-https-6.13.tar.gz) = 5434e93d92519aea7509fdfd34037f5aa9a3a92d22d97c7f5c7c708157e5ea3f
-SHA512 (LWP-Protocol-https-6.13.tar.gz) = d80dd4e6395fd254d3365f159a4a9eb8e184e3a8be650e721b5136f912235d9d06505c39eb7ad393ce8da027d44da3e06ad8635a5bee6a06a4af8176f5c2ca92
-Size (LWP-Protocol-https-6.13.tar.gz) = 33619 bytes
+BLAKE2s (LWP-Protocol-https-6.14.tar.gz) = 85acb01039d8f2b4d221d24fa504fdc8101090d83587af4fc0beeac789a16ecb
+SHA512 (LWP-Protocol-https-6.14.tar.gz) = 8f220c307833a803a8539a1c794598097133f24017edda9030eba2ff558d54104040fbae64d7068e99b9e03142e6e96a8b11c478e2a5571e908754a385b59fab
+Size (LWP-Protocol-https-6.14.tar.gz) = 33714 bytes



Home | Main Index | Thread Index | Old Index