aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Parser
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-01 17:28:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-01 17:28:05 +0000
commit668c95004850d25579a6ba59a07921173d23d006 (patch)
tree8fe036850c422c893e9fac3c93e9b0ae3af3cee8 /textproc/p5-Pod-Parser
parent1ed255b4e7086e99eb65d50a8e41c44a9b80f1ff (diff)
downloadports-668c95004850d25579a6ba59a07921173d23d006.tar.gz
ports-668c95004850d25579a6ba59a07921173d23d006.zip
Notes
Diffstat (limited to 'textproc/p5-Pod-Parser')
-rw-r--r--textproc/p5-Pod-Parser/Makefile3
-rw-r--r--textproc/p5-Pod-Parser/distinfo4
-rw-r--r--textproc/p5-Pod-Parser/files/patch-Makefile.PL11
3 files changed, 15 insertions, 3 deletions
diff --git a/textproc/p5-Pod-Parser/Makefile b/textproc/p5-Pod-Parser/Makefile
index d761a3b379f1..1f11e5daee9a 100644
--- a/textproc/p5-Pod-Parser/Makefile
+++ b/textproc/p5-Pod-Parser/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Pod-Parser
-PORTVERSION= 1.38
+PORTVERSION= 1.51
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,6 +15,7 @@ MAINTAINER= skv@FreeBSD.org
COMMENT= Modules to work with POD (Plain Old Documentation)
PERL_CONFIGURE= yes
+USE_DOS2UNIX= yes
MAN3= Pod::Checker.3 Pod::Find.3 Pod::InputObjects.3 \
Pod::ParseUtils.3 Pod::Parser.3 Pod::PlainText.3 Pod::Select.3 \
diff --git a/textproc/p5-Pod-Parser/distinfo b/textproc/p5-Pod-Parser/distinfo
index 8bb67e586bd9..76da56fb1538 100644
--- a/textproc/p5-Pod-Parser/distinfo
+++ b/textproc/p5-Pod-Parser/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Pod-Parser-1.38.tar.gz) = dc66e52463967b6711644a15f8fd36406f7782d79c4907a07b896e56efffe071
-SIZE (Pod-Parser-1.38.tar.gz) = 103288
+SHA256 (Pod-Parser-1.51.tar.gz) = 2078c0aea6fdcf20492d7f4c75382da6c05d354afbd726321377efbd214dc64d
+SIZE (Pod-Parser-1.51.tar.gz) = 105250
diff --git a/textproc/p5-Pod-Parser/files/patch-Makefile.PL b/textproc/p5-Pod-Parser/files/patch-Makefile.PL
new file mode 100644
index 000000000000..2527264a5679
--- /dev/null
+++ b/textproc/p5-Pod-Parser/files/patch-Makefile.PL
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig 2012-05-02 01:15:22.779158978 +0800
++++ Makefile.PL 2012-05-02 01:16:22.355173981 +0800
+@@ -83,7 +83,6 @@
+ PREREQ_PM => \%prereq,
+ ($] >= 5.005 ? ## Add these new keywords supported since 5.005
+ (ABSTRACT => 'Modules for parsing/translating POD format documents',
+- AUTHOR => [ 'Brad Appleton <bradapp@enteract.com>',
+- 'Marek Rouchal <marekr@cpan.org>' ] ) : ()),
++ AUTHOR => 'Brad Appleton <bradapp@enteract.com>, Marek Rouchal <marekr@cpan.org>' ) : ()),
+ );
+