Bug 105421

Summary: [PATCH] news/tin: Use misc/mime-support
Product: Ports & Packages Reporter: Rong-En Fan <rafan>
Component: Individual Port(s)Assignee: Andrey A. Chernov <ache>
Status: Closed FIXED    
Severity: Affects Only Me CC: ache
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
tin-1.8.2_1.patch none

Description Rong-En Fan freebsd_committer freebsd_triage 2006-11-12 00:20:31 UTC
This port installs etc/mime.support if it does not exist. However,
we have misc/mime-support which contains more mime types than the
one in tin package. 

If one installs tin first, then installs a port that depends on
mime-support. It results stale dependency of misc/mime-support.

The patch makes tin to use misc/mime-support instead of installing
its own version.

Port maintainer (ache@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-12 00:21:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ache

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-12 11:49:25 UTC
ache        2006-11-12 11:49:16 UTC

  FreeBSD ports repository

  Modified files:
    news/tin             Makefile pkg-plist 
  Log:
  Remove stale mirror
  Actually use ${PREFIX}/etc/mime.types
  Use misc/mime-support package
  Fix manpages
  
  PR:             105421
  Submitted by:   rafan (partially)
  
  Revision  Changes    Path
  1.137     +9 -9      ports/news/tin/Makefile
  1.19      +0 -3      ports/news/tin/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Andrey A. Chernov freebsd_committer freebsd_triage 2006-11-12 11:51:11 UTC
State Changed
From-To: open->closed

Committed