Bug 111148 - [maintainer update] Make security/dns-proxy-tor's Tor dependency OPTIONal
Summary: [maintainer update] Make security/dns-proxy-tor's Tor dependency OPTIONal
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-02 18:30 UTC by Fabian Keil
Modified: 2007-04-03 13:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.65 KB, patch)
2007-04-02 18:30 UTC, Fabian Keil
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Keil 2007-04-02 18:30:04 UTC
The attached security/dns-proxy-tor update is supposed to:

- give the user the option not to depend on Tor
  (in case Tor and dns-proxy-tor run on different systems/jails)
- detect an installed Tor port properly. The previous version would
  register a dependency on security/tor-devel if security/tor
  was already installed. Thanks to Steve Clement for the report. 
- bump the port revision

Fix: Patch attached with submission follows:
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-04-02 21:22:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-03 13:06:18 UTC
rafan       2007-04-03 12:06:03 UTC

  FreeBSD ports repository

  Modified files:
    security/dns-proxy-tor Makefile pkg-plist 
  Log:
  - Turn tor dependency into OPTIONS
  - Detect installed tor version
  - Correct pkg-plist when NOPORTDOCS
  - Remove unnecessary DOCSDIR
  - Use NO_BUILD instead of empty do-build target
  
  PR:             ports/111148 (based on)
  Approved by:    Fabian Keil <fk at fabiankeil.de> (maintainer)
  
  Revision  Changes    Path
  1.3       +34 -4     ports/security/dns-proxy-tor/Makefile
  1.2       +1 -1      ports/security/dns-proxy-tor/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 Rong-En Fan freebsd_committer freebsd_triage 2007-04-03 13:10:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!