Received: by mail.netbsd.org (Postfix, from userid 605) id DF64584DCF; Mon, 2 Sep 2019 12:29:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 66F8D84DB8 for ; Mon, 2 Sep 2019 12:29:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 6yQfLMnL9aJY for ; Mon, 2 Sep 2019 12:29:56 +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 C10E184D3B for ; Mon, 2 Sep 2019 12:29:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BB706FBF4; Mon, 2 Sep 2019 12:29:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1567427395124870" MIME-Version: 1.0 Date: Mon, 2 Sep 2019 12:29:55 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/p5-Danga-Socket To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190902122955.BB706FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1567427395124870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Sep 2 12:29:55 UTC 2019 Modified Files: pkgsrc/net/p5-Danga-Socket: Makefile Removed Files: pkgsrc/net/p5-Danga-Socket: PLIST Log Message: p5-Danga-Socket: remove empty PLIST; add perl5 to CATEGORIES To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/p5-Danga-Socket/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/net/p5-Danga-Socket/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1567427395124870 Content-Disposition: inline Content-Length: 641 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/p5-Danga-Socket/Makefile diff -u pkgsrc/net/p5-Danga-Socket/Makefile:1.13 pkgsrc/net/p5-Danga-Socket/Makefile:1.14 --- pkgsrc/net/p5-Danga-Socket/Makefile:1.13 Sun Aug 11 13:22:14 2019 +++ pkgsrc/net/p5-Danga-Socket/Makefile Mon Sep 2 12:29:55 2019 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2019/08/11 13:22:14 wiz Exp $ -# +# $NetBSD: Makefile,v 1.14 2019/09/02 12:29:55 adam Exp $ DISTNAME= Danga-Socket-1.61 PKGNAME= p5-${DISTNAME} PKGREVISION= 9 -CATEGORIES= net +CATEGORIES= net perl5 MASTER_SITES= https://cpan.metacpan.org/authors/id/B/BR/BRADFITZ/ MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1567427395124870--