From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 8 09:20:12 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE13837B401 for ; Fri, 8 Aug 2003 09:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A00F943F3F for ; Fri, 8 Aug 2003 09:20:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h78GKBUp083796 for ; Fri, 8 Aug 2003 09:20:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h78GKB4i083795; Fri, 8 Aug 2003 09:20:11 -0700 (PDT) Resent-Date: Fri, 8 Aug 2003 09:20:11 -0700 (PDT) Resent-Message-Id: <200308081620.h78GKB4i083795@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mathieu Arnold Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6755137B408 for ; Fri, 8 Aug 2003 09:17:05 -0700 (PDT) Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67F5043FE9 for ; Fri, 8 Aug 2003 09:17:01 -0700 (PDT) (envelope-from mat@aragorn.reaumur.absolight.net) Received: by mx3.absolight.com (Postfix, from userid 1007) id 5F20329E0; Fri, 8 Aug 2003 18:17:00 +0200 (CEST) Received: from aragorn.reaumur.absolight.net (aragorn.reaumur.absolight.net [212.43.217.58]) by mx3.absolight.com (Postfix) with ESMTP id EADCB29C9; Fri, 8 Aug 2003 18:16:59 +0200 (CEST) Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000) id F2FC67D9C; Fri, 8 Aug 2003 18:16:56 +0200 (CEST) Message-Id: <20030808161656.F2FC67D9C@aragorn.reaumur.absolight.net> Date: Fri, 8 Aug 2003 18:16:56 +0200 (CEST) From: Mathieu Arnold To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: m@absolight.net cc: skv@FreeBSD.org Subject: ports/55386: update textproc/p5-podlators X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2003 16:20:13 -0000 >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@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 -.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 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@FreeBSD.org --- p5-podlators-1.27.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: