Commits
David B. Evans authored b1991cbe2b3
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 | PortGroup compiler_blacklist_versions 1.0 |
6 6 | PortGroup gobject_introspection 1.0 |
7 7 | |
8 8 | name gtksourceview4 |
9 9 | set gname gtksourceview |
10 - | version 4.0.1 |
10 + | version 4.0.2 |
11 11 | license LGPL-2.1+ |
12 12 | set branch [join [lrange [split ${version} .] 0 1] .] |
13 13 | maintainers {devans @dbevans} openmaintainer |
14 14 | categories gnome |
15 15 | platforms darwin |
16 16 | description GtkSourceView-4.0 is a source highlighting text widget for GTK+ 3 |
17 17 | |
18 18 | long_description GtkSourceView is a text widget that extends the standard \ |
19 19 | GTK+ 3.x text widget GtkTextView. It improves GtkTextView \ |
20 20 | by implementing syntax highlighting and other features \ |
21 21 | typical of a source editor. This port contains version 4 of the \ |
22 22 | GtkSourceView widget. Port gtksourceview3 contains version 3 of \ |
23 23 | widget, gtksourceview2 contains version 2 and port gtksourceview \ |
24 24 | contains version 1. |
25 25 | |
26 26 | homepage https://wiki.gnome.org/Projects/GtkSourceView |
27 27 | master_sites gnome:sources/${gname}/${branch}/ |
28 28 | distname ${gname}-${version} |
29 29 | use_xz yes |
30 30 | |
31 - | checksums rmd160 08cffb8e59bd573f587355f03a4bf0734be2d34f \ |
32 - | sha256 38ce20ce0b8162d2ac0ee60c33b6c95173435499c7e101d2bde5f0276df5a37a \ |
33 - | size 1356580 |
31 + | checksums rmd160 c91e16355285c5a6b180e1851a120af3664b468a \ |
32 + | sha256 15829fc728f74e2005e2fc65c2aada4b223f3b361b2200b7e02ff7a9014b5fac \ |
33 + | size 1370844 |
34 34 | |
35 35 | depends_build port:pkgconfig |
36 36 | |
37 37 | depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ |
38 38 | port:gettext \ |
39 39 | port:gtk3 \ |
40 40 | port:libxml2 \ |
41 41 | port:vala |
42 42 | |
43 43 | gobject_introspection yes |