Commits
Veence authored 554e8751b52 Merge
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 gtksourceview3 |
9 9 | set gname gtksourceview |
10 - | version 3.24.6 |
10 + | version 3.24.7 |
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 - | description GtkSourceView-3.0 is a text widget for GTK+ 3 |
16 + | description GtkSourceView-3.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 3 of the \ |
22 22 | GtkSourceView widget. Port GtkSourceView2 contains version 2 of the \ |
23 23 | widget and port GtkSourceview contains version 1. |
24 24 | |
25 25 | homepage https://wiki.gnome.org/Projects/GtkSourceView |
26 26 | master_sites gnome:sources/${gname}/${branch}/ |
27 27 | distname ${gname}-${version} |
28 28 | use_xz yes |
29 29 | |
30 - | checksums rmd160 3df1b3fdf8aac0df0e271bd530dfac6bcea43205 \ |
31 - | sha256 7aa6bdfebcdc73a763dddeaa42f190c40835e6f8495bb9eb8f78587e2577c188 |
30 + | checksums rmd160 691fd7dbc3faeeea10ec7e18aa1411398abbf6c1 \ |
31 + | sha256 a5c20d3a6347533689358f3ea52486409f6dd41d5a69c65eab7570cfaffee8e6 \ |
32 + | size 1390500 |
32 33 | |
33 34 | depends_build port:pkgconfig \ |
34 35 | port:gtk-doc |
35 36 | |
36 37 | depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ |
37 38 | port:gettext \ |
38 39 | port:gtk3 \ |
39 40 | port:libxml2 \ |
40 41 | port:vala |
41 42 | |