Ticket #51424: Portfile01.diff

File Portfile01.diff, 1.1 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 8 years ago)
  • Portfile

    old new  
    376376            CFBundleVersion               ${version}
    377377            CFBundleShortVersionString    ${version}
    378378        "
     379
     380        ui_msg "-----------------------------------------------------------------------------------------------------------"
     381        ui_msg ${values}
    379382        foreach {key value} ${values} {
     383            ui_msg "${key} ${value}"
     384            system "/bin/ls -al ${worksrcpath}/${appName}/Contents"
     385            ui_msg "/usr/bin/defaults write ${worksrcpath}/${appName}/Contents/Info ${key} ${value}"
    380386            system "/usr/bin/defaults write ${worksrcpath}/${appName}/Contents/Info ${key} ${value}"
     387            system "/bin/ls -al ${worksrcpath}/${appName}/Contents"
    381388        }
     389        system "/bin/ls -al ${worksrcpath}/${appName}/Contents"
     390        ui_msg "-----------------------------------------------------------------------------------------------------------"
    382391
    383392        # have Info.plist be human readable
    384393        system "/usr/bin/plutil -convert xml1 ${worksrcpath}/${appName}/Contents/Info.plist"