Index: head/devel/p5-Getopt-Long/Makefile =================================================================== --- head/devel/p5-Getopt-Long/Makefile (revision 508862) +++ head/devel/p5-Getopt-Long/Makefile (revision 508863) @@ -1,19 +1,21 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Getopt-Long -PORTVERSION= 2.50 +PORTVERSION= 2.51 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for extended processing of command line options LICENSE= ART10 GPLv2+ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include Index: head/devel/p5-Getopt-Long/distinfo =================================================================== --- head/devel/p5-Getopt-Long/distinfo (revision 508862) +++ head/devel/p5-Getopt-Long/distinfo (revision 508863) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536860809 -SHA256 (Getopt-Long-2.50.tar.gz) = 20881adb2b73e83825f9a0a3b141db11b3a555e1d3775b13d81d0481623e4b67 -SIZE (Getopt-Long-2.50.tar.gz) = 43031 +TIMESTAMP = 1565715123 +SHA256 (Getopt-Long-2.51.tar.gz) = 20b43b94c2f4096e9e05c213d6184d7391567f127631d69e9b1ffd994d4cc564 +SIZE (Getopt-Long-2.51.tar.gz) = 43623 Index: head/devel/p5-Getopt-Long/files/patch-Makefile.PL =================================================================== --- head/devel/p5-Getopt-Long/files/patch-Makefile.PL (revision 508862) +++ head/devel/p5-Getopt-Long/files/patch-Makefile.PL (revision 508863) @@ -1,28 +1,28 @@ ---- Makefile.PL.orig 2017-05-27 10:13:51 UTC +--- Makefile.PL.orig 2019-08-12 15:08:17 UTC +++ Makefile.PL @@ -12,6 +12,7 @@ use ExtUtils::MakeMaker 5.0; use lib "./lib"; use Getopt::Long; - my $version = "2.50"; + my $version = "2.51"; +my $leave_alone = 1; my $mm_version = $ExtUtils::MakeMaker::VERSION; if ($mm_version =~ /_/) { @@ -32,7 +33,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 - my $ans = prompt ("Shall I add the remove instructions?"); + my $ans = $leave_alone ? "no" : "yes"; if ( $ans =~ /^y/i ) { $ret .= <