Bug 105421 - [PATCH] news/tin: Use misc/mime-support
Summary: [PATCH] news/tin: Use misc/mime-support
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: Andrey A. Chernov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-12 00:20 UTC by Rong-En Fan
Modified: 2006-11-12 11:51 UTC (History)
1 user (show)

See Also:


Attachments
tin-1.8.2_1.patch (1.83 KB, patch)
2006-11-12 00:20 UTC, Rong-En Fan
no flags Details | Diff

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