Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2023 09:26:19 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e81301d31009 - main - devel/clazy: backport upstream patches to unvreak build with llvm16+
Message-ID:  <202307260926.36Q9QJYe025034@gitrepo.freebsd.org>

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

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

commit e81301d31009a73905b64cb18009733ab710c48e
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-07-26 09:24:56 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-07-26 09:24:56 +0000

    devel/clazy: backport upstream patches to unvreak build with llvm16+
    
    Reported by:    poudriere bulk -t
    Sponsored by:   Serenity Cybersecurity, LLC
---
 devel/clazy/Makefile | 4 +++-
 devel/clazy/distinfo | 6 +++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/devel/clazy/Makefile b/devel/clazy/Makefile
index 25a84131c493..02ca520e1c8a 100644
--- a/devel/clazy/Makefile
+++ b/devel/clazy/Makefile
@@ -1,11 +1,13 @@
 PORTNAME=	clazy
 DISTVERSION=	1.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}/src/
 
 PATCH_SITES+=	https://invent.kde.org/sdk/clazy/-/commit/
 PATCHFILES+=	20fca52da739ebefa47e35f6b338bb99a0da3cfe.diff:-p1
+PATCHFILES+=	a05ac7eb6f6198c3f478bd7b5b4bfc062a8d63cc.diff:-p1
+PATCHFILES+=	437d09f61a4a75d8a5e5239d20ccd9dc10b459ca.diff:-p1
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Qt oriented code checker based on clang
diff --git a/devel/clazy/distinfo b/devel/clazy/distinfo
index bb992068e8a4..fb8d008d14d8 100644
--- a/devel/clazy/distinfo
+++ b/devel/clazy/distinfo
@@ -1,5 +1,9 @@
-TIMESTAMP = 1670410191
+TIMESTAMP = 1690363170
 SHA256 (clazy-1.11.tar.xz) = 66165df33be8785218720c8947aa9099bae6d06c90b1501953d9f95fdfa0120a
 SIZE (clazy-1.11.tar.xz) = 404088
 SHA256 (20fca52da739ebefa47e35f6b338bb99a0da3cfe.diff) = b6f76075f9ecd9fad0d1bea84c3868de07d128df6d24c99d2de761e5718429f5
 SIZE (20fca52da739ebefa47e35f6b338bb99a0da3cfe.diff) = 11827
+SHA256 (a05ac7eb6f6198c3f478bd7b5b4bfc062a8d63cc.diff) = 4257ed252eee84e1fa2b2b072d6cd3ff01a0a8d82a4b2f224ef783d88e341510
+SIZE (a05ac7eb6f6198c3f478bd7b5b4bfc062a8d63cc.diff) = 3154
+SHA256 (437d09f61a4a75d8a5e5239d20ccd9dc10b459ca.diff) = d68fff99b684e51ad5cc8bc7a1d2caeabc54ec1b5034c0b28caa305e618d1170
+SIZE (437d09f61a4a75d8a5e5239d20ccd9dc10b459ca.diff) = 852



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