You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
# MacPorts system-wide configuration file for ports tree sources.
|
|
#
|
|
# To change how MacPorts fetches base, see rsync_server and rsync_dir in
|
|
# macports.conf.
|
|
|
|
# To add a local source, add a "file://" entry.
|
|
#
|
|
# Example: file:///Users/landonf/misc/MacPorts/ports
|
|
#
|
|
# To prevent a source from synchronizing when `port sync` is used,
|
|
# append "[nosync]" at the end.
|
|
#
|
|
# Example: file:///Users/landonf/misc/MacPorts/ports [nosync]
|
|
#
|
|
# Note that MacPorts parses source URLs in order; when a port appears in
|
|
# multiple sources, it installs the first occurrence. For local sources
|
|
# to shadow remote ones, "file://" URLs must come before other URLs.
|
|
|
|
# A list of rsync mirrors is available at
|
|
# https://trac.macports.org/wiki/Mirrors#Portfiles.
|
|
#
|
|
# If an "rsync://" URL points to a .tar file, a signed .rmd160 file must
|
|
# exist in the same directory on the server and will be used to verify
|
|
# its integrity.
|
|
#
|
|
# For proper functionality of various resources (port groups, mirror
|
|
# sites, etc.), the primary MacPorts source must always be tagged
|
|
# "[default]", even if switched from the default "rsync://" URL.
|
|
|
|
rsync://rsync.macports.org/macports/release/tarballs/ports.tar [default]
|