git: 95b6d01a4b0d - 2023Q2 - lang/gir-to-d: Update to 0.23.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 06:09:53 UTC
The branch 2023Q2 has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=95b6d01a4b0d181154c70b65a8e50715a033c42d commit 95b6d01a4b0d181154c70b65a8e50715a033c42d 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:09:50 +0000 lang/gir-to-d: Update to 0.23.1 Sponsored by: Serenity Cybersecurity, LLC (cherry picked from commit f28d1109f55f846768d221194b00d16136330a03) --- 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); -