Date: Tue, 23 Jul 2002 11:06:05 +0900 (JST) From: Kimura Fuyuki <fuyuki@hadaly.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/40908: Update port: textproc/p5-XML-Catalog (pod2man fails) Message-ID: <20020723020605.9746D5574@hadaly.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 40908 >Category: ports >Synopsis: Update port: textproc/p5-XML-Catalog (pod2man fails) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 22 19:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.6-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.6-RELEASE-p3 FreeBSD 4.6-RELEASE-p3 #4: Thu Jul 18 20:19:25 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: pod2man fails because the pm's lines are ended with CRLF. >How-To-Repeat: >Fix: cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-XML-Catalog/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2002/01/25 03:59:42 1.1 +++ Makefile 2002/07/23 02:02:52 @@ -8,6 +8,7 @@ PORTNAME= XML-Catalog PORTVERSION= 0.02 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -25,5 +26,8 @@ MAN3= XML::Catalog.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +post-patch: + ${PERL} -pi -e 's/\r//' ${WRKSRC}/Catalog.pm .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020723020605.9746D5574>