On Tue, Mar 28, 2006 at 04:24:57PM +0000, Sergey Skvortsov wrote:
> skv         2006-03-28 16:24:57 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     textproc/p5-podlators Makefile distinfo 
>   Log:
>   Update to 2.0.4
>   
>   Revision  Changes    Path
>   1.13      +1 -2      ports/textproc/p5-podlators/Makefile
>   1.6       +3 -3      ports/textproc/p5-podlators/distinfo

It looks like this port requires p5-Pod-Simple 3.04 or higher (look at
the call to reinit() in Man.pm).  I just updated p5-Pod-Simple to 3.04,
and would like to suggest the following patch to p5-podlators:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-podlators/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile    28 Mar 2006 16:24:57 -0000      1.13
+++ Makefile    29 Mar 2006 09:40:58 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=      podlators
 PORTVERSION=   2.0.4
+PORTREVISION=  1
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=    Pod
@@ -16,7 +17,7 @@
 COMMENT=       Modules to convert and parse POD (Plain Old Documentation)
 
 RUN_DEPENDS=   
${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
-               ${SITE_PERL}/Pod/Simple.pm:${PORTSDIR}/textproc/p5-Pod-Simple \
+               p5-Pod-Simple>=3.04:${PORTSDIR}/textproc/p5-Pod-Simple \
                ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser
 BUILD_DEPENDS= ${RUN_DEPENDS}
 

-- 
An undefined problem has an infinite number of solutions.
-- Robert A. Humphrey
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to