Commits
Chris Jones authored 1840a66a81b
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 | |
5 5 | name xorg-libXcursor |
6 - | version 1.1.15 |
7 - | revision 1 |
6 + | version 1.2.0 |
7 + | revision 0 |
8 8 | categories x11 devel |
9 9 | platforms darwin macosx |
10 10 | license X11 |
11 11 | maintainers {jeremyhu @jeremyhu} openmaintainer |
12 12 | |
13 13 | description X.org libXcursor |
14 14 | long_description ${description} |
15 15 | |
16 16 | homepage https://www.x.org |
17 17 | master_sites xorg:individual/lib/ |
18 18 | |
19 19 | distname libXcursor-${version} |
20 - | checksums rmd160 73a68d854a9dfec3d75b72ab979652cef61dee64 \ |
21 - | sha256 294e670dd37cd23995e69aae626629d4a2dfe5708851bbc13d032401b7a3df6b \ |
22 - | size 331607 |
23 - | |
20 + | checksums rmd160 e6e724a5a1ffb60d345733c9a2606565375e3b58 \ |
21 + | sha256 3ad3e9f8251094af6fe8cb4afcf63e28df504d46bfa5a5529db74a505d628782 \ |
22 + | size 334144 |
24 23 | use_bzip2 yes |
25 24 | use_parallel_build yes |
26 25 | |
27 26 | depends_build \ |
28 27 | port:pkgconfig \ |
29 28 | port:xorg-xorgproto \ |
30 29 | port:xorg-util-macros |
31 30 | |
32 31 | depends_lib \ |
33 32 | port:xorg-libXfixes \ |