git: 614b81b30f15 - main - devel/qxlsx: backport one patch from the upstream master branch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Oct 2022 02:37:01 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=614b81b30f1589291f4a45062031990e28e925b6 commit 614b81b30f1589291f4a45062031990e28e925b6 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2022-10-07 02:35:34 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2022-10-07 02:35:34 +0000 devel/qxlsx: backport one patch from the upstream master branch It would be required for the upcoming new version of Stellarium, which constructs QString's from character arrays a lot and having QT_NO_CAST_FROM_ASCII defined publicly breaks the compilation in this case. Discussed with: Alexander V. Wolf --- devel/qxlsx/Makefile | 3 +++ devel/qxlsx/distinfo | 2 ++ 2 files changed, 5 insertions(+) diff --git a/devel/qxlsx/Makefile b/devel/qxlsx/Makefile index d0616e3c2c50..b63b06082aab 100644 --- a/devel/qxlsx/Makefile +++ b/devel/qxlsx/Makefile @@ -3,6 +3,9 @@ PORTVERSION= 1.4.4 DISTVERSIONPREFIX= v CATEGORIES= devel +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 8e83402db866ae7a67582da28aa68c83545f13c8.patch:-p2 + MAINTAINER= danfe@FreeBSD.org COMMENT= Excel file reader/writer library using Qt WWW= https://qtexcel.github.io/QXlsx/ diff --git a/devel/qxlsx/distinfo b/devel/qxlsx/distinfo index f6effd30b42c..40ddec859331 100644 --- a/devel/qxlsx/distinfo +++ b/devel/qxlsx/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1658513489 SHA256 (QtExcel-QXlsx-v1.4.4_GH0.tar.gz) = 5c6f7117000c7559d6557d00a2f7b836bee670f9bc16309a72bc23aaedf994d9 SIZE (QtExcel-QXlsx-v1.4.4_GH0.tar.gz) = 4703732 +SHA256 (8e83402db866ae7a67582da28aa68c83545f13c8.patch) = a3d0a12b093cebc8a27e156c67871e43f020d6db207b3d7ab447562b042107fc +SIZE (8e83402db866ae7a67582da28aa68c83545f13c8.patch) = 749