- Update cmail to 4.0.1 - Remove explicit EXTRACT_SUFX - not needed with USE_BZIP2 - Cleanup pkg-descr (wrap long line, put Tab after WWW:, remove e-mail signature that does not delong here) - Fix pkg-plist to reference all files installed for clean deinstallation - Install some documentation (LICENSE and README), respect NOPORTDOCS
The updated port should also have run-time dependency on devel/p5-Term-ANSIColor port: --- Makefile.orig Mon Sep 2 20:00:53 2002 +++ Makefile Mon Sep 2 20:03:22 2002 @@ -12,9 +12,12 @@ MAINTAINER= chip@chocobo.cx +RUN_DEPENDS=${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor + USE_BZIP2= yes PERL_CONFIGURE= yes +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} MAN1= cmail.1 DOCS= LICENSE README
State Changed From-To: open->closed Committed, thanks