aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Getopt-Long
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-12-19 19:59:24 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-12-19 19:59:24 +0000
commit31d695593e69b7e401d40223bdf38f18a8177395 (patch)
tree695a0393c2c73df96efd9490951421a4e7620592 /devel/p5-Getopt-Long
parentdfcb3701aa90f7fb6c7b01d33d6e46fbe3f246b9 (diff)
downloadports-31d695593e69b7e401d40223bdf38f18a8177395.tar.gz
ports-31d695593e69b7e401d40223bdf38f18a8177395.zip
Notes
Diffstat (limited to 'devel/p5-Getopt-Long')
-rw-r--r--devel/p5-Getopt-Long/Makefile2
-rw-r--r--devel/p5-Getopt-Long/distinfo5
-rw-r--r--devel/p5-Getopt-Long/files/patch-Makefile.PL4
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 = "";