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:
Responsible Changed From-To: freebsd-ports-bugs->rafan Eat.
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"
State Changed From-To: open->closed Committed. Thanks!