pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/gtksourceview3
Module Name: pkgsrc
Committed By: wiz
Date: Tue Aug 20 12:45:08 UTC 2019
Modified Files:
pkgsrc/x11/gtksourceview3: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/x11/gtksourceview3/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/gtksourceview3/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/gtksourceview3/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/gtksourceview3/Makefile
diff -u pkgsrc/x11/gtksourceview3/Makefile:1.48 pkgsrc/x11/gtksourceview3/Makefile:1.49
--- pkgsrc/x11/gtksourceview3/Makefile:1.48 Sun Jul 21 22:24:17 2019
+++ pkgsrc/x11/gtksourceview3/Makefile Tue Aug 20 12:45:08 2019
@@ -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
Index: pkgsrc/x11/gtksourceview3/PLIST
diff -u pkgsrc/x11/gtksourceview3/PLIST:1.16 pkgsrc/x11/gtksourceview3/PLIST:1.17
--- pkgsrc/x11/gtksourceview3/PLIST:1.16 Sat Dec 1 13:26:09 2018
+++ pkgsrc/x11/gtksourceview3/PLIST Tue Aug 20 12:45:08 2019
@@ -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/p
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
Index: pkgsrc/x11/gtksourceview3/distinfo
diff -u pkgsrc/x11/gtksourceview3/distinfo:1.20 pkgsrc/x11/gtksourceview3/distinfo:1.21
--- pkgsrc/x11/gtksourceview3/distinfo:1.20 Sat Dec 1 13:26:09 2018
+++ pkgsrc/x11/gtksourceview3/distinfo Tue Aug 20 12:45:08 2019
@@ -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