From owner-svn-ports-all@FreeBSD.ORG Sat Aug 9 11:55:29 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 936C4992 for ; Sat, 9 Aug 2014 11:55:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AAE2219C for ; Sat, 9 Aug 2014 11:55:29 +0000 (UTC) Received: from pi (uid 1338) (envelope-from pi@FreeBSD.org) id 23a6 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sat, 09 Aug 2014 11:55:29 +0000 From: Kurt Jaeger Date: Sat, 9 Aug 2014 11:55:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364429 - in head/devel/p5-Data-Peek: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e60c31.23a6.30784c14@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2014 11:55:29 -0000 Author: pi Date: Sat Aug 9 11:55:28 2014 New Revision: 364429 URL: http://svnweb.freebsd.org/changeset/ports/364429 QAT: https://qat.redports.org/buildarchive/r364429/ Log: devel/p5-Data-Peek: make non-interactive Added: head/devel/p5-Data-Peek/files/ head/devel/p5-Data-Peek/files/patch-Makefile.PL (contents, props changed) Modified: head/devel/p5-Data-Peek/Makefile Modified: head/devel/p5-Data-Peek/Makefile ============================================================================== --- head/devel/p5-Data-Peek/Makefile Sat Aug 9 11:50:13 2014 (r364428) +++ head/devel/p5-Data-Peek/Makefile Sat Aug 9 11:55:28 2014 (r364429) @@ -18,4 +18,7 @@ TEST_DEPENDS= p5-Test-NoWarnings>=0:${PO USES= perl5 tar:tgz USE_PERL5= configure +post-stage: + ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Data/Peek/Peek.so + .include Added: head/devel/p5-Data-Peek/files/patch-Makefile.PL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Peek/files/patch-Makefile.PL Sat Aug 9 11:55:28 2014 (r364429) @@ -0,0 +1,14 @@ +--- ./Makefile.PL.orig 2014-01-01 12:53:34.000000000 +0100 ++++ ./Makefile.PL 2014-08-09 13:50:03.000000000 +0200 +@@ -33,9 +33,9 @@ + $ExtUtils::MakeMaker::VERSION > 6.30 and $wm{LICENSE} = "perl"; + + 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]/) { ++ { + 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"; + my $vsn = do { <$pm> =~ m/^\$VERSION\s*=\s*"([0-9._]+)/m; $1 }; + close $pm; +