ports/55386: update textproc/p5-podlators

Mathieu Arnold m at absolight.net
Fri Aug 8 16:20:13 UTC 2003


>Number:         55386
>Category:       ports
>Synopsis:       update textproc/p5-podlators
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 08 09:20:11 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Fri Jul 18 12:38:14 CEST 2003 root at aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386

>Description:
Update textproc/p5-podlators

* lib/Pod/Text/Termcap.pm (initialize): Handle the case where the HOME
  environment variable isn't set, mostly for Windows.
* lib/Pod/Man.pm: Make sure the module returns 1, to keep Perl 5.8.0 happy.
>How-To-Repeat:
>Fix:

--- p5-podlators-1.27.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-podlators/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	7 Mar 2003 06:11:51 -0000	1.3
+++ Makefile	8 Aug 2003 16:14:26 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	podlators
-PORTVERSION=	1.25
+PORTVERSION=	1.27
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Pod
@@ -19,17 +19,19 @@
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
-CONFIGURE_ARGS+= INSTALLDIRS=site
+CONFIGURE_ARGS=	INSTALLDIRS=site
 
 MAN1=		pod2man.1 pod2text.1
 MAN3=		Pod::Man.3 Pod::ParseLink.3 Pod::Text.3 Pod::Text::Color.3 \
 		Pod::Text::Overstrike.3 Pod::Text::Termcap.3
-MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
+.if ${PERL_LEVEL} < 500601
+BUILD_DEPENDS+=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
+		${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
+RUN_DEPENDS+=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
+		${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-podlators/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	11 Feb 2003 13:12:26 -0000	1.2
+++ distinfo	8 Aug 2003 16:14:26 -0000
@@ -1 +1 @@
-MD5 (podlators-1.25.tar.gz) = f73da8f90b889025baf8a8ded57665e2
+MD5 (podlators-1.27.tar.gz) = 796b865b498de42f93552777b53f57c0
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-podlators/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	27 May 2002 08:44:50 -0000	1.1
+++ pkg-descr	8 Aug 2003 16:14:26 -0000
@@ -6,7 +6,7 @@
 * Pod::Text::Color - convert POD data to formatted color ASCII text
 * Pod::Text::Overstrike - convert POD data to formatted overstrike text
 
-WWW: http://search.cpan.org/search?dist=podlators
+WWW: http://search.cpan.org/dist/podlators/
 
 -- Sergey Skvortsov
 skv at FreeBSD.org
--- p5-podlators-1.27.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list