Received: by mail.netbsd.org (Postfix, from userid 605) id B803184DD9; Wed, 18 Sep 2019 13:09:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3B1C184DD7 for ; Wed, 18 Sep 2019 13:09:51 +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 4gMKiYTVZ08f for ; Wed, 18 Sep 2019 13:09:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B915F84CE9 for ; Wed, 18 Sep 2019 13:09:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B1613FBF4; Wed, 18 Sep 2019 13:09:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1568812190176250" MIME-Version: 1.0 Date: Wed, 18 Sep 2019 13:09:50 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-SUPER To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20190918130950.B1613FBF4@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. --_----------=_1568812190176250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Wed Sep 18 13:09:50 UTC 2019 Modified Files: pkgsrc/devel/p5-SUPER: Makefile distinfo Log Message: Update to 1.20190531 Upstream changes: 1.20190531 2019-05-31 16:57:30-07:00 America/Los_Angeles - allow main->SUPER::... to work when SUPER.pm is loaded (PR #1, Charles McGarvey) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-SUPER/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-SUPER/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1568812190176250 Content-Disposition: inline Content-Length: 1662 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-SUPER/Makefile diff -u pkgsrc/devel/p5-SUPER/Makefile:1.19 pkgsrc/devel/p5-SUPER/Makefile:1.20 --- pkgsrc/devel/p5-SUPER/Makefile:1.19 Sun Aug 11 13:20:17 2019 +++ pkgsrc/devel/p5-SUPER/Makefile Wed Sep 18 13:09:50 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2019/08/11 13:20:17 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/18 13:09:50 wen Exp $ -DISTNAME= SUPER-1.20141117 +DISTNAME= SUPER-1.20190531 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SUPER/} Index: pkgsrc/devel/p5-SUPER/distinfo diff -u pkgsrc/devel/p5-SUPER/distinfo:1.5 pkgsrc/devel/p5-SUPER/distinfo:1.6 --- pkgsrc/devel/p5-SUPER/distinfo:1.5 Tue Nov 3 03:28:43 2015 +++ pkgsrc/devel/p5-SUPER/distinfo Wed Sep 18 13:09:50 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:28:43 agc Exp $ +$NetBSD: distinfo,v 1.6 2019/09/18 13:09:50 wen Exp $ -SHA1 (SUPER-1.20141117.tar.gz) = b4eccae36828cf81f27e349c4528735d13804949 -RMD160 (SUPER-1.20141117.tar.gz) = 95b3593c551f201c6c7b05c2f7e56158b67154aa -SHA512 (SUPER-1.20141117.tar.gz) = c17fe478fcb9ebc2749c27fc75b839bd77e81c9d0170697b2a697dcebb9f4eef4b954d023b76d33a8b4201b110e5e997b1e0993faf7a04ef2e1191a2f7c516a0 -Size (SUPER-1.20141117.tar.gz) = 14477 bytes +SHA1 (SUPER-1.20190531.tar.gz) = 3ee8a97c631caad1adb9dab9bbed8478bbad2f95 +RMD160 (SUPER-1.20190531.tar.gz) = 049280248479bb3c7cb1b23efbac744eecc23b30 +SHA512 (SUPER-1.20190531.tar.gz) = fb1072c76aa9d82edb39ec75f0e14c0fa41837b36b7d2ec24482a20338484cba867646f5e3ceb12ff4f8e1a6f333f5243900c2114d772a29d6c0380feabd3565 +Size (SUPER-1.20190531.tar.gz) = 14909 bytes --_----------=_1568812190176250--