Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=bYfK3/rk; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=TltCVZ44 Received: by mail.netbsd.org (Postfix, from userid 605) id 5B20B84D54; Sat, 30 Mar 2024 09:26:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711790815; bh=vfKF9Bc5jEL8MjI7OGywehHfnTnpom822VzvWoqqq2U=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=bYfK3/rkMNmwKkJdax5HO7Iiuxkz96+PUxy/MZ9lP6g2sqaglIxtTRglqO3Ltjkmn 6IyF9aF/+jK/MyePoA77Pu3sbIodGFtucH2DVdB9TywjFXUWrF7p2KXfbQHRjU2afK XiEPBjVltr62t5di3k8ukMzAg6ETHkjuqmw5FZ5o= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 48C8684CFC for ; Sat, 30 Mar 2024 09:26:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id gCU2iRGUXdXi for ; Sat, 30 Mar 2024 09:26:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AB86B84CE2 for ; Sat, 30 Mar 2024 09:26:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711790813; bh=vfKF9Bc5jEL8MjI7OGywehHfnTnpom822VzvWoqqq2U=; h=Date:From:Subject:To:Reply-To; b=TltCVZ449LThJ6KYpmOqq0rq1ibaNFxQeJOCkSPX2E3qwfUKUEOHn3zaUA5O6LOd8 lEouCIZE7Q+EGJgrsZOjwI3lzG+HZW2RuqzzD/KipOJZ+4nqbQg1aPAJXHT3J7XCZP /J7ZVrI3lBrDfpwXuR1dBOL8CaJ90CSybsLf9WZE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 99732FA2C; Sat, 30 Mar 2024 09:26:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711790813257360" MIME-Version: 1.0 Date: Sat, 30 Mar 2024 09:26:53 +0000 From: "David Brownlee" Subject: CVS commit: pkgsrc/net/get_iplayer To: pkgsrc-changes@NetBSD.org Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20240330092653.99732FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711790813257360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1711790813257360 Content-Disposition: inline Content-Length: 1038 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1711790813257360--