Received: by mail.netbsd.org (Postfix, from userid 605) id 3D80184E82; Sun, 25 Feb 2024 16:25:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708878330; bh=VpWru56eyOjp0tq4BteU2lTfbpst660hRuBPpNGHSQg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=eQ2TTZ9+yQtzwW+SFzDnQ0Ec/PLsxI3QKu6PNs9zcJHf9CVDeP+rbsfkBpMEQhK+i I3xvANGUHP6zxbSSbq3g6326DrDdcJ8dsCzvUCKczQHImOwzzPZ0h4SmRhKc2zeayo qFCSHPaNQNJaXU84t2vEPFch5Kaae5/OnxfkY41Y= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2CAAA84D59 for ; Sun, 25 Feb 2024 16:25:29 +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 IyV6dAHhW4TG for ; Sun, 25 Feb 2024 16:25:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AC5E084D2F for ; Sun, 25 Feb 2024 16:25:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708878328; bh=VpWru56eyOjp0tq4BteU2lTfbpst660hRuBPpNGHSQg=; h=Date:From:Subject:To:Reply-To; b=MuhIb8uXRI+7SisOHlg5Co43m7uBx88xAkjx3nOp0kpSLi0px8SASV5OU2mXMpUL0 anRf05wIu64p8OTwEnSYQJC66AEujUIy5k3JHmmoXksPs1t2K17Pe8R3IOj1p5Wc4H QOrI/VwOUwqyyOzufI7ShQ/ufNr60z102dCcT/C4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9F6CBFA27; Sun, 25 Feb 2024 16:25:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708878328147130" MIME-Version: 1.0 Date: Sun, 25 Feb 2024 16:25:28 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-IO-AIO To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240225162528.9F6CBFA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708878328147130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Feb 25 16:25:28 UTC 2024 Modified Files: pkgsrc/devel/p5-IO-AIO: Makefile Log Message: p5-IO-AIO: fix PKGNAME To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/p5-IO-AIO/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708878328147130 Content-Disposition: inline Content-Length: 520 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-IO-AIO/Makefile diff -u pkgsrc/devel/p5-IO-AIO/Makefile:1.33 pkgsrc/devel/p5-IO-AIO/Makefile:1.34 --- pkgsrc/devel/p5-IO-AIO/Makefile:1.33 Sun Feb 25 08:42:54 2024 +++ pkgsrc/devel/p5-IO-AIO/Makefile Sun Feb 25 16:25:28 2024 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2024/02/25 08:42:54 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2024/02/25 16:25:28 wiz Exp $ DISTNAME= IO-AIO-4.81 +PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} --_----------=_1708878328147130--