Commits
David B. Evans authored 4652347d9ad
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 - | PortGroup cmake 1.0 |
4 + | PortGroup cmake 1.1 |
5 5 | PortGroup github 1.0 |
6 6 | |
7 - | cmake.out_of_source yes |
8 - | |
9 7 | name libical |
10 8 | |
11 - | if {${subport} eq "${name}"} { |
12 - | github.setup libical libical 2.0.0 v |
13 - | } else { |
14 - | # libical-devel: |
15 - | github.setup libical libical 25bc500e15bafcef7324ec9b6472982b56dcdc6d |
16 - | version 1.0.1.351 |
17 - | revision 1 |
18 - | replaced_by libical |
19 - | distfiles |
20 - | pre-configure { |
21 - | ui_error "Please do not install this port since it has been replaced by 'libical'." |
22 - | return -code error |
23 - | } |
24 - | livecheck.type none |
25 - | } |
26 - | |
9 + | github.setup libical libical 2.0.0 v |
10 + | revision 1 |
27 11 | categories devel |
28 12 | license {LGPL-2.1 MPL-1} |
29 13 | maintainers nomaintainer |
30 14 | description An implementation of iCalendar protocols and data formats |
31 15 | long_description ${description} |
32 16 | platforms darwin |
33 17 | homepage https://github.com/libical |
34 18 | |
35 - | subport libical-devel { |
36 - | description-append \ |
37 - | . Follows the development version. |
38 - | long_description \ |
39 - | ${description} |
40 - | } |
41 - | |
42 - | if {${subport} eq "${name}"} { |
43 - | # v 2.0.0 |
44 - | checksums rmd160 1901573af1fb57be8feca3b3dd9db758c3e136ee \ |
45 - | sha256 c9c076153867cd6ebac23febb276036597443eabd30ba4534d38950a2cbb889e |
46 - | } else { |
47 - | # v1.0.1-351-g25bc500 |
48 - | checksums rmd160 4379c5d6d31a78ecb2ceaff6e64a8900e9b30cfe \ |
49 - | sha256 f7c22344a461f8ee1ce65e3efa477e9846b1ca39f44af622a149ce37f3850332 |
50 - | |
51 - | maintainers {gmail.com:rjvbertin @RJVB} openmaintainer |
52 - | distname ${name}-git |
53 - | } |
54 - | |
55 - | # use_autoreconf yes |
56 - | # autoreconf.args -fvi |
19 + | checksums rmd160 1901573af1fb57be8feca3b3dd9db758c3e136ee \ |
20 + | sha256 c9c076153867cd6ebac23febb276036597443eabd30ba4534d38950a2cbb889e \ |
21 + | size 699220 |
57 22 | |
58 23 | livecheck.url https://github.com/libical/libical/releases |
59 - | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
24 + | livecheck.regex "${name}-(2\\.\\d+(?:\\.\\d+)*)${extract.suffix}" |