Bug 42325 - [PATCH] Update mail/cmail to 4.0.1, cleanup
Summary: [PATCH] Update mail/cmail to 4.0.1, cleanup
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-02 16:30 UTC by Sergei Kolobov
Modified: 2003-01-08 18:26 UTC (History)
1 user (show)

See Also:


Attachments
cmail-4.0.1.patch (3.47 KB, patch)
2002-09-02 16:30 UTC, Sergei Kolobov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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