Received: by mail.netbsd.org (Postfix, from userid 605) id 6C9D484E76; Tue, 20 Feb 2018 11:52:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D865584D47 for ; Tue, 20 Feb 2018 11:52:34 +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 DE_d4Dgcq334 for ; Tue, 20 Feb 2018 11:52:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9E75184D38 for ; Tue, 20 Feb 2018 11:52:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 963DEFB40; Tue, 20 Feb 2018 11:52:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519127553191230" MIME-Version: 1.0 Date: Tue, 20 Feb 2018 11:52:33 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-PathTools To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20180220115233.963DEFB40@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. --_----------=_1519127553191230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Feb 20 11:52:33 UTC 2018 Modified Files: pkgsrc/devel/p5-PathTools: Makefile distinfo Log Message: Update to 3.74 Upstream changes: 3.74 - No changes. 3.73 - Define NEED_croak_xs_usage, fixing usage of croak_xs_usage() - [perl #132853] Add metadata (ABSTRACT, LICENSE, AUTHOR) - [perl #132733] Skip cwd_enoent test on Cygwin - [perl #132651] Avoid infinite recursion in _perl_abs_path() 3.72 - [perl #132648] Correct error returns from fast_abs_path() 3.71 - [perl #130818] Remove support for running PathTools on MacOS and EPOC 3.70 - Change strcmp into the easier to read strEQ 3.69 - avoid loading modules repeatedly at runtime - replace 'use vars' by 'our' - Switch to XSLoader from Dynaloader 3.68 - avoid warning from pre-5.8 code for detecting tainted values - make taint.t detect that a pre-5.8 Perl supports tainting - avoid a dynamic linking problem on Perl 5.6 3.67 - Mon Feb 27 09:33:04 EST 2017 - Add security usage note to File::Spec::no_upwards 3.66 - Sat Nov 19 10:30:19 MST 2016 - white space change so can compile under C++11 3.65 - Mon, 25 Jul 2016 23:15:33 -0700 - (perl #127384)(CVE-2016-1238) 3.64 - Tue May 24 10:00:19 MST 2016 - just minor pod changes to silence Pod::Checker To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-PathTools/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-PathTools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519127553191230 Content-Disposition: inline Content-Length: 1872 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-PathTools/Makefile diff -u pkgsrc/devel/p5-PathTools/Makefile:1.25 pkgsrc/devel/p5-PathTools/Makefile:1.26 --- pkgsrc/devel/p5-PathTools/Makefile:1.25 Mon Jun 5 14:23:28 2017 +++ pkgsrc/devel/p5-PathTools/Makefile Tue Feb 20 11:52:33 2018 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2017/06/05 14:23:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.26 2018/02/20 11:52:33 wen Exp $ -DISTNAME= PathTools-3.62 +DISTNAME= PathTools-3.74 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/PathTools/ Index: pkgsrc/devel/p5-PathTools/distinfo diff -u pkgsrc/devel/p5-PathTools/distinfo:1.13 pkgsrc/devel/p5-PathTools/distinfo:1.14 --- pkgsrc/devel/p5-PathTools/distinfo:1.13 Thu Feb 11 14:51:24 2016 +++ pkgsrc/devel/p5-PathTools/distinfo Tue Feb 20 11:52:33 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2016/02/11 14:51:24 he Exp $ +$NetBSD: distinfo,v 1.14 2018/02/20 11:52:33 wen Exp $ -SHA1 (PathTools-3.62.tar.gz) = 356530987ccfb61779ce038978a614aa64679d72 -RMD160 (PathTools-3.62.tar.gz) = 28d04689c65bf91f3154a43805e78d4a2bf11c3a -SHA512 (PathTools-3.62.tar.gz) = c2c39bf57286d11131d027d97e4486698a4ffbb917a8b0fd7466a8c469c009fee1f70bfe4f51d5b6feef4d57de0c9be3145aa3a35625a5f26bbe7788c0ba66aa -Size (PathTools-3.62.tar.gz) = 146566 bytes +SHA1 (PathTools-3.74.tar.gz) = c116ce505e30ad48691c17df41fdc12b50170739 +RMD160 (PathTools-3.74.tar.gz) = 95ada91b3d1b730935b5929aa8febdddd3efa9d2 +SHA512 (PathTools-3.74.tar.gz) = 3d0326b76711b06f3408a3f478164cd648b864147283abf05f8aa6de20c05bb4d57afc64107974a053b2cf5974f0a77f3a180542cd5a37f7c2d2a07bf7e3ae7a +Size (PathTools-3.74.tar.gz) = 119509 bytes --_----------=_1519127553191230--