Commits
Chih-Hsuan Yen authored 02fee905f5e
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | PortGroup xcode 1.0 |
6 6 | |
7 - | github.setup openvanilla McBopomofo 0.9.9 |
8 - | revision 3 |
7 + | github.setup openvanilla McBopomofo 0.9.10 |
9 8 | categories aqua |
10 9 | platforms darwin |
11 10 | maintainers {gmail.com:yan12125 @yan12125} openmaintainer |
12 11 | license MIT |
13 12 | |
14 13 | description 小麥注音輸入法 |
15 14 | long_description OpenVanilla McBopomofo 小麥注音輸入法 |
16 15 | |
17 16 | homepage https://mcbopomofo.openvanilla.org/ |
18 17 | |
19 - | checksums rmd160 66e855dd7dcf13aa785d037270f6a72953373ee5 \ |
20 - | sha256 ff4972a51a78134b6b8e036a345253656044f1538ef237f6a342b5ec5cd701f3 |
18 + | checksums rmd160 04ecfcc546ca4e5cdf615d91a626cdef7ad7ebb1 \ |
19 + | sha256 23f37e1de13b2a14a770d1bdef16b7dc3e1cc953d2fc420f2436867ba6c20ac5 \ |
20 + | size 2866643 |
21 21 | |
22 22 | patchfiles patch-no-werror.diff \ |
23 23 | patch-includes.diff |
24 24 | |
25 25 | # Don't build McBopomofoInstaller |
26 26 | xcode.target Data McBopomofo |
27 27 | |
28 28 | destroot.pre_args -IDECustomDerivedDataLocation=${worksrcpath}/DerivedData \ |
29 29 | -UseNewBuildSystem=NO |
30 30 | |