diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2023-07-20 21:14:56 -0400 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2023-07-21 00:24:44 -0400 |
commit | 05143d057a86e97296dabf9ef96e4e8f6bb16100 (patch) | |
tree | 0ed6a0fc3e632a5dc2ca0bf50a7259c6207b23af | |
parent | 49e737d6ab22d8abcf1efd7668dd706d158c077d (diff) | |
download | freebsd-ports-05143d057a86e97296dabf9ef96e4e8f6bb16100.zip |
graphics/glaxnimate: Fix build with upcoming Qt 6.5.x
PR: 272422
-rw-r--r-- | graphics/glaxnimate/Makefile | 3 | ||||
-rw-r--r-- | graphics/glaxnimate/distinfo | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/graphics/glaxnimate/Makefile b/graphics/glaxnimate/Makefile index 3b7034b8f889..fa7a787d0b97 100644 --- a/graphics/glaxnimate/Makefile +++ b/graphics/glaxnimate/Makefile @@ -3,6 +3,9 @@ DISTVERSION= 0.5.3 CATEGORIES= graphics PKGNAMESUFFIX= -${FLAVOR} +PATCH_SITES= https://gitlab.com/${GL_ACCOUNT}/${PORTNAME}/-/commit/ +PATCHFILES+= 6f312a0b93208255b2903f6d3105cc36cfc6b6c7.patch:-p1 # Fix build with Qt 6.5.x + MAINTAINER= yuri@FreeBSD.org COMMENT= Simple vector animation program WWW= https://glaxnimate.mattbas.org/ diff --git a/graphics/glaxnimate/distinfo b/graphics/glaxnimate/distinfo index c11e1f0f492c..a2a0652b399a 100644 --- a/graphics/glaxnimate/distinfo +++ b/graphics/glaxnimate/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1685637754 +TIMESTAMP = 1689891265 SHA256 (KDE-breeze-icons-1a13b09adc7ebe0c4b5be6cc1add3869f3de8a1a_GH0.tar.gz) = 5d7d4437bb0c87ac5573b9ae05328379bbaf6229818579456ee7b2ec1a827a37 SIZE (KDE-breeze-icons-1a13b09adc7ebe0c4b5be6cc1add3869f3de8a1a_GH0.tar.gz) = 5573747 SHA256 (pybind-pybind11-80dc998efced8ceb2be59756668a7e90e8bef917_GH0.tar.gz) = aa4d57f8c3c4fb47d75e1d676167966a8aa7cbb014e4d20813adabc93bd6670a @@ -13,3 +13,5 @@ SHA256 (mattbas-Qt-History-LineEdit-5b761f436e8b31491e06b26460d28a2eaef0babc_GL0 SIZE (mattbas-Qt-History-LineEdit-5b761f436e8b31491e06b26460d28a2eaef0babc_GL0.tar.gz) = 7856 SHA256 (mattbas-python-lottie-9e742aadb5ca7d0e8c9b01b2553c0a81de238ae4_GL0.tar.gz) = 54de1e9507524d83d4035ac3a16bd29c40335c6f9eb0a8b6376c3a10267e1a56 SIZE (mattbas-python-lottie-9e742aadb5ca7d0e8c9b01b2553c0a81de238ae4_GL0.tar.gz) = 284790 +SHA256 (6f312a0b93208255b2903f6d3105cc36cfc6b6c7.patch) = 46df33643b05a0cbbbae6418292f46329a443b9c35cf65828007c65e61107a2e +SIZE (6f312a0b93208255b2903f6d3105cc36cfc6b6c7.patch) = 837 |