ports/68070: [maintainer update] mail/msgconvert - add dependency

Franz Klammer klammer at webonaut.com
Fri Jun 18 15:31:16 UTC 2004


The following reply was made to PR ports/68070; it has been noted by GNATS.

From: Franz Klammer <klammer at webonaut.com>
To: Yen-Ming Lee <leeym at FreeBSD.org>
Cc: freebsd-gnats-submit at FreeBSD.org
Subject: Re: ports/68070: [maintainer update] mail/msgconvert - add dependency
Date: Fri, 18 Jun 2004 17:23:08 +0200

 Yen-Ming Lee wrote:
 > Hi,
 > 
 > please review this patch.
 > 
 > p5-PodParser should be a conditional dependency.
 > It conflicts with perl 5.6 or above.
 > 
 
 msgconvert is one of my maintain-only port because i didn't use it any more.
 think you know what you are doing therefore feel free to commit this patch.
 
 thanks
 
 franz.
 
 > regards,
 > 
 > 
 > ------------------------------------------------------------------------
 > 
 > Index: Makefile
 > ===================================================================
 > RCS file: /home/pcvs/ports/mail/msgconvert/Makefile,v
 > retrieving revision 1.5
 > diff -u -r1.5 Makefile
 > --- Makefile	16 Jun 2004 15:11:13 -0000	1.5
 > +++ Makefile	18 Jun 2004 14:26:47 -0000
 > @@ -7,6 +7,7 @@
 >  
 >  PORTNAME=	msgconvert
 >  PORTVERSION=	20040531
 > +PORTREVISION=	1
 >  CATEGORIES=	mail perl5
 >  MASTER_SITES=	http://www.webonaut.com/distfiles/
 >  DISTNAME=	${PORTNAME}-${PORTVERSION}.pl
 > @@ -17,7 +18,7 @@
 >  
 >  RUN_DEPENDS=	${SITE_PERL}/OLE/Storage_Lite.pm:${PORTSDIR}/devel/p5-OLE-Storage_Lite \
 >  		${SITE_PERL}/MIME/Words.pm:${PORTSDIR}/mail/p5-MIME-Tools \
 > -		${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser
 > +		${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate
 >  
 >  NO_BUILD=	yes
 >  NO_WRKSUBDIR=	yes
 > @@ -30,4 +31,11 @@
 >  	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}.pl
 >  	${LN} -s ${PREFIX}/bin/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
 >  
 > -.include <bsd.port.mk>
 > +
 > +.include <bsd.port.pre.mk>
 > +
 > +.if ${PERL_LEVEL} < 500600
 > +RUN_DEPENDS+=	${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser
 > +.endif
 > +
 > +.include <bsd.port.post.mk>
 
 -- 
 webonaut.com :: web technology
 klammer at webonaut.com :: http://webonaut.com/
 fon +43-664-3434708
 --
 MIG_media intelligence group > agentur für werbung & neue medien
 A-5020 Salzburg > Linzergasse 21
 
 Fon +43-662-453091-0 > Fax -99
 office at mig.co.at > http://www.mig.co.at
 --



More information about the freebsd-ports-bugs mailing list