Date: Sun, 23 Aug 2020 19:39:41 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545892 - in head/devel/p5-Getopt-Long: . files Message-ID: <202008231939.07NJdfag075885@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 23 19:39:40 2020 New Revision: 545892 URL: https://svnweb.freebsd.org/changeset/ports/545892 Log: Update to 2.52 Changes: https://metacpan.org/changes/distribution/Getopt-Long 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 Sun Aug 23 19:39:35 2020 (r545891) +++ head/devel/p5-Getopt-Long/Makefile Sun Aug 23 19:39:40 2020 (r545892) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Getopt-Long -PORTVERSION= 2.51 +PORTVERSION= 2.52 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Getopt-Long/distinfo ============================================================================== --- head/devel/p5-Getopt-Long/distinfo Sun Aug 23 19:39:35 2020 (r545891) +++ head/devel/p5-Getopt-Long/distinfo Sun Aug 23 19:39:40 2020 (r545892) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565715123 -SHA256 (Getopt-Long-2.51.tar.gz) = 20b43b94c2f4096e9e05c213d6184d7391567f127631d69e9b1ffd994d4cc564 -SIZE (Getopt-Long-2.51.tar.gz) = 43623 +TIMESTAMP = 1598175286 +SHA256 (Getopt-Long-2.52.tar.gz) = 9dc7a7c373353d5c05efae548e7b123aa8a31d1f506eb8dbbec8f0dca77705fa +SIZE (Getopt-Long-2.52.tar.gz) = 43613 Modified: head/devel/p5-Getopt-Long/files/patch-Makefile.PL ============================================================================== --- head/devel/p5-Getopt-Long/files/patch-Makefile.PL Sun Aug 23 19:39:35 2020 (r545891) +++ head/devel/p5-Getopt-Long/files/patch-Makefile.PL Sun Aug 23 19:39:40 2020 (r545892) @@ -1,14 +1,15 @@ ---- Makefile.PL.orig 2019-08-12 15:08:17 UTC +--- Makefile.PL.orig 2020-08-18 12:50:07 UTC +++ Makefile.PL -@@ -12,6 +12,7 @@ use ExtUtils::MakeMaker 5.0; - use lib "./lib"; - use Getopt::Long; - my $version = "2.51"; -+my $leave_alone = 1; +@@ -20,6 +20,8 @@ if ($mm_version =~ /_/) { + die $@ if $@; + } - my $mm_version = $ExtUtils::MakeMaker::VERSION; - if ($mm_version =~ /_/) { -@@ -32,7 +33,7 @@ This manual page has a wrong name, and s ++my $leave_alone = 1; ++ + sub MY::postamble { + my $ret = ""; + my $mandir = $Config{installman3dir}; +@@ -32,7 +34,7 @@ This manual page has a wrong name, and should be remov I can add instructions to the Makefile to remove it when you install this version. EOD @@ -17,7 +18,7 @@ if ( $ans =~ /^y/i ) { $ret .= <<EOD; install :: -@@ -51,7 +52,7 @@ These should be removed. +@@ -51,7 +53,7 @@ These should be removed. I can add instructions to the Makefile to remove them when you install this version. EOD
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008231939.07NJdfag075885>