16 Apr
2007
16 Apr
'07
11:41 p.m.
I checked in yesterday a change the search path for ports.conf. Previously, the first of the following files found was used as the configuration file for MacPorts: - File identified by the environment variable PORTSRC - File at ~/.portsrc - File at ${prefix}/etc/ports/ports.conf I've changed this behavior. The search path is now: - File identified by the environment variable PORTSRC - File at ~/.macports/ports.conf - File at ${prefix}/etc/ports/ports.conf In other words, if you have a file at ~/.portsrc, you should move it to ~/.macports/ports.conf. I have a feeling this affects ~0 people. Please let me know if you have any comments about this change. James