Commits
Marcus Calhoun-Lopez authored 0caac2f9a19
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 active_variants 1.1 |
5 5 | |
6 6 | name libgdiplus |
7 - | version 5.6 |
7 + | version 5.6.1 |
8 8 | revision 0 |
9 9 | categories devel |
10 10 | platforms darwin |
11 11 | maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer |
12 12 | license MIT |
13 13 | description An Open Source implementation of the GDI+ API |
14 14 | long_description An implementation of the GDI+ API for Mono, an \ |
15 15 | effort to create an open source implementation of \ |
16 16 | the .NET Development Framework including a C# compiler. |
17 17 | |
18 18 | homepage https://www.mono-project.com/Libgdiplus |
19 19 | master_sites https://download.mono-project.com/sources/libgdiplus/ |
20 20 | |
21 - | checksums rmd160 57f6b3c908215e6c5122263b7d38147237a0d0ff \ |
22 - | sha256 e1f2c0443af8d37b1a2971feb8826c82e932cff36dab814b94fce22f4d3dc53a \ |
23 - | size 731564 |
21 + | checksums rmd160 57f6f03b0734acabb557a0348f4e12e27db604b9 \ |
22 + | sha256 78624f268fae77ba391037fe0c8c804924e8e9f94d4ca9a9dd5610d694cf9014 \ |
23 + | size 734255 |
24 24 | |
25 25 | depends_build port:pkgconfig |
26 26 | |
27 27 | depends_lib port:jpeg \ |
28 28 | port:tiff \ |
29 29 | port:giflib \ |
30 30 | port:libpng \ |
31 31 | port:fontconfig \ |
32 32 | port:libexif \ |
33 33 | path:lib/pkgconfig/glib-2.0.pc:glib2 \ |