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 155297A1C0 for ; Sun, 9 Apr 2017 07:45:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7D56284DF3; Sun, 9 Apr 2017 07:45:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0CC6084DE5 for ; Sun, 9 Apr 2017 07:45:11 +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 Ql2q61VSOUhE for ; Sun, 9 Apr 2017 07:45:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9519F84DB5 for ; Sun, 9 Apr 2017 07:45:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 900BBFBE4; Sun, 9 Apr 2017 07:45:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1491723910220320" MIME-Version: 1.0 Date: Sun, 9 Apr 2017 07:45:10 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Test-Dir To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20170409074510.900BBFBE4@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. --_----------=_1491723910220320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Apr 9 07:45:10 UTC 2017 Modified Files: pkgsrc/devel/p5-Test-Dir: Makefile distinfo Log Message: Update to 1.15 Upstream changes: 2017-04-01 Kingpin * Makefile.PL: fixed for newest perls To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Test-Dir/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Test-Dir/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1491723910220320 Content-Disposition: inline Content-Length: 1670 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test-Dir/Makefile diff -u pkgsrc/devel/p5-Test-Dir/Makefile:1.5 pkgsrc/devel/p5-Test-Dir/Makefile:1.6 --- pkgsrc/devel/p5-Test-Dir/Makefile:1.5 Wed Jun 8 19:23:36 2016 +++ pkgsrc/devel/p5-Test-Dir/Makefile Sun Apr 9 07:45:10 2017 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2016/06/08 19:23:36 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/04/09 07:45:10 wen Exp $ # -DISTNAME= Test-Dir-1.014 +DISTNAME= Test-Dir-1.15 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} Index: pkgsrc/devel/p5-Test-Dir/distinfo diff -u pkgsrc/devel/p5-Test-Dir/distinfo:1.2 pkgsrc/devel/p5-Test-Dir/distinfo:1.3 --- pkgsrc/devel/p5-Test-Dir/distinfo:1.2 Tue Nov 3 03:28:50 2015 +++ pkgsrc/devel/p5-Test-Dir/distinfo Sun Apr 9 07:45:10 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:28:50 agc Exp $ +$NetBSD: distinfo,v 1.3 2017/04/09 07:45:10 wen Exp $ -SHA1 (Test-Dir-1.014.tar.gz) = 599777a22041288f84c912827f788102c48b5050 -RMD160 (Test-Dir-1.014.tar.gz) = b65ca36f5996436f70430ef6b37163b309a18175 -SHA512 (Test-Dir-1.014.tar.gz) = d314ad2aea917550b47af75845ac74c5dbf838881f98fa7d38c6dabbd4e5bad2c21ae2bca569bd55cf3a9fa180dc37a847693af0fcf43956deb6413beff0066a -Size (Test-Dir-1.014.tar.gz) = 21360 bytes +SHA1 (Test-Dir-1.15.tar.gz) = 3b6fad780fc193e437d0627348b563f27cebd510 +RMD160 (Test-Dir-1.15.tar.gz) = 7bc77c60eba89c2b2054a77a9087dda024525032 +SHA512 (Test-Dir-1.15.tar.gz) = cfd2b0644fc92f0cb6510a5f4d2ad470ee5c589b22a4262b3a62ed12e7524444b5c949746033930b40a921b21f39cb55f0d76a2b46c22a0b2ad64996495e1212 +Size (Test-Dir-1.15.tar.gz) = 22157 bytes --_----------=_1491723910220320--