Ticket #19284: Portfile.diff
File Portfile.diff, 987 bytes (added by usami-k@…, 16 years ago) |
---|
-
Portfile
old new 4 4 PortGroup xcode 1.0 5 5 6 6 name Smultron 7 version 3.4 7 version 3.5.1 8 revision 1 8 9 categories aqua editors 9 10 platforms darwin 10 11 maintainers bfulgham@macports.org … … 23 24 24 25 25 26 master_sites sourceforge:smultron 26 checksums md5 0 62f3cc58dd33f0df41e06be19059b6827 checksums md5 08af90e57f58c4b2c99b376815ddfc43 27 28 28 29 use_zip yes 29 30 distname ${name}Source-${version} … … 49 50 build.type pbx 50 51 build.dir ${workpath}/${name}Source 51 52 53 worksrcdir ${workpath}/${name}Source 54 52 55 destroot { 53 56 xinstall -m 755 -d ${destroot}/Applications/MacPorts 54 57 file copy ${workpath}/${name}Source/build/Release/Smultron.app \ … … 65 68 # file delete -force ${prefix}/bin/smultron.1 66 69 #} 67 70 71 variant ja description {Auto Encoding Detection for Japanese} { 72 # patch by hippos (http://hippos-lab.com/blog/node/267) 73 patchfiles smlv35_encode_jp.patch 74 } 75