Received: by mail.netbsd.org (Postfix, from userid 605) id 5C5C584DEB; Sat, 11 Apr 2020 12:13:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D7A3684DDD for ; Sat, 11 Apr 2020 12:13:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id dGNtPfP8BNHi for ; Sat, 11 Apr 2020 12:13:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 55AAF84CF1 for ; Sat, 11 Apr 2020 12:13:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 492EFFB27; Sat, 11 Apr 2020 12:13:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586607205246810" MIME-Version: 1.0 Date: Sat, 11 Apr 2020 12:13:25 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Filesys-Notify-Simple To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200411121325.492EFFB27@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. --_----------=_1586607205246810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Apr 11 12:13:25 UTC 2020 Modified Files: pkgsrc/devel/p5-Filesys-Notify-Simple: Makefile distinfo Log Message: (devel/p5-Filesys-Notify-Simple) Updated to 0.14 0.14 2020-01-03 11:36:49 PST - Inlude path for linux error message - Demote the error above to a warning To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Filesys-Notify-Simple/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Filesys-Notify-Simple/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1586607205246810 Content-Disposition: inline Content-Length: 1924 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Filesys-Notify-Simple/Makefile diff -u pkgsrc/devel/p5-Filesys-Notify-Simple/Makefile:1.18 pkgsrc/devel/p5-Filesys-Notify-Simple/Makefile:1.19 --- pkgsrc/devel/p5-Filesys-Notify-Simple/Makefile:1.18 Sun Aug 11 13:19:30 2019 +++ pkgsrc/devel/p5-Filesys-Notify-Simple/Makefile Sat Apr 11 12:13:25 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2019/08/11 13:19:30 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2020/04/11 12:13:25 mef Exp $ -DISTNAME= Filesys-Notify-Simple-0.13 +DISTNAME= Filesys-Notify-Simple-0.14 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Filesys/} Index: pkgsrc/devel/p5-Filesys-Notify-Simple/distinfo diff -u pkgsrc/devel/p5-Filesys-Notify-Simple/distinfo:1.7 pkgsrc/devel/p5-Filesys-Notify-Simple/distinfo:1.8 --- pkgsrc/devel/p5-Filesys-Notify-Simple/distinfo:1.7 Sun Mar 11 10:13:49 2018 +++ pkgsrc/devel/p5-Filesys-Notify-Simple/distinfo Sat Apr 11 12:13:25 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/03/11 10:13:49 wiz Exp $ +$NetBSD: distinfo,v 1.8 2020/04/11 12:13:25 mef Exp $ -SHA1 (Filesys-Notify-Simple-0.13.tar.gz) = 9aa41c9ada5e441e4873cbc120a195565ebcbfb2 -RMD160 (Filesys-Notify-Simple-0.13.tar.gz) = 9237a6907d5089e7d5953fbd2fd7765b7cbf1998 -SHA512 (Filesys-Notify-Simple-0.13.tar.gz) = e8c02428240687d34c7ade45a893baecdd6cfc77e4730d3fe07d2009c7ac441512c494cfd139002b7e49ae2b23cc6323da3903004262930adc89f21077960c88 -Size (Filesys-Notify-Simple-0.13.tar.gz) = 13086 bytes +SHA1 (Filesys-Notify-Simple-0.14.tar.gz) = 241154d812a5456f0755ef6e1391febdba6195d6 +RMD160 (Filesys-Notify-Simple-0.14.tar.gz) = c162b94863f84fcfd23d3c89ed8d83e89f30d5db +SHA512 (Filesys-Notify-Simple-0.14.tar.gz) = 45fe097beb925e913af9c48704f5f550931c70673455258249127dff27abe1955e0e968f37c7c0f4c798a20be78b1055362c69ec2906e8e2633b21f68b198208 +Size (Filesys-Notify-Simple-0.14.tar.gz) = 13429 bytes --_----------=_1586607205246810--