pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/get_iplayer



Module Name:    pkgsrc
Committed By:   abs
Date:           Sat Mar 30 09:26:53 UTC 2024

Modified Files:
        pkgsrc/net/get_iplayer: Makefile

Log Message:
Add DEPENDS for www/p5-LWP-Protocol-https, bump PKGREVISION

get_iplayer has started failing at runtime with the below, presumably
as something which was pulling in LWP::Protocol::https no longer
does so. Adding www/p5-LWP-Protocol-https DEPENDS resolves the
issue.

Can't locate LWP/Protocol/https.pm in @INC (you may need to install
the LWP::Protocol::https module) (@INC entries checked:
/usr/pkg/lib/perl5/site_perl/5.38.0/x86_64-netbsd-thread-multi
/usr/pkg/lib/perl5/site_perl/5.38.0
/usr/pkg/lib/perl5/vendor_perl/5.38.0/x86_64-netbsd-thread-multi
/usr/pkg/lib/perl5/vendor_perl/5.38.0
/usr/pkg/lib/perl5/5.38.0/x86_64-netbsd-thread-multi
/usr/pkg/lib/perl5/5.38.0) at /usr/pkg/bin/get_iplayer line 6910.
BEGIN failed--compilation aborted at /usr/pkg/bin/get_iplayer line 6910.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/get_iplayer/Makefile

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

Modified files:

Index: pkgsrc/net/get_iplayer/Makefile
diff -u pkgsrc/net/get_iplayer/Makefile:1.24 pkgsrc/net/get_iplayer/Makefile:1.25
--- pkgsrc/net/get_iplayer/Makefile:1.24        Mon Dec  4 18:55:42 2023
+++ pkgsrc/net/get_iplayer/Makefile     Sat Mar 30 09:26:53 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2023/12/04 18:55:42 prlw1 Exp $
+# $NetBSD: Makefile,v 1.25 2024/03/30 09:26:53 abs Exp $
 
 DISTNAME=      get_iplayer-3.34
+PKGREVISION=   1
 CATEGORIES=    net multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=get-iplayer/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -10,9 +11,10 @@ HOMEPAGE=    https://github.com/get-iplayer
 COMMENT=       Search, index, record or stream BBC iPlayer broadcasts
 LICENSE=       gnu-gpl-v3
 
+DEPENDS+=      p5-LWP-Protocol-https-[0-9]*:../../www/p5-LWP-Protocol-https
+DEPENDS+=      p5-Mojolicious>=6.0:../../www/p5-Mojolicious
 DEPENDS+=      p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
 DEPENDS+=      p5-libwww>=6.0:../../www/p5-libwww
-DEPENDS+=      p5-Mojolicious>=6.0:../../www/p5-Mojolicious
 
 USE_LANGUAGES= # none
 NO_BUILD=      yes



Home | Main Index | Thread Index | Old Index