Received: by mail.netbsd.org (Postfix, from userid 605) id 93B2A84F5A; Sat, 18 Apr 2020 13:30:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1CF2684DAB for ; Sat, 18 Apr 2020 13:30:27 +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 mE5Hom2w7LXU for ; Sat, 18 Apr 2020 13:30:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 997B284D63 for ; Sat, 18 Apr 2020 13:30:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 93883FB27; Sat, 18 Apr 2020 13:30:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158721662680290" MIME-Version: 1.0 Date: Sat, 18 Apr 2020 13:30:26 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/net/p5-Net-Ident To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200418133026.93883FB27@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. --_----------=_158721662680290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Apr 18 13:30:26 UTC 2020 Modified Files: pkgsrc/net/p5-Net-Ident: Makefile distinfo Log Message: (net/p5-Net-Ident) Updated to 1.25 1.25 Sat Jan 18 2020 - Enable github actions testing - Switch to README.md and point to testing status - Fix spelling typo provided by Debian project - Switch primary tracker to github issues - Remove META.yml from source control To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/p5-Net-Ident/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/p5-Net-Ident/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158721662680290 Content-Disposition: inline Content-Length: 1667 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/p5-Net-Ident/Makefile diff -u pkgsrc/net/p5-Net-Ident/Makefile:1.24 pkgsrc/net/p5-Net-Ident/Makefile:1.25 --- pkgsrc/net/p5-Net-Ident/Makefile:1.24 Sun Aug 11 13:22:20 2019 +++ pkgsrc/net/p5-Net-Ident/Makefile Sat Apr 18 13:30:26 2020 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2019/08/11 13:22:20 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2020/04/18 13:30:26 mef Exp $ # -DISTNAME= Net-Ident-1.24 +DISTNAME= Net-Ident-1.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} Index: pkgsrc/net/p5-Net-Ident/distinfo diff -u pkgsrc/net/p5-Net-Ident/distinfo:1.5 pkgsrc/net/p5-Net-Ident/distinfo:1.6 --- pkgsrc/net/p5-Net-Ident/distinfo:1.5 Wed Nov 4 00:35:22 2015 +++ pkgsrc/net/p5-Net-Ident/distinfo Sat Apr 18 13:30:26 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/04 00:35:22 agc Exp $ +$NetBSD: distinfo,v 1.6 2020/04/18 13:30:26 mef Exp $ -SHA1 (Net-Ident-1.24.tar.gz) = ed9235ef35530f1768eee81875e12ee8a637f68e -RMD160 (Net-Ident-1.24.tar.gz) = e62465be148b9fd288bf92259471a88da49c9c43 -SHA512 (Net-Ident-1.24.tar.gz) = 877a2699964323b009dbdbab134bb329acf71758e48165f4d19bb8e49d0c02786f58ab32bb1bc2ff6c4d375d4b64128207cbbf3c858a6db2e30bd2733474d740 -Size (Net-Ident-1.24.tar.gz) = 26691 bytes +SHA1 (Net-Ident-1.25.tar.gz) = 0e849f1f0c9aaff675d78c7cbeee4cfd62534143 +RMD160 (Net-Ident-1.25.tar.gz) = 44a11d9970db67617ba8e9cd7504d72c65fd2a8c +SHA512 (Net-Ident-1.25.tar.gz) = bc9e41d653380215e85908b87cac8858b4d50487f4c9e539de66a1c4d788a78250d3223d1edbf2c7dc475186db087dcf65d382c0ddb08a792c2f5f808f71dea5 +Size (Net-Ident-1.25.tar.gz) = 31423 bytes --_----------=_158721662680290--