svn commit: r508863 - in head/devel/p5-Getopt-Long: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Aug 13 20:51:08 UTC 2019
Author: sunpoet
Date: Tue Aug 13 20:51:06 2019
New Revision: 508863
URL: https://svnweb.freebsd.org/changeset/ports/508863
Log:
Update to 2.51
- Add NO_ARCH
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 Tue Aug 13 20:51:01 2019 (r508862)
+++ head/devel/p5-Getopt-Long/Makefile Tue Aug 13 20:51:06 2019 (r508863)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Getopt-Long
-PORTVERSION= 2.50
+PORTVERSION= 2.51
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,5 +15,7 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>
Modified: head/devel/p5-Getopt-Long/distinfo
==============================================================================
--- head/devel/p5-Getopt-Long/distinfo Tue Aug 13 20:51:01 2019 (r508862)
+++ head/devel/p5-Getopt-Long/distinfo Tue Aug 13 20:51:06 2019 (r508863)
@@ -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
Modified: head/devel/p5-Getopt-Long/files/patch-Makefile.PL
==============================================================================
--- head/devel/p5-Getopt-Long/files/patch-Makefile.PL Tue Aug 13 20:51:01 2019 (r508862)
+++ head/devel/p5-Getopt-Long/files/patch-Makefile.PL Tue Aug 13 20:51:06 2019 (r508863)
@@ -1,9 +1,9 @@
---- 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;
More information about the svn-ports-all
mailing list