Ticket #49989: nedi.diff
File nedi.diff, 893 bytes (added by ryandesign (Ryan Carsten Schmidt), 9 years ago) |
---|
-
Portfile
6 6 7 7 name nedi 8 8 version 1.0.9 9 revision 19 revision 2 10 10 license GPL-3 11 11 categories net 12 12 maintainers nomaintainer … … 116 116 ${destroot}/Library/LaunchDaemons 117 117 } 118 118 119 pre-activate { 120 # nedi < 1.0.9 installed this file directly, bypassing the destroot. 121 # Remove it if found to prevent activation failure. 122 set f /Library/LaunchDaemons/org.macports.nedisyslog.plist 123 if {[file exists ${f}] && [registry_file_registered ${f}] == "0"} { 124 if {[catch {delete ${f}}]} { 125 ui_warn "Cannot delete ${f}; please remove it manually" 126 } 127 } 128 } 129 119 130 notes \ 120 131 "**** To complete the NeDi OS X installation **** 121 132