Ticket #29140: MkConsole.Portfile.patch
File MkConsole.Portfile.patch, 990 bytes (added by miyasita@…, 14 years ago) |
---|
-
mkconsoleportfile
old new 5 5 6 6 name mkconsole 7 7 set my_name MkConsole 8 version 1.1 08 version 1.11 9 9 categories aqua 10 10 maintainers nomaintainer 11 11 description application that displays logfiles on your desktop … … 27 27 28 28 homepage http://www.mulle-kybernetik.com/software/${my_name}/ 29 29 master_sites ${homepage}Downloads/ 30 distname ${name}-${version}-s 30 distname ${name}-${version} 31 use_dmg yes 31 32 32 checksums md5 d ed91a1455b454ea7f029afef985bc7b\33 sha1 4926efca81e5548b09b5ec931904f0640b82af23 \34 rmd160 f5e238825e17d7b0964bb5a57bc9b9926614c4ba33 checksums md5 df0c10bb472ef7174e4727b0c77894cd \ 34 sha1 1b49da4f959bbe7b14076a3bad956a4ab35ea0f3 \ 35 rmd160 4eab3d0bb86b4fe742cc991641121f615c0f58dc 35 36 36 worksrcdir ${ my_name}37 worksrcdir ${name}-${version}/Source/${name}-${version} 37 38 38 39 # Dummy configure to enable universal variant 39 40 use_configure yes