Commits
David B. Evans authored 892a1613db3
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 gobject_introspection 1.0 |
5 5 | PortGroup compiler_blacklist_versions 1.0 |
6 6 | |
7 7 | name vte |
8 - | version 0.52.1 |
8 + | version 0.52.2 |
9 9 | set branch [join [lrange [split $version .] 0 1] .] |
10 10 | maintainers {devans @dbevans} openmaintainer |
11 11 | categories gnome |
12 12 | license LGPL |
13 13 | platforms darwin |
14 14 | description VTE is a library (libvte) implementing a terminal emulator widget for GTK+, \ |
15 15 | and a minimal sample application (vte) using that. |
16 16 | |
17 17 | long_description ${description} \ |
18 18 | Vte is mainly used in gnome-terminal, but can also be used to embed a \ |
19 19 | console/terminal in games, editors, IDEs, etc. |
20 20 | |
21 21 | homepage https://wiki.gnome.org/Apps/Terminal/VTE |
22 22 | master_sites gnome:sources/$name/$branch/ |
23 23 | |
24 24 | use_xz yes |
25 25 | |
26 - | checksums rmd160 0465834fd74764521ccdd33752558432f6f5fb27 \ |
27 - | sha256 b0fd4c34905adcb77a1c8a2e4fc1677c79f1115aaea49705b9c8976523386ad3 \ |
28 - | size 1011048 |
26 + | checksums rmd160 3707a2a4a0ca7bbc562dbf2d570e7e4a4a15afef \ |
27 + | sha256 0f2657cef52accbfe56feede553155552d7c1984b1291838af3cb8cfc19b26af \ |
28 + | size 1011696 |
29 29 | |
30 30 | depends_build port:pkgconfig \ |
31 31 | port:intltool \ |
32 32 | port:gtk-doc \ |
33 33 | port:autoconf \ |
34 34 | port:automake \ |
35 35 | port:libtool |
36 36 | |
37 37 | depends_lib port:gtk3 \ |
38 38 | port:gnutls \ |