Bug 245967 - lang/vala: Update to 0.40.22
Summary: lang/vala: Update to 0.40.22
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-27 10:33 UTC by Gian-Simon Purkert
Modified: 2020-10-01 16:19 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments
Update to 0.40.22 (4.08 KB, patch)
2020-04-27 10:33 UTC, Gian-Simon Purkert
no flags Details | Diff
Update to 0.40.22 no portepoch (4.05 KB, patch)
2020-06-11 09:54 UTC, Gian-Simon Purkert
no flags Details | Diff
Update to 0.40.23 (3.99 KB, patch)
2020-06-25 06:09 UTC, Ting-Wei Lan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gian-Simon Purkert 2020-04-27 10:33:19 UTC
Created attachment 213848 [details]
Update to 0.40.22
Comment 1 Ting-Wei Lan 2020-05-03 08:56:19 UTC
Comment on attachment 213848 [details]
Update to 0.40.22

>diff -ruN /usr/ports/lang/vala/Makefile /usr/ports/lang/vala/Makefile
>--- /usr/ports/lang/vala/Makefile	2019-04-28 20:26:31.000000000 +0200
>+++ /usr/ports/lang/vala/Makefile	2020-04-27 12:27:27.823733000 +0200
>@@ -2,8 +2,8 @@
> # $FreeBSD: head/lang/vala/Makefile 500358 2019-04-28 18:26:31Z kwm $
> 
> PORTNAME=	vala
>-PORTVERSION=	0.40.15
>-PORTEPOCH=	1
>+PORTVERSION=	0.40.22
>+PORTEPOCH=	2
> CATEGORIES=	lang gnome
> MASTER_SITES=	GNOME

Why you bumped PORTEPOCH here? 0.40.22 is greater than 0.40.15, so it is unnecessary to modify PORTEPOCH.
Comment 2 Gian-Simon Purkert 2020-06-11 09:54:14 UTC
Created attachment 215440 [details]
Update to 0.40.22 no portepoch

Yes true, corrected it.
Comment 3 Ting-Wei Lan 2020-06-25 06:09:04 UTC
Created attachment 215930 [details]
Update to 0.40.23

I was told that there is a regression in version 0.40.22, and we should update it to 0.40.23 instead.
Comment 4 Gian-Simon Purkert 2020-06-26 10:35:59 UTC
Thanks for the patch

Vala 0.40.23
============
 * Regression and bug fixes:
  - codegen:
    + Correctly handle cast-expression of real struct to nullable struct [#991]
    + Use loop index instead of get_ccode_pos() for ellipsis parameter [#995]
  - vala:
    + Allow node_ref being null in SemanticAnalyzer.get_instance_base_type()
    + SemanticAnalyzer.get_instance_base_type() is not allowed to return null
    + Set value_type of undefined member-access to avoid further criticals
    + Transform cast from floating-type to boxed-type [#991]
    + Transform cast from integer-type to boxed-type [#992]
  - girparser: Add support for boolean "new" argument for methods

https://gitlab.gnome.org/GNOME/vala/raw/0.40/NEWS