diff options
author | tobez <tobez@FreeBSD.org> | 2005-12-20 03:59:24 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-12-20 03:59:24 +0800 |
commit | a0ebca7072eafe30decb6e38399f21bfb62f8a97 (patch) | |
tree | 2beeda908a255f0f045d58e956f8e7e5c131b26b /devel/p5-Getopt-Long | |
parent | bdefffab249ea15d6b6856556a35a0efcdab8dd0 (diff) | |
download | freebsd-ports-gnome-a0ebca7072eafe30decb6e38399f21bfb62f8a97.tar.gz freebsd-ports-gnome-a0ebca7072eafe30decb6e38399f21bfb62f8a97.tar.zst freebsd-ports-gnome-a0ebca7072eafe30decb6e38399f21bfb62f8a97.zip |
Update to 2.35.
Diffstat (limited to 'devel/p5-Getopt-Long')
-rw-r--r-- | devel/p5-Getopt-Long/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Getopt-Long/distinfo | 5 | ||||
-rw-r--r-- | devel/p5-Getopt-Long/files/patch-Makefile.PL | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/devel/p5-Getopt-Long/Makefile b/devel/p5-Getopt-Long/Makefile index 2017cea4d6c0..0e0e2a5fd3f1 100644 --- a/devel/p5-Getopt-Long/Makefile +++ b/devel/p5-Getopt-Long/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Getopt-Long -PORTVERSION= 2.34 +PORTVERSION= 2.35 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Getopt diff --git a/devel/p5-Getopt-Long/distinfo b/devel/p5-Getopt-Long/distinfo index a093482656b4..625c0fb96671 100644 --- a/devel/p5-Getopt-Long/distinfo +++ b/devel/p5-Getopt-Long/distinfo @@ -1,2 +1,3 @@ -MD5 (Getopt-Long-2.34.tar.gz) = c43a46856accb00842c02e20c061733a -SIZE (Getopt-Long-2.34.tar.gz) = 33120 +MD5 (Getopt-Long-2.35.tar.gz) = a93f5ae6381cdff2ba68b214d89f83dd +SHA256 (Getopt-Long-2.35.tar.gz) = 3493aee52857af4c5c0fd8af68ad0291b661b5ee050ca503cf147d949724b045 +SIZE (Getopt-Long-2.35.tar.gz) = 36689 diff --git a/devel/p5-Getopt-Long/files/patch-Makefile.PL b/devel/p5-Getopt-Long/files/patch-Makefile.PL index b0d85776e608..b6c1395b6fcb 100644 --- a/devel/p5-Getopt-Long/files/patch-Makefile.PL +++ b/devel/p5-Getopt-Long/files/patch-Makefile.PL @@ -1,4 +1,4 @@ -$Id$ +$FreeBSD$ --- Makefile.PL.orig Fri May 24 17:51:36 2002 +++ Makefile.PL Fri May 24 17:52:52 2002 @@ -6,7 +6,7 @@ $Id$ require "./lib/Getopt/Long.pm"; my $version = $Getopt::Long::VERSION_STRING || $Getopt::Long::VERSION; -+my $leave_alone = $Config{installprivlib} =~ m|/libdata/perl/|; ++my $leave_alone = 1; sub MY::postamble { my $ret = ""; |