Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2015 11:28:25 +0000 (UTC)
From:      Anton Berezin <tobez@FreeBSD.org>
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
Message-ID:  <201506111128.t5BBSPwT003430@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 .= <<EOD;
  install ::
-@@ -37,7 +38,7 @@
+@@ -44,7 +45,7 @@ These should be removed.
  I can add instructions to the Makefile to remove them when you
  install this version.
  EOD
@@ -26,12 +26,3 @@
  	if ( $ans =~ /^y/i ) {
  	    $ret .= <<EOD;
  install ::
-@@ -68,7 +69,7 @@
-         ABSTRACT => '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',



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