From owner-svn-ports-all@freebsd.org Thu Sep 13 21:54:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EB14109B3CE; Thu, 13 Sep 2018 21:54:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 16F58868CF; Thu, 13 Sep 2018 21:54:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5DA3C1B622; Thu, 13 Sep 2018 21:54:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8DLsrbS084077; Thu, 13 Sep 2018 21:54:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8DLsq5l084071; Thu, 13 Sep 2018 21:54:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809132154.w8DLsq5l084071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 13 Sep 2018 21:54:52 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/p5-Getopt-Long: . files X-SVN-Commit-Revision: 479726 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2018 21:54:55 -0000 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 .= <