Received: by mail.netbsd.org (Postfix, from userid 605) id AF6508559F; Tue, 4 Jul 2017 09:00:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3FBD68559E for ; Tue, 4 Jul 2017 09:00: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 LOxodD2uk0y6 for ; Tue, 4 Jul 2017 09:00:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C41C584DB0 for ; Tue, 4 Jul 2017 09:00:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C2530FAE8; Tue, 4 Jul 2017 09:00:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1499158810242330" MIME-Version: 1.0 Date: Tue, 4 Jul 2017 09:00:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Specio To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170704090010.C2530FAE8@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. --_----------=_1499158810242330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jul 4 09:00:10 UTC 2017 Modified Files: pkgsrc/devel/p5-Specio: Makefile distinfo Log Message: Updated p5-Specio to 0.38. 0.38 2017-07-01 - Simplify checks for overloading to not call overload::Overloaded(). Just checking the return value of overload::Method() is sufficient. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-Specio/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-Specio/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1499158810242330 Content-Disposition: inline Content-Length: 1649 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Specio/Makefile diff -u pkgsrc/devel/p5-Specio/Makefile:1.14 pkgsrc/devel/p5-Specio/Makefile:1.15 --- pkgsrc/devel/p5-Specio/Makefile:1.14 Mon Jun 5 14:23:35 2017 +++ pkgsrc/devel/p5-Specio/Makefile Tue Jul 4 09:00:10 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2017/06/05 14:23:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.15 2017/07/04 09:00:10 wiz Exp $ -DISTNAME= Specio-0.37 +DISTNAME= Specio-0.38 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/ Index: pkgsrc/devel/p5-Specio/distinfo diff -u pkgsrc/devel/p5-Specio/distinfo:1.12 pkgsrc/devel/p5-Specio/distinfo:1.13 --- pkgsrc/devel/p5-Specio/distinfo:1.12 Wed May 17 11:05:43 2017 +++ pkgsrc/devel/p5-Specio/distinfo Tue Jul 4 09:00:10 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2017/05/17 11:05:43 wiz Exp $ +$NetBSD: distinfo,v 1.13 2017/07/04 09:00:10 wiz Exp $ -SHA1 (Specio-0.37.tar.gz) = 2b902ad14839aaf00838b14430d355b1c7a71813 -RMD160 (Specio-0.37.tar.gz) = 54ca768655f8baf16009c52a41aff1111232f050 -SHA512 (Specio-0.37.tar.gz) = 590b5e1515744b699340441f4c14f8fc978b4b637ddb5d9e32db2aa883800c86d7323f85190e92e34571fb57af196f477909aa6cc276a793ae82698f4042468a -Size (Specio-0.37.tar.gz) = 96573 bytes +SHA1 (Specio-0.38.tar.gz) = 9781ecd22f3c945fd025581f0bae05d88aa30154 +RMD160 (Specio-0.38.tar.gz) = eb89b57af1b1bf6341a26b4b90fb7f57103c1b59 +SHA512 (Specio-0.38.tar.gz) = 7374b9188ad1704ff35f6de45f4cfe2c63ed009bf12de0d03c8a2a628259e5d27cd17a69f24816624e569efe096b43a4784e9d0e14a1037f8ce2b4c00c6c7d8d +Size (Specio-0.38.tar.gz) = 97865 bytes --_----------=_1499158810242330--