Bug 42325

Summary: [PATCH] Update mail/cmail to 4.0.1, cleanup
Product: Ports & Packages Reporter: Sergei Kolobov <sergei>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me CC: chip
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
cmail-4.0.1.patch none

Description Sergei Kolobov 2002-09-02 16:30:02 UTC
- 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
Comment 1 Sergei Kolobov 2002-09-02 17:08:29 UTC
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
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2003-01-08 18:26:22 UTC
State Changed
From-To: open->closed

Committed, thanks