Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2018 13:24:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201802271324.w1RDOthK075244@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802271324.w1RDOthK075244>