Date: Thu, 13 Sep 2018 21:54:52 +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: r479726 - in head/devel/p5-Getopt-Long: . files Message-ID: <201809132154.w8DLsq5l084071@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Sep 13 21:54:52 2018 New Revision: 479726 URL: https://svnweb.freebsd.org/changeset/ports/479726 Log: Update to 2.50 - Add LICENSE - Sort PLIST 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 head/devel/p5-Getopt-Long/pkg-plist Modified: head/devel/p5-Getopt-Long/Makefile ============================================================================== --- head/devel/p5-Getopt-Long/Makefile Thu Sep 13 21:54:46 2018 (r479725) +++ head/devel/p5-Getopt-Long/Makefile Thu Sep 13 21:54:52 2018 (r479726) @@ -2,13 +2,16 @@ # $FreeBSD$ PORTNAME= Getopt-Long -PORTVERSION= 2.46 +PORTVERSION= 2.50 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 Modified: head/devel/p5-Getopt-Long/distinfo ============================================================================== --- head/devel/p5-Getopt-Long/distinfo Thu Sep 13 21:54:46 2018 (r479725) +++ head/devel/p5-Getopt-Long/distinfo Thu Sep 13 21:54:52 2018 (r479726) @@ -1,2 +1,3 @@ -SHA256 (Getopt-Long-2.46.tar.gz) = 85fde3a74d23d3898456e14452615b73cd95e4f88ea284602d8698da68607712 -SIZE (Getopt-Long-2.46.tar.gz) = 43045 +TIMESTAMP = 1536860809 +SHA256 (Getopt-Long-2.50.tar.gz) = 20881adb2b73e83825f9a0a3b141db11b3a555e1d3775b13d81d0481623e4b67 +SIZE (Getopt-Long-2.50.tar.gz) = 43031 Modified: head/devel/p5-Getopt-Long/files/patch-Makefile.PL ============================================================================== --- head/devel/p5-Getopt-Long/files/patch-Makefile.PL Thu Sep 13 21:54:46 2018 (r479725) +++ head/devel/p5-Getopt-Long/files/patch-Makefile.PL Thu Sep 13 21:54:52 2018 (r479726) @@ -1,14 +1,14 @@ ---- Makefile.PL.orig 2013-07-08 06:14:42 UTC +--- Makefile.PL.orig 2017-05-27 10:13:51 UTC +++ Makefile.PL @@ -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 $version = "2.50"; +my $leave_alone = 1; - sub MY::postamble { - my $ret = ""; -@@ -25,7 +26,7 @@ This manual page has a wrong name, and s + 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 @@ -17,7 +17,7 @@ if ( $ans =~ /^y/i ) { $ret .= <<EOD; install :: -@@ -44,7 +45,7 @@ These should be removed. +@@ -51,7 +52,7 @@ These should be removed. I can add instructions to the Makefile to remove them when you install this version. EOD Modified: head/devel/p5-Getopt-Long/pkg-plist ============================================================================== --- head/devel/p5-Getopt-Long/pkg-plist Thu Sep 13 21:54:46 2018 (r479725) +++ head/devel/p5-Getopt-Long/pkg-plist Thu Sep 13 21:54:52 2018 (r479726) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Getopt::Long.3.gz -%%SITE_PERL%%/newgetopt.pl %%SITE_PERL%%/Getopt/Long.pm +%%SITE_PERL%%/newgetopt.pl +%%PERL5_MAN3%%/Getopt::Long.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809132154.w8DLsq5l084071>