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:           Sun Nov 19 19:30:22 UTC 2023

Modified Files:
        pkgsrc/lang/vala: Makefile distinfo

Log Message:
vala: update to 0.56.14.

Vala 0.56.14
============
 * Various improvements and bug fixes:
  - codegen: Generate compatible wrapper of ref-void functions [#1486]
  - vala: Prevent usage of strlen() on non-null-terminated string [#1485]

 * Bindings:
  - glib-2.0: Add new symbols from 2.78
  - gstreamer-1.0: Make ElementFactory.make()'s name parameter default to null
  - gtk4-wayland: Add the missing wayland-client bindings
  - wayland-client: Complete the binding


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/lang/vala/Makefile
cvs rdiff -u -r1.75 -r1.76 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.99 pkgsrc/lang/vala/Makefile:1.100
--- pkgsrc/lang/vala/Makefile:1.99      Sun Nov 12 13:22:33 2023
+++ pkgsrc/lang/vala/Makefile   Sun Nov 19 19:30:22 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2023/11/12 13:22:33 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2023/11/19 19:30:22 wiz Exp $
 
-DISTNAME=      vala-0.56.13
-PKGREVISION=   1
+DISTNAME=      vala-0.56.14
 CATEGORIES=    lang gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -20,9 +19,6 @@ GNU_CONFIGURE=                yes
 PKGCONFIG_OVERRIDE+=   libvala.pc.in
 PKGCONFIG_OVERRIDE+=   vapigen/vapigen.pc.in
 
-# as of 0.54.5
-# 1 of 1291 tests failed
-# FAIL: dbus/filedescriptor-errors
 TEST_TARGET=           check
 
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.48.0

Index: pkgsrc/lang/vala/distinfo
diff -u pkgsrc/lang/vala/distinfo:1.75 pkgsrc/lang/vala/distinfo:1.76
--- pkgsrc/lang/vala/distinfo:1.75      Wed Oct  4 08:18:02 2023
+++ pkgsrc/lang/vala/distinfo   Sun Nov 19 19:30:22 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.75 2023/10/04 08:18:02 adam Exp $
+$NetBSD: distinfo,v 1.76 2023/11/19 19:30:22 wiz Exp $
 
-BLAKE2s (vala-0.56.13.tar.xz) = 1b4a6182c9c753e749decc1d5d8e57f53c91bf37def794408060da85fd30b72f
-SHA512 (vala-0.56.13.tar.xz) = 1b522f1a9667b535699a89c35e86e7262a9d07dbd742fc5ffda5b1cb0ea4961e88e4a27521e946bf1f564e2fa8b2d9576a7886157fea9a3437c149b4dfdeb3c8
-Size (vala-0.56.13.tar.xz) = 3999680 bytes
+BLAKE2s (vala-0.56.14.tar.xz) = 05f89077368c64be5bcda062ee1b287ee26ba6248faaf243e59636848eb8cc0d
+SHA512 (vala-0.56.14.tar.xz) = f13e7916acaba220bf8a0fb8825bf9a125fadcc13011c4e4f426e5d3a5af650543457294bede66dc5e1c742dd9b55f722a65b880e4737a6b480365c9df4c8c8b
+Size (vala-0.56.14.tar.xz) = 4003276 bytes
 SHA1 (patch-build-aux_testrunner.sh) = d30ce05459b398a18e9dbd4420f28d8bfdf7323a



Home | Main Index | Thread Index | Old Index