diff options
author | tobez <tobez@FreeBSD.org> | 2015-06-11 19:28:24 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2015-06-11 19:28:24 +0800 |
commit | 23476875df582db160e84a61e5ee5a236c0c30fa (patch) | |
tree | 26be184e41568ee4e05466e9c26b57156fe378ef /devel | |
parent | 30521e5a2dec77d705463cfe1242a0b2ab584bb1 (diff) | |
download | freebsd-ports-gnome-23476875df582db160e84a61e5ee5a236c0c30fa.tar.gz freebsd-ports-gnome-23476875df582db160e84a61e5ee5a236c0c30fa.tar.zst freebsd-ports-gnome-23476875df582db160e84a61e5ee5a236c0c30fa.zip |
Update to 2.46.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Getopt-Long/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Getopt-Long/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Getopt-Long/files/patch-Makefile.PL | 23 |
3 files changed, 10 insertions, 20 deletions
diff --git a/devel/p5-Getopt-Long/Makefile b/devel/p5-Getopt-Long/Makefile index 159e2b2d5f43..da3c24bac5e6 100644 --- a/devel/p5-Getopt-Long/Makefile +++ b/devel/p5-Getopt-Long/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Getopt-Long -PORTVERSION= 2.39 -PORTREVISION= 1 +PORTVERSION= 2.46 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Getopt-Long/distinfo b/devel/p5-Getopt-Long/distinfo index 0fc42d3fdd8e..38769aa3f8e6 100644 --- a/devel/p5-Getopt-Long/distinfo +++ b/devel/p5-Getopt-Long/distinfo @@ -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 diff --git a/devel/p5-Getopt-Long/files/patch-Makefile.PL b/devel/p5-Getopt-Long/files/patch-Makefile.PL index 85ea3006baf4..6c6ae71a15dc 100644 --- a/devel/p5-Getopt-Long/files/patch-Makefile.PL +++ b/devel/p5-Getopt-Long/files/patch-Makefile.PL @@ -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', |