Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id DA38D7A217 for ; Sat, 29 Apr 2017 14:02:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 83A9384DFD; Sat, 29 Apr 2017 14:02:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C23F84DBC for ; Sat, 29 Apr 2017 14:02:02 +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 s6FANidc9Iuz for ; Sat, 29 Apr 2017 14:02:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9173684D9C for ; Sat, 29 Apr 2017 14:02:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C6B4FBE4; Sat, 29 Apr 2017 14:02:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493474521184090" MIME-Version: 1.0 Date: Sat, 29 Apr 2017 14:02:01 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/math/p5-Math-FFT To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20170429140201.8C6B4FBE4@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. --_----------=_1493474521184090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Apr 29 14:02:01 UTC 2017 Modified Files: pkgsrc/math/p5-Math-FFT: Makefile distinfo Log Message: Update to 1.34 Upstream changes: 1.34 2017-04-07 - Don't pack .*~ temporary files. - Add MANIFEST.SKIP . 1.33 2017-04-07 - Hopefully fix the tests with "." gone from @INC : - http://www.cpantesters.org/cpan/report/873193f8-15df-11e7-a7e6-820fe85ef7bd - Thanks to DCOLLINS for the report. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/math/p5-Math-FFT/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/p5-Math-FFT/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493474521184090 Content-Disposition: inline Content-Length: 1650 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/p5-Math-FFT/Makefile diff -u pkgsrc/math/p5-Math-FFT/Makefile:1.19 pkgsrc/math/p5-Math-FFT/Makefile:1.20 --- pkgsrc/math/p5-Math-FFT/Makefile:1.19 Wed Jun 8 19:24:02 2016 +++ pkgsrc/math/p5-Math-FFT/Makefile Sat Apr 29 14:02:01 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2016/06/08 19:24:02 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2017/04/29 14:02:01 wen Exp $ -DISTNAME= Math-FFT-1.32 +DISTNAME= Math-FFT-1.34 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} Index: pkgsrc/math/p5-Math-FFT/distinfo diff -u pkgsrc/math/p5-Math-FFT/distinfo:1.5 pkgsrc/math/p5-Math-FFT/distinfo:1.6 --- pkgsrc/math/p5-Math-FFT/distinfo:1.5 Tue Nov 3 23:33:38 2015 +++ pkgsrc/math/p5-Math-FFT/distinfo Sat Apr 29 14:02:01 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 23:33:38 agc Exp $ +$NetBSD: distinfo,v 1.6 2017/04/29 14:02:01 wen Exp $ -SHA1 (Math-FFT-1.32.tar.gz) = d4c6b10f450ca4384e3161dc25d31c94385942b3 -RMD160 (Math-FFT-1.32.tar.gz) = a0868e0c55ee445fea33151006b45d1da9e8614c -SHA512 (Math-FFT-1.32.tar.gz) = f961ebd9ec3e011131df17cd311cf2658a12786e74ac6031d8e59d89c63aa7d8b8930867b8c807ba94e19f9f1656ae2036bbc422bc23bb3385b0e30fef7e00bd -Size (Math-FFT-1.32.tar.gz) = 48468 bytes +SHA1 (Math-FFT-1.34.tar.gz) = 1e85d2b9115e8b90ac5ec9df998353216d80d5e0 +RMD160 (Math-FFT-1.34.tar.gz) = 982f440a05a094fd7e3fcce848aa5a16a115a4ef +SHA512 (Math-FFT-1.34.tar.gz) = 605ce6805c106d00e851604115581d2e035843982e01b848d730e74890041c66e57139dcc037c36eeb3de80a45436e0a36f7482eac080e92638ac44be8af428d +Size (Math-FFT-1.34.tar.gz) = 41732 bytes --_----------=_1493474521184090--