Bug 111148

Summary: [maintainer update] Make security/dns-proxy-tor's Tor dependency OPTIONal
Product: Ports & Packages Reporter: Fabian Keil <fk>
Component: Individual Port(s)Assignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!