Changes between Initial Version and Version 2 of Ticket #44410


Ignore:
Timestamp:
Jul 23, 2014, 8:48:53 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You've configured MacPorts to fetch the ports tree via https, but selfupdate always uses rsync to fetch the base code; it cannot be configured to use https or another method. (See #38265.) You can use "sudo port sync" to sync the ports tree (via https, now that you've changed your sources.conf), and manually update MacPorts base when a new version is released, e.g. by downloading and installing the package from our web site. You can subscribe to the macports-announce mailing list if you'd like to be informed when new versions are released.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44410

    • Property Component changed from ports to base
  • Ticket #44410 – Description

    initial v2  
    11Outbound 873 is blocked on my network, and there's nothing I can do about it.  So I tried to use the tarball:
    22
     3{{{
    34flamingo:~ joliver.sa$ tail -2 /opt/local/etc/macports/sources.conf
    45#rsync://rsync.macports.org/release/tarballs/ports.tar [default]
    56https://distfiles.macports.org/ports.tar.gz [default]
     7}}}
    68
    79But:
    810
     11{{{
    912flamingo:~ joliver.sa$ sudo port -d selfupdate
    1013DEBUG: MacPorts sources location: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs
     
    2124    http://guide.macports.org/#project.tickets
    2225Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing MacPorts sources: command execution failed
     26}}}