Ticket #51424: Portfile01.diff
File Portfile01.diff, 1.1 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 8 years ago) |
---|
-
Portfile
old new 376 376 CFBundleVersion ${version} 377 377 CFBundleShortVersionString ${version} 378 378 " 379 380 ui_msg "-----------------------------------------------------------------------------------------------------------" 381 ui_msg ${values} 379 382 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}" 380 386 system "/usr/bin/defaults write ${worksrcpath}/${appName}/Contents/Info ${key} ${value}" 387 system "/bin/ls -al ${worksrcpath}/${appName}/Contents" 381 388 } 389 system "/bin/ls -al ${worksrcpath}/${appName}/Contents" 390 ui_msg "-----------------------------------------------------------------------------------------------------------" 382 391 383 392 # have Info.plist be human readable 384 393 system "/usr/bin/plutil -convert xml1 ${worksrcpath}/${appName}/Contents/Info.plist"