Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jun 2004 15:00:47 GMT
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/68070: [maintainer update] mail/msgconvert - add dependency
Message-ID:  <200406181500.i5IF0lSE011373@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/68070; it has been noted by GNATS.

From: Yen-Ming Lee <leeym@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, klammer@webonaut.com
Cc:  
Subject: Re: ports/68070: [maintainer update] mail/msgconvert - add dependency
Date: Fri, 18 Jun 2004 22:57:28 +0800

 --b5gNqxB1S1yM7hjW
 Content-Type: multipart/mixed; boundary="G4iJoqBmSsgzjUCe"
 Content-Disposition: inline
 
 
 --G4iJoqBmSsgzjUCe
 Content-Type: text/plain; charset=big5
 Content-Disposition: inline
 
 Hi,
 
 please review this patch.
 
 p5-PodParser should be a conditional dependency.
 It conflicts with perl 5.6 or above.
 
 regards,
 -- 
 Yen-Ming Lee [utf7:+Z05fZWYO] KeyID:0x5EB52E51 www.leeym.com : Taipei, Taiwan
 
 --G4iJoqBmSsgzjUCe
 Content-Type: text/plain; charset=big5
 Content-Disposition: attachment; filename="msgconvert.diff"
 
 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>
 
 --G4iJoqBmSsgzjUCe--
 
 --b5gNqxB1S1yM7hjW
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.4 (FreeBSD)
 
 iQCVAwUBQNMC0cnMx0NetS5RAQGabAP/Q+vqergUbwTk/cXolEwtjxblhMftve1c
 gCwQw0euZB1o0MQWE0p8F6BYXqcX1s4RrJB3F6pAPYPpGWYiaW1iNqRQ4qamCIfu
 wSE7PIFfvvjk9Ri4rySDycE96H3rASNdWDbA/I5/ULVq8hK0mJh3nhuNv7/OaKwU
 fNjdmchuuYs=
 =LjBK
 -----END PGP SIGNATURE-----
 
 --b5gNqxB1S1yM7hjW--



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