From owner-svn-ports-head@FreeBSD.ORG Thu Jun 11 11:28:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0882C5CF; Thu, 11 Jun 2015 11:28:26 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF2CC1B02; Thu, 11 Jun 2015 11:28:25 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5BBSPC3003434; Thu, 11 Jun 2015 11:28:25 GMT (envelope-from tobez@FreeBSD.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5BBSPwT003430; Thu, 11 Jun 2015 11:28:25 GMT (envelope-from tobez@FreeBSD.org) Message-Id: <201506111128.t5BBSPwT003430@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tobez set sender to tobez@FreeBSD.org using -f From: Anton Berezin Date: Thu, 11 Jun 2015 11:28:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389191 - in head/devel/p5-Getopt-Long: . files X-SVN-Group: ports-head 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.20 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: Thu, 11 Jun 2015 11:28:26 -0000 Author: tobez Date: Thu Jun 11 11:28:24 2015 New Revision: 389191 URL: https://svnweb.freebsd.org/changeset/ports/389191 Log: Update to 2.46. Modified: head/devel/p5-Getopt-Long/Makefile head/devel/p5-Getopt-Long/distinfo head/devel/p5-Getopt-Long/files/patch-Makefile.PL Modified: head/devel/p5-Getopt-Long/Makefile ============================================================================== --- head/devel/p5-Getopt-Long/Makefile Thu Jun 11 10:49:40 2015 (r389190) +++ head/devel/p5-Getopt-Long/Makefile Thu Jun 11 11:28:24 2015 (r389191) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Getopt-Long -PORTVERSION= 2.39 -PORTREVISION= 1 +PORTVERSION= 2.46 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Getopt-Long/distinfo ============================================================================== --- head/devel/p5-Getopt-Long/distinfo Thu Jun 11 10:49:40 2015 (r389190) +++ head/devel/p5-Getopt-Long/distinfo Thu Jun 11 11:28:24 2015 (r389191) @@ -1,2 +1,2 @@ -SHA256 (Getopt-Long-2.39.tar.gz) = 00f6a4bb4064df8170563ab93bf43894ef1e3c7265e768ff010095101b9fcb34 -SIZE (Getopt-Long-2.39.tar.gz) = 42380 +SHA256 (Getopt-Long-2.46.tar.gz) = 85fde3a74d23d3898456e14452615b73cd95e4f88ea284602d8698da68607712 +SIZE (Getopt-Long-2.46.tar.gz) = 43045 Modified: head/devel/p5-Getopt-Long/files/patch-Makefile.PL ============================================================================== --- head/devel/p5-Getopt-Long/files/patch-Makefile.PL Thu Jun 11 10:49:40 2015 (r389190) +++ head/devel/p5-Getopt-Long/files/patch-Makefile.PL Thu Jun 11 11:28:24 2015 (r389191) @@ -1,14 +1,14 @@ ---- Makefile.PL.orig Fri May 24 17:51:36 2002 -+++ Makefile.PL Fri May 24 17:52:52 2002 -@@ -5,6 +5,7 @@ - - require "./lib/Getopt/Long.pm"; +--- Makefile.PL.orig 2015-06-11 13:24:35.000000000 +0200 ++++ Makefile.PL 2015-06-11 13:25:28.000000000 +0200 +@@ -12,6 +12,7 @@ use ExtUtils::MakeMaker 5.0; + use lib "./lib"; + use Getopt::Long; my $version = $Getopt::Long::VERSION_STRING || $Getopt::Long::VERSION; +my $leave_alone = 1; sub MY::postamble { my $ret = ""; -@@ -18,7 +19,7 @@ +@@ -25,7 +26,7 @@ This manual page has a wrong name, and s I can add instructions to the Makefile to remove it when you install this version. EOD @@ -17,7 +17,7 @@ if ( $ans =~ /^y/i ) { $ret .= < 'Module to handle parsing command line options', - ), - -- INSTALLDIRS => 'perl', -+ INSTALLDIRS => ($leave_alone ? 'site' : 'perl'), - PM => { "lib/newgetopt.pl" => '$(INST_LIB)/newgetopt.pl', - "lib/Getopt/Long.pm" => '$(INST_LIB)/Getopt/Long.pm', - # "perlcmdline.pod" => '$(INST_LIB)/pod/perlcmdline.pod',