pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/vala
Module Name: pkgsrc
Committed By: wiz
Date: Sat Dec 1 17:19:33 UTC 2018
Modified Files:
pkgsrc/lang/vala: Makefile PLIST distinfo
Log Message:
vala: update to 0.42.3.
Vala 0.42.3
===========
* Various improvements and bug fixes:
- codegen:
+ Initialize internal temp-variables used as reference parameter
+ Improve ccode for fixed-length array parameters (#163)
+ Fix regex literal compile flags
+ Add prototype for *_register_type() function
+ Don't emit *_free() of derived compact classes
+ Add prototype for *_new() of abstact compact classes
- girwriter: Fix ctype of out/ref and array parameters
- ccode: Fix typo and actually check "end_decls" (#672)
- abstract syntax tree:
+ Always analyze nodes after they are inserted into the AST
+ Add source_reference to local variable of catch-clause
+ Add missing replace_expression() implementations
+ Fix several construction/parenting issues
+ DataType for GLib.Error should be should resolved as ErrorType
- libvaladoc: Add "unlock" to keywords in Highligher
- posix:
+ Add replacement for G_(BEGIN|END)_DECLS
+ Don't check for GLib.Variant casting
- testrunner: Reset $run_prefix before generating next test script
- build: Unconditionally add conditional VALAFLAGS to make bootstrap
- doc: Fix build of internal-api-docs
- manual: Update from wiki.gnome.org
* Bindings:
- glib-2.0: Computing length once is enough in string.to_utf8()/splice()
- glib-2.0: Add binding for g_test_add()
- glib-2.0: Add array length to string.skip (#695)
- gio-2.0: Result of DBusMessage.get_header() is unowned
- gobject-2.0,gtk+-*.0: Fix some GLib.Value out/ref parameters
- gstreamer: Update from 1.15+ git master
- gtk+-4.0: Update to 3.94.0+b4b30b49
Vala 0.42.2
===========
* Various improvements and bug fixes:
- codewriter: Prepend "yield" if is_yield_expression is set on
MethodCall and ObjectCreationExpression
- codegen: Fix typo in is_pure_ccode_expression() [#673]
- gobject-introspection: Fix use after free in scanner [#674]
- vala: Check if ArrayType supports its given element-type in analyzer pass
- valadoc: Fix some string escaping which gettext complains about
* Bindings:
- Update GIDL-based bindings to fix unsupported type-arguments
- glib-2.0: Add feature_test_macro details for Time struct's methods
- glib-2.0: Set DateTime.now () to use local time zone as the default
- gstreamer: Update from 1.15+ git master
- gtk+-4.0: Update to 3.94.0+d90e2733
- libxml-2.0: Add missing context parameter in OutputWriteCallback
- x11: Add binding for XCreateSimpleWindow
Vala 0.42.1
===========
* Various improvements and bug fixes:
- vapigen: Warn if the library argument doesn't match any package attribute
[#669]
* Bindings:
- glib-2.0: Add some 2.58 symbols
- gtk+-4.0: Update to 3.94.0+f3e6d00d
- Add gnome-desktop-3.0 bindings [#668]
- Remove libgda-4.0, libgda-report-4.0 bindings [#667]
- Update GIR-based bindings
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/lang/vala/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/vala/PLIST
cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/vala/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/vala/Makefile
diff -u pkgsrc/lang/vala/Makefile:1.46 pkgsrc/lang/vala/Makefile:1.47
--- pkgsrc/lang/vala/Makefile:1.46 Mon Sep 3 10:46:45 2018
+++ pkgsrc/lang/vala/Makefile Sat Dec 1 17:19:33 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2018/09/03 10:46:45 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2018/12/01 17:19:33 wiz Exp $
-DISTNAME= vala-0.42.0
+DISTNAME= vala-0.42.3
CATEGORIES= lang gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/lang/vala/PLIST
diff -u pkgsrc/lang/vala/PLIST:1.23 pkgsrc/lang/vala/PLIST:1.24
--- pkgsrc/lang/vala/PLIST:1.23 Mon Sep 3 10:46:45 2018
+++ pkgsrc/lang/vala/PLIST Sat Dec 1 17:19:33 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2018/09/03 10:46:45 wiz Exp $
+@comment $NetBSD: PLIST,v 1.24 2018/12/01 17:19:33 wiz Exp $
bin/vala
bin/vala-0.42
bin/vala-gen-introspect
@@ -62,6 +62,7 @@ share/vala-0.42/vapi/enchant.vapi
share/vala-0.42/vapi/fuse.deps
share/vala-0.42/vapi/fuse.vapi
share/vala-0.42/vapi/gconf-2.0.vapi
+share/vala-0.42/vapi/gdesktopenums-3.0.vapi
share/vala-0.42/vapi/gdk-2.0.deps
share/vala-0.42/vapi/gdk-2.0.vapi
share/vala-0.42/vapi/gdk-3.0.deps
@@ -91,6 +92,8 @@ share/vala-0.42/vapi/gnet-2.0.deps
share/vala-0.42/vapi/gnet-2.0.vapi
share/vala-0.42/vapi/gnome-desktop-2.0.deps
share/vala-0.42/vapi/gnome-desktop-2.0.vapi
+share/vala-0.42/vapi/gnome-desktop-3.0.deps
+share/vala-0.42/vapi/gnome-desktop-3.0.vapi
share/vala-0.42/vapi/gnome-vfs-2.0.vapi
share/vala-0.42/vapi/gnutls.vapi
share/vala-0.42/vapi/gobject-2.0.vapi
@@ -176,10 +179,6 @@ share/vala-0.42/vapi/libepc-1.0.vapi
share/vala-0.42/vapi/libesmtp.vapi
share/vala-0.42/vapi/libftdi.deps
share/vala-0.42/vapi/libftdi.vapi
-share/vala-0.42/vapi/libgda-4.0.deps
-share/vala-0.42/vapi/libgda-4.0.vapi
-share/vala-0.42/vapi/libgda-report-4.0.deps
-share/vala-0.42/vapi/libgda-report-4.0.vapi
share/vala-0.42/vapi/libgeoclue-2.0.deps
share/vala-0.42/vapi/libgeoclue-2.0.vapi
share/vala-0.42/vapi/libglade-2.0.deps
Index: pkgsrc/lang/vala/distinfo
diff -u pkgsrc/lang/vala/distinfo:1.33 pkgsrc/lang/vala/distinfo:1.34
--- pkgsrc/lang/vala/distinfo:1.33 Mon Sep 3 10:46:45 2018
+++ pkgsrc/lang/vala/distinfo Sat Dec 1 17:19:33 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.33 2018/09/03 10:46:45 wiz Exp $
+$NetBSD: distinfo,v 1.34 2018/12/01 17:19:33 wiz Exp $
-SHA1 (vala-0.42.0.tar.xz) = bc4c9e1225cdb21e3cd9ae086ebee88ede3511c8
-RMD160 (vala-0.42.0.tar.xz) = 21dde6d0fa41300ae013242aa1b570e4978a95e8
-SHA512 (vala-0.42.0.tar.xz) = 3f87834a83035d60d0714996d4762927a6baced250e062ea1b0f029cc2fb07581e866afa049a412bebb35861d6773c439b58e34ab91524a35238b48b02fe2be1
-Size (vala-0.42.0.tar.xz) = 3336272 bytes
+SHA1 (vala-0.42.3.tar.xz) = b32557d2b8cac4b2a1c11808e0cf055c292369e5
+RMD160 (vala-0.42.3.tar.xz) = caaa5e881f60e38a45356053559683f419bd2d67
+SHA512 (vala-0.42.3.tar.xz) = 89dc3d208af3c3ab49cf9706187a6df9db7b7cd5ae033f733324532eed48d5f70cd150e9f07755376e0cc8b284a9bb380d7bd44a6bf669e38ca7826dbf8afb23
+Size (vala-0.42.3.tar.xz) = 3338312 bytes
SHA1 (patch-ac) = c1f2f101821db89a30512e275f0b8c6d6f7bb315
Home |
Main Index |
Thread Index |
Old Index