Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2006 11:41:26 +0200
From:      Anton Berezin <tobez@tobez.org>
To:        Sergey Skvortsov <skv@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/textproc/p5-podlators Makefile distinfo
Message-ID:  <20060329094126.GC11090@heechee.tobez.org>
In-Reply-To: <200603281624.k2SGOv34039365@repoman.freebsd.org>
References:  <200603281624.k2SGOv34039365@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060329094126.GC11090>