From owner-svn-ports-head@freebsd.org Tue Feb 27 13:24:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB171F25755; Tue, 27 Feb 2018 13:24:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41EA076690; Tue, 27 Feb 2018 13:24:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 38C552E5C; Tue, 27 Feb 2018 13:24:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RDOufY075247; Tue, 27 Feb 2018 13:24:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDOthK075244; Tue, 27 Feb 2018 13:24:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271324.w1RDOthK075244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:24:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463133 - in head/devel/p5-Data-Peek: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/p5-Data-Peek: . files X-SVN-Commit-Revision: 463133 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:24:57 -0000 Author: sunpoet Date: Tue Feb 27 13:24:55 2018 New Revision: 463133 URL: https://svnweb.freebsd.org/changeset/ports/463133 Log: Update to 0.48 - Regenerate patch file with makepatch: Changes: http://search.cpan.org/dist/Data-Peek/ChangeLog Modified: head/devel/p5-Data-Peek/Makefile head/devel/p5-Data-Peek/distinfo head/devel/p5-Data-Peek/files/patch-Makefile.PL Modified: head/devel/p5-Data-Peek/Makefile ============================================================================== --- head/devel/p5-Data-Peek/Makefile Tue Feb 27 13:24:50 2018 (r463132) +++ head/devel/p5-Data-Peek/Makefile Tue Feb 27 13:24:55 2018 (r463133) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Peek -PORTVERSION= 0.47 +PORTVERSION= 0.48 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Data-Peek/distinfo ============================================================================== --- head/devel/p5-Data-Peek/distinfo Tue Feb 27 13:24:50 2018 (r463132) +++ head/devel/p5-Data-Peek/distinfo Tue Feb 27 13:24:55 2018 (r463133) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501085743 -SHA256 (Data-Peek-0.47.tgz) = c70d52e04f502fc8a6c1aba11b3c8c6d142c8691c18ddeb2c8c92259a0b13b30 -SIZE (Data-Peek-0.47.tgz) = 67100 +TIMESTAMP = 1519732326 +SHA256 (Data-Peek-0.48.tgz) = f5d9c82c983c47927cad5e50d509db4e96d72c7b389eac93bdde46a585b8c8ce +SIZE (Data-Peek-0.48.tgz) = 67696 Modified: head/devel/p5-Data-Peek/files/patch-Makefile.PL ============================================================================== --- head/devel/p5-Data-Peek/files/patch-Makefile.PL Tue Feb 27 13:24:50 2018 (r463132) +++ head/devel/p5-Data-Peek/files/patch-Makefile.PL Tue Feb 27 13:24:55 2018 (r463133) @@ -1,14 +1,11 @@ ---- Makefile.PL.orig 2017-07-24 11:59:06 UTC +--- Makefile.PL.orig 2018-02-26 15:08:16 UTC +++ Makefile.PL -@@ -33,9 +33,9 @@ my %wm = ( - $ExtUtils::MakeMaker::VERSION > 6.30 and $wm{LICENSE} = "perl"; +@@ -44,7 +44,7 @@ unless (exists $ENV{AUTOMATED_TESTING} a + } + }; - unless (exists $ENV{AUTOMATED_TESTING} and $ENV{AUTOMATED_TESTING} == 1) { -- if (prompt ("Do you want to install module DP as a shortcut for Data::Peek ?", "y") =~ m/[yY]/) { -+ { +- if ($dp_ok and prompt ("Do you want to install module DP as a shortcut for Data::Peek ?", "y") =~ m/[yY]/) { ++ if ($dp_ok) { local $/; -- open my $pm, "<", "Peek.pm" or die "CAnnot read Peek.pm: $!\n"; -+ open my $pm, "<", "Peek.pm" or die "Cannot read Peek.pm: $!\n"; + open my $pm, "<", "Peek.pm" or die "Cannot read Peek.pm: $!\n"; my $vsn = do { <$pm> =~ m/^\$VERSION\s*=\s*"([0-9._]+)/m; $1 }; - close $pm; -