Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 36711

Show
Ignore:
Timestamp:
05/12/08 20:34:13 (7 months ago)
Author:
ryandesign@…
Message:

ChangeLog: add info about 'use_dmg yes' option from r36708; #13509

The change to PortIndex2MySQL.tcl was not intended and was reverted in r36712.

Location:
trunk/base
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/base/ChangeLog

    r36710 r36711  
    66 
    77Unreleased: 
     8    - Allow distfiles to be disk images with "use_dmg yes" port option (#13509, 
     9      ryandesign in r36708) 
     10 
    811    - ruby.setup now takes a type 'fetch' to just fetch/extract (eridius in r35773) 
    912 
  • trunk/base/portmgr/jobs/PortIndex2MySQL.tcl

    r35211 r36711  
    6767set DATE [clock format [clock seconds] -format "%A %Y-%m-%d at %T"] 
    6868 
    69 set SPAM_LOVERS macports-dev@lists.macosforge.org 
     69set SPAM_LOVERS PortIndex2MySQL@ryandesign.com 
    7070 
    7171set SUBJECT "PortIndex2MySQL run failure on $DATE" 
     
    194194set portsdb_name macports 
    195195set portsdb_user macports 
    196 set passwdfile "/opt/local/share/macports/resources/portmgr/password_file" 
     196set passwdfile "/Users/rschmidt/macports/password_file" 
    197197set portsdb_passwd [getpasswd $passwdfile] 
    198198set portsdb_cmd [macports::findBinary mysql5]