summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-20 10:09:15 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-20 10:09:15 +0000
commitd44690bc91c771fc02605e7a771291927d929e6c (patch)
tree636042332e19ceb86dfc4569f1928a50fbc5ead1 /textproc
parentString::Errf provides errf, a simple string formatter that works (diff)
- Update to 0.70
Changes: http://search.cpan.org/dist/Hailo/Changes PR: ports/160840 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
Notes
Notes: svn path=/head/; revision=282062
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Hailo/Makefile5
-rw-r--r--textproc/p5-Hailo/distinfo4
-rw-r--r--textproc/p5-Hailo/files/patch-Makefile.PL.in14
-rw-r--r--textproc/p5-Hailo/pkg-descr2
4 files changed, 6 insertions, 19 deletions
diff --git a/textproc/p5-Hailo/Makefile b/textproc/p5-Hailo/Makefile
index daa6a64339a6..319c291ab206 100644
--- a/textproc/p5-Hailo/Makefile
+++ b/textproc/p5-Hailo/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Hailo
-PORTVERSION= 0.69
+PORTVERSION= 0.70
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HINRIK
@@ -35,7 +35,6 @@ BUILD_DEPENDS= p5-Any-Moose>=0.13:${PORTSDIR}/devel/p5-Any-Moose \
p5-MouseX-StrictConstructor>=0.02:${PORTSDIR}/devel/p5-MouseX-StrictConstructor \
p5-Regexp-Common>=2010010201:${PORTSDIR}/textproc/p5-Regexp-Common \
p5-Term-Sk>=0.06:${PORTSDIR}/devel/p5-Term-Sk \
- p5-autodie>=2.08:${PORTSDIR}/devel/p5-autodie \
p5-namespace-clean>=0.18:${PORTSDIR}/devel/p5-namespace-clean
RUN_DEPENDS:= ${BUILD_DEPENDS}
@@ -87,6 +86,8 @@ RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
.endif
.if ${PERL_LEVEL} < 501400
+BUILD_DEPENDS+= p5-autodie>=2.08:${PORTSDIR}/devel/p5-autodie
+RUN_DEPENDS+= p5-autodie>=2.08:${PORTSDIR}/devel/p5-autodie
TEST_DEPENDS+= p5-Test-More>=0.94:${PORTSDIR}/devel/p5-Test-More
.endif
diff --git a/textproc/p5-Hailo/distinfo b/textproc/p5-Hailo/distinfo
index 521850ebcd26..621d8e181723 100644
--- a/textproc/p5-Hailo/distinfo
+++ b/textproc/p5-Hailo/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Hailo-0.69.tar.gz) = 8694f17e9d02cbc89ec56508ef4ff1a7e329f554f29fcac884fa75f3c62ad3f5
-SIZE (Hailo-0.69.tar.gz) = 330417
+SHA256 (Hailo-0.70.tar.gz) = 90e46a76b02654f146ba9752f2e66e295f6ff45e56667dfa9e038bf1bd292072
+SIZE (Hailo-0.70.tar.gz) = 330700
diff --git a/textproc/p5-Hailo/files/patch-Makefile.PL.in b/textproc/p5-Hailo/files/patch-Makefile.PL.in
deleted file mode 100644
index 41dd3b65a201..000000000000
--- a/textproc/p5-Hailo/files/patch-Makefile.PL.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.PL 2011-05-06 21:02:43.000000000 -0700
-+++ Makefile.PL 2011-07-20 11:35:49.000000000 -0700
-@@ -95,3 +95,11 @@
-
- return $inherited;
- }
-+
-+sub init_PM {
-+ my $self = shift;
-+ $self->SUPER::init_PM(@_);
-+ # Do not install the README and README.pod
-+ delete $self->{PM}{"README.pod"};
-+ delete $self->{PM}{"README"};
-+}
diff --git a/textproc/p5-Hailo/pkg-descr b/textproc/p5-Hailo/pkg-descr
index ed2b3adb5fae..6cf0c858e342 100644
--- a/textproc/p5-Hailo/pkg-descr
+++ b/textproc/p5-Hailo/pkg-descr
@@ -9,4 +9,4 @@ improved tokenizer, and tidier output.
With Hailo, you can create, modify, and query Hailo brains. To use Hailo in
event-driven POE applications, you can use the POE::Component::Hailo wrapper.
-WWW: http://search.cpan.org/dist/Hailo
+WWW: http://search.cpan.org/dist/Hailo/