Changes between Version 22 and Version 23 of UpdatingBugzilla


Ignore:
Timestamp:
Oct 22, 2010 1:50:07 PM (13 years ago)
Author:
ddkilzer@webkit.org
Comment:

Fix instructions on installing git-bzr.

Legend:

Unmodified
Added
Removed
Modified
  • UpdatingBugzilla

    v22 v23  
    2626 (1) Download `Portfile` (not `Portfile.2`) from [http://trac.macports.org/ticket/24763 MacPorts ticket #24763].
    2727
    28  (2) In a terminal window:
     28 (2) In a terminal window run the following commands.  Note that you may want to use a different directory other than `/opt/mports/trunk/dports`, but you'll have to add it to `/opt/local/etc/macports/sources.conf`.  The `/opt/mports` directory comes from instructions on [http://guide.macports.org/#installing.macports.subversion installing MacPorts from subversion]:
    2929{{{
    3030    sudo -s
     
    3434    chown root:admin Portfile
    3535    chmod 644 Portfile
     36    cd /opt/mports/trunk/dports
     37    portindex
    3638    port install git-bzr
    3739    exit