Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2023 06:09:03 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f28d1109f55f - main - lang/gir-to-d: Update to 0.23.1
Message-ID:  <202304180609.33I6931K089188@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f28d1109f55f846768d221194b00d16136330a03

commit f28d1109f55f846768d221194b00d16136330a03
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2023-04-18 06:07:08 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-04-18 06:07:08 +0000

    lang/gir-to-d: Update to 0.23.1
    
    Sponsored by:   Serenity Cybersecurity, LLC
---
 lang/gir-to-d/Makefile                             |  3 +--
 lang/gir-to-d/distinfo                             |  6 +++---
 lang/gir-to-d/files/patch-source_gtd_GirFunction.d | 12 ------------
 3 files changed, 4 insertions(+), 17 deletions(-)

diff --git a/lang/gir-to-d/Makefile b/lang/gir-to-d/Makefile
index c3cb6e74fce7..14c75973c249 100644
--- a/lang/gir-to-d/Makefile
+++ b/lang/gir-to-d/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	gir-to-d
-PORTVERSION=	0.23.0
-PORTREVISION=	2
+PORTVERSION=	0.23.1
 CATEGORIES=	lang
 
 MAINTAINER=	arrowd@FreeBSD.org
diff --git a/lang/gir-to-d/distinfo b/lang/gir-to-d/distinfo
index cf5b633058a0..19c409f35525 100644
--- a/lang/gir-to-d/distinfo
+++ b/lang/gir-to-d/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1676614811
-SHA256 (gtkd-developers-gir-to-d-0.23.0-v0.23.0_GH0.tar.gz) = 74781d737277f9278ee2e32b2a8716420e389a68030414ec265d5e704fd8aafb
-SIZE (gtkd-developers-gir-to-d-0.23.0-v0.23.0_GH0.tar.gz) = 42269
+TIMESTAMP = 1681797967
+SHA256 (gtkd-developers-gir-to-d-0.23.1-v0.23.1_GH0.tar.gz) = 17b0f0879490cd042b754239a4c8cee91a84f98ee66dd375c9b6890bfbe8b6ec
+SIZE (gtkd-developers-gir-to-d-0.23.1-v0.23.1_GH0.tar.gz) = 42284
diff --git a/lang/gir-to-d/files/patch-source_gtd_GirFunction.d b/lang/gir-to-d/files/patch-source_gtd_GirFunction.d
deleted file mode 100644
index af780f6323ad..000000000000
--- a/lang/gir-to-d/files/patch-source_gtd_GirFunction.d
+++ /dev/null
@@ -1,12 +0,0 @@
---- source/gtd/GirFunction.d.orig	2022-03-23 22:26:51 UTC
-+++ source/gtd/GirFunction.d
-@@ -1277,6 +1277,9 @@ final class GirFunction
- 			if ( type.cType == "guchar*" )
- 				return "char[]";
- 
-+			if ( type.cType == "gunichar2*" )
-+				return "wchar[]";
-+
- 			if ( type.size > -1 )
- 				size = to!string(type.size);
- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304180609.33I6931K089188>