Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=VjB+5RPk; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=kz7GGBAE Received: by mail.netbsd.org (Postfix, from userid 605) id A4AD584E5B; Wed, 3 Apr 2024 07:15:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712128541; bh=nz7Tb5zhFF3uyjk937ybCEnrqzAEIe031d2BY3jPd8c=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=VjB+5RPkbUcNAya8rhsNl7BcL+meId3Em5P8lLh5a5tYCwUZWnrxFNxsTbdhImmOo RZK2pzu1JQKvssVb++5tibIOGbbXOV1wyJ5J8pICRbf3R5UJMpRkD1J5BRj/u+OoQN obMRiWN8uOf3/f4NjILnKvOt3VZn3APbeYpeGeH8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9687B84D0E for ; Wed, 3 Apr 2024 07:15:40 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id r76_yCfaRndE for ; Wed, 3 Apr 2024 07:15:40 +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 E418F84CD7 for ; Wed, 3 Apr 2024 07:15:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712128540; bh=nz7Tb5zhFF3uyjk937ybCEnrqzAEIe031d2BY3jPd8c=; h=Date:From:Subject:To:Reply-To; b=kz7GGBAERcozupgN+HYeLM6SS6EwZeYoCD3Bi6CWDzGnH6BTmfl9tvNCSZU/mQ8gh KQL3D1eFwebqGSSJU5SWEw07W5iGq12yUD66zIYZ4UZnND0J110FRKCkHAPQMec9Q6 sKV1YfU/xNm64O686osxTwDj32hODXn9MB2eCMoU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id DF6ECFA2C; Wed, 3 Apr 2024 07:15:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712128539100190" MIME-Version: 1.0 Date: Wed, 3 Apr 2024 07:15:39 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/p5-libwww To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240403071539.DF6ECFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712128539100190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 3 07:15:39 UTC 2024 Modified Files: pkgsrc/www/p5-libwww: Makefile Log Message: p5-libwww: p5-Try-Tiny is a runtime dependency, make it so Bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 pkgsrc/www/p5-libwww/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712128539100190 Content-Disposition: inline Content-Length: 1038 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-libwww/Makefile diff -u pkgsrc/www/p5-libwww/Makefile:1.142 pkgsrc/www/p5-libwww/Makefile:1.143 --- pkgsrc/www/p5-libwww/Makefile:1.142 Tue Mar 19 10:40:00 2024 +++ pkgsrc/www/p5-libwww/Makefile Wed Apr 3 07:15:39 2024 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.142 2024/03/19 10:40:00 wiz Exp $ +# $NetBSD: Makefile,v 1.143 2024/04/03 07:15:39 wiz Exp $ DISTNAME= libwww-perl-6.77 PKGNAME= p5-${DISTNAME:S/-perl-/-/} +PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OA/OALDERS/} @@ -20,6 +21,7 @@ DEPENDS+= p5-HTTP-Negotiate>=6:../../www DEPENDS+= p5-HTTP-Message>=6:../../www/p5-HTTP-Message DEPENDS+= p5-LWP-MediaTypes>=6:../../www/p5-LWP-MediaTypes DEPENDS+= p5-Net-HTTP>=6.18:../../www/p5-Net-HTTP +DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny DEPENDS+= p5-URI>=1.10:../../www/p5-URI DEPENDS+= p5-WWW-RobotRules>=6.01:../../www/p5-WWW-RobotRules # LWP::Protocol::https is an optional dependency, but it requires this package, --_----------=_1712128539100190--