Ticket #32067: Portfile.diff
File Portfile.diff, 889 bytes (added by rudloff@…, 13 years ago) |
---|
-
Portfile
old new 2 2 # $Id: Portfile 86261 2011-10-24 03:33:34Z rmstonecipher@macports.org $ 3 3 4 4 PortSystem 1.0 5 PortGroup app 1.0 5 6 6 7 name pidgin 7 8 version 2.9.0 … … 86 87 delete ${file} 87 88 } 88 89 } 90 reinplace "s|@PREFIX@|${prefix}|g" ${destroot}${applications_dir}/${app.name}.app/Contents/MacOS/${app.name} 89 91 } 90 92 91 93 post-activate { … … 114 116 configure.args-delete --disable-gtkspell 115 117 } 116 118 119 app.icon pidgin/pixmaps/pidgin.ico 120 app.executable ${filespath}/launch 121 117 122 livecheck.type regex 118 123 livecheck.url http://sourceforge.net/projects/pidgin/files/Pidgin/ 119 124 livecheck.regex "\/Pidgin\/(\\d+(?:\\.\\d+)*)\/"