Changes between Version 22 and Version 23 of UpdatingBugzilla
- Timestamp:
- Oct 22, 2010, 1:50:07 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpdatingBugzilla
v22 v23 26 26 (1) Download `Portfile` (not `Portfile.2`) from [http://trac.macports.org/ticket/24763 MacPorts ticket #24763]. 27 27 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]: 29 29 {{{ 30 30 sudo -s … … 34 34 chown root:admin Portfile 35 35 chmod 644 Portfile 36 cd /opt/mports/trunk/dports 37 portindex 36 38 port install git-bzr 37 39 exit