Ticket #22499: Portfile-bluefish-devel.diff
File Portfile-bluefish-devel.diff, 1.6 KB (added by pf_moll@…, 15 years ago) |
---|
-
Portfile
old new 4 4 5 5 name bluefish-devel 6 6 conflicts bluefish 7 version 1.3. 77 version 1.3.8 8 8 categories editors www 9 9 platforms darwin 10 10 maintainers nomaintainer … … 18 18 dist_subdir bluefish 19 19 distname bluefish-unstable-${version} 20 20 21 master_sites sourceforge:bluefish 21 master_sites sourceforge:bluefish \ 22 http://www.bennewitz.com/bluefish/devel/source/ 22 23 23 checksums md5 f60a8a372cbb2738a0b91ed4c2880f0a\24 sha1 5f194db78b42abcd4cf24bab295d2ebc1a91b18c\25 rmd160 9bd69bbea98d1ff3aef193b9f2cf5b8c1d64626324 checksums md5 a4800b75f220ab6301a340052cd07401 \ 25 sha1 7d929ebe872e2475941304dc44076f0fbaf5f4eb \ 26 rmd160 c42ad8265ea1c2ab52cc60c3cb1c4007d842c191 26 27 27 28 use_bzip2 yes 28 29 29 30 depends_lib port:gtk2 \ 31 port:pcre \ 30 32 port:enchant \ 31 port:pcre32 33 33 34 universal_variant no 34 35 … … 47 48 configure.args-append --disable-splash-screen 48 49 } 49 50 51 variant nospellcheck description {Disable spell-check feature} { 52 depends_lib-delete port:enchant 53 configure.args-append --disable-spell-check 54 } 55 50 56 variant tidy { 51 57 depends_run bin:tidy:tidy 52 58 }