pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtksourceview3 gtksourceview3: update to 3.24.11.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/095db28ae46c
branches:  trunk
changeset: 400002:095db28ae46c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 20 12:45:08 2019 +0000

description:
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.

diffstat:

 x11/gtksourceview3/Makefile |   5 ++---
 x11/gtksourceview3/PLIST    |   3 ++-
 x11/gtksourceview3/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r b357df503446 -r 095db28ae46c x11/gtksourceview3/Makefile
--- a/x11/gtksourceview3/Makefile       Tue Aug 20 12:35:56 2019 +0000
+++ b/x11/gtksourceview3/Makefile       Tue Aug 20 12:45:08 2019 +0000
@@ -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 -r b357df503446 -r 095db28ae46c x11/gtksourceview3/PLIST
--- a/x11/gtksourceview3/PLIST  Tue Aug 20 12:35:56 2019 +0000
+++ b/x11/gtksourceview3/PLIST  Tue Aug 20 12:45:08 2019 +0000
@@ -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/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 -r b357df503446 -r 095db28ae46c x11/gtksourceview3/distinfo
--- a/x11/gtksourceview3/distinfo       Tue Aug 20 12:35:56 2019 +0000
+++ b/x11/gtksourceview3/distinfo       Tue Aug 20 12:45:08 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index