summaryrefslogtreecommitdiff
path: root/lang/vala
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-03-31 17:35:12 +0000
committerwiz <wiz@pkgsrc.org>2020-03-31 17:35:12 +0000
commit7df6a21fa2854aa4f2c4f70ffc6173b3901acccd (patch)
tree2ed1ac43611a4c1258c76115e7d966c63afe750a /lang/vala
parentb482c316bbb80b6cea14dfb108b854b3cf3af8f8 (diff)
downloadpkgsrc-7df6a21fa2854aa4f2c4f70ffc6173b3901acccd.tar.gz
vala: update to 0.48.2.
Vala 0.48.2 =========== * Various improvements and bug fixes: - vapigen: Define "GOBJECT" corresponding to set profile of CodeContext [#933] - codegen: + Reset outdated array _size_ variable after use as ref parameter [#929] + Emit postconditions before free'ing local variables + Correctly access captured parameter in precondition of method [#144] + Use correctly typed array-length variable for property-getter + Use correctly typed array-length variable for delegate invocation + Inherit "array_length_type" from (base-) parameter/property/method [#938] + Improve handling of "array_length_type" attribute [#938] + Use memset to init inline-allocated array with non-constant size [#910] + Initialize temp-var for property array length before calling getter + Include "glib.h" for g_return_*() usage [#940] - vala: + Use error() instead of Report.error() inside of CodeContext.get() + Accept enum-values as length for inline allocated arrays [#935] + Improve copy of required attributes from delegate to lamdba method + Inherit lambda parameter attributes from delegate + Inline-allocated array aren't instantiated with creation expression [#926] - valadoc: Create and register current Vala.CodeContext properly - parser: Improve error message for invalid ArrayCreationExpression [#939] - tests: Drop usage of "--main main" and avoid ambigious entry-points - manual: Update from wiki.gnome.org * Bindings: - Add cairo-gobject binding - cairo: Add missing type_id attributes guarded by GOBJECT define - glib-2.0: Add binding for g_poll() [#924] - glib-2.0: Add binding for g_win32_ftruncate() - glib-2.0: Add missing IOChannel's win32 API - gio-2.0: Add binding for g_io_error_from_win32_error() - gstreamer: Update from 1.17.0+ git master - gtk4: Update to 3.98.1 - posix: Add pathconf and fpathconf bindings - vapi: Update GIR-based bindings
Diffstat (limited to 'lang/vala')
-rw-r--r--lang/vala/Makefile4
-rw-r--r--lang/vala/PLIST4
-rw-r--r--lang/vala/distinfo10
3 files changed, 10 insertions, 8 deletions
diff --git a/lang/vala/Makefile b/lang/vala/Makefile
index a053bcbcda5..cd050007e16 100644
--- a/lang/vala/Makefile
+++ b/lang/vala/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2020/03/15 20:00:05 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2020/03/31 17:35:12 wiz Exp $
-DISTNAME= vala-0.48.1
+DISTNAME= vala-0.48.2
CATEGORIES= lang gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
diff --git a/lang/vala/PLIST b/lang/vala/PLIST
index 19340b134d1..150748617a0 100644
--- a/lang/vala/PLIST
+++ b/lang/vala/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2020/03/11 09:44:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.30 2020/03/31 17:35:12 wiz Exp $
bin/vala
bin/vala-0.48
bin/vala-gen-introspect
@@ -64,6 +64,8 @@ share/vala-0.48/vapi/avahi-client.vapi
share/vala-0.48/vapi/avahi-gobject.deps
share/vala-0.48/vapi/avahi-gobject.vapi
share/vala-0.48/vapi/bzlib.vapi
+share/vala-0.48/vapi/cairo-gobject.deps
+share/vala-0.48/vapi/cairo-gobject.vapi
share/vala-0.48/vapi/cairo-xcb.deps
share/vala-0.48/vapi/cairo-xcb.vapi
share/vala-0.48/vapi/cairo.vapi
diff --git a/lang/vala/distinfo b/lang/vala/distinfo
index 83d7e16207b..86c8e863b6a 100644
--- a/lang/vala/distinfo
+++ b/lang/vala/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2020/03/15 20:00:05 wiz Exp $
+$NetBSD: distinfo,v 1.42 2020/03/31 17:35:12 wiz Exp $
-SHA1 (vala-0.48.1.tar.xz) = 1592354af74d4945342bfac47a98eedbd1784550
-RMD160 (vala-0.48.1.tar.xz) = 8ca4800230d4e6f6921d06a3dbf9389f5945418e
-SHA512 (vala-0.48.1.tar.xz) = f399f81b77eb6acb7f7dcd8eb88c9f4597c7c47a4c6311a0d70db24080f0faa34d1077bf4e644ee2f3b3a8d4993c6561e17583a2010ca5f6850d53e2af532e51
-Size (vala-0.48.1.tar.xz) = 3426388 bytes
+SHA1 (vala-0.48.2.tar.xz) = f95959d872dfd606749318c42f566ebb60e82a56
+RMD160 (vala-0.48.2.tar.xz) = 2e2f81e08790635a7fa8d8390ce359869792b06c
+SHA512 (vala-0.48.2.tar.xz) = 0ea2d2c56d6d01007fe41e13bc51faa5e780259bc55f34a2d84270a5b6a0a46d59cce5eb195f81c78f1acbfb118cc3c5882edf0d187788791ee3ce865faece89
+Size (vala-0.48.2.tar.xz) = 3433912 bytes