diff options
author | wiz <wiz@pkgsrc.org> | 2019-08-20 12:45:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-08-20 12:45:08 +0000 |
commit | 3f03165b7dbea5af15b33ed99a0dabd3ea456608 (patch) | |
tree | c3719753d335f90499d28b0d3bf1e0912883886f | |
parent | a3962234b753c93e27bc4113f1909ca5e7c09948 (diff) | |
download | pkgsrc-3f03165b7dbea5af15b33ed99a0dabd3ea456608.tar.gz |
gtksourceview3: update to 3.24.11.
News in 3.24.11, 2019-05-05
---------------------------
* Improvements to the syntax highlighting of: YAML, Julia, C++, and C.
* Fixes to GObject Introspection annotations.
* Fix a crash with YAML.
* Fix a crash in presense of Byte-Order-Markers.
News in 3.24.10, 2019-03-15
---------------------------
* New syntax highlighting definition file for: Powershell
* Improvements to the syntax highlighting of: reStructuredText, C++,
CSS, HTML, Groovy, Meson, Python3, and Logtalk.
* Fix testsuite for changes in GLib hashtable ordering.
* Avoid double entry of languages based on globs.
* MSVC build improvements.
* Fix usage of GRegex for offset in text, which fixes a Valgrind warning.
* Ensure CSS is inherted from parent style schemes.
* Avoid storing GtkTextIter across main-loop boundaries.
* Fix incorrect transfer annoation for gtk_source_buffer_create_source_mark().
* Various memory leak fixes.
* Translation updates.
-rw-r--r-- | x11/gtksourceview3/Makefile | 5 | ||||
-rw-r--r-- | x11/gtksourceview3/PLIST | 3 | ||||
-rw-r--r-- | x11/gtksourceview3/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/x11/gtksourceview3/Makefile b/x11/gtksourceview3/Makefile index a25e49e205b..f2614457272 100644 --- a/x11/gtksourceview3/Makefile +++ b/x11/gtksourceview3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2019/07/21 22:24:17 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2019/08/20 12:45:08 wiz Exp $ -DISTNAME= gtksourceview-3.24.9 +DISTNAME= gtksourceview-3.24.11 PKGNAME= ${DISTNAME:S/gtksourceview/gtksourceview3/} -PKGREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/x11/gtksourceview3/PLIST b/x11/gtksourceview3/PLIST index e7c0735e637..eb2de2e5df9 100644 --- a/x11/gtksourceview3/PLIST +++ b/x11/gtksourceview3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2018/12/01 13:26:09 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2019/08/20 12:45:08 wiz Exp $ include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h include/gtksourceview-3.0/gtksourceview/gtksource.h include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h @@ -213,6 +213,7 @@ share/gtksourceview-3.0/language-specs/php.lang share/gtksourceview-3.0/language-specs/pig.lang share/gtksourceview-3.0/language-specs/pkgconfig.lang share/gtksourceview-3.0/language-specs/po.lang +share/gtksourceview-3.0/language-specs/powershell.lang share/gtksourceview-3.0/language-specs/prolog.lang share/gtksourceview-3.0/language-specs/protobuf.lang share/gtksourceview-3.0/language-specs/puppet.lang diff --git a/x11/gtksourceview3/distinfo b/x11/gtksourceview3/distinfo index 50e7de7af3b..c010928ddd4 100644 --- a/x11/gtksourceview3/distinfo +++ b/x11/gtksourceview3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2018/12/01 13:26:09 wiz Exp $ +$NetBSD: distinfo,v 1.21 2019/08/20 12:45:08 wiz Exp $ -SHA1 (gtksourceview-3.24.9.tar.xz) = ca5836744195e08bacca7f60471fbd5a43115acb -RMD160 (gtksourceview-3.24.9.tar.xz) = 4b21a72f275fa5fa565ef6ec062c41fc09220422 -SHA512 (gtksourceview-3.24.9.tar.xz) = 29b58afba1c0b473205cf7070997139d2ca07cf68d40185aa76fa59c900ad21c03ccb79dec9970e5f96743cfdb5a7d926b21a9947244bc8cf8cbd1033467cd01 -Size (gtksourceview-3.24.9.tar.xz) = 1414444 bytes +SHA1 (gtksourceview-3.24.11.tar.xz) = 1883e5c244791e3b66fd70c71f3f82221c221c29 +RMD160 (gtksourceview-3.24.11.tar.xz) = 34e86ab283b39f2778d5091a8595f5440598eb62 +SHA512 (gtksourceview-3.24.11.tar.xz) = 3490b34c6432a2e2ef292ad5bf982fdd22d33b1472434549b4ea8ddae0fc8808e128ef947e4d0dcb41e8de5e601b202f52532bbbbfa11d35050acfc42f9936b2 +Size (gtksourceview-3.24.11.tar.xz) = 1438232 bytes |