From owner-svn-ports-all@freebsd.org Thu Aug 13 11:27:31 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 381CA3BEC87; Thu, 13 Aug 2020 11:27:31 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BS46q0kFSz4Bg1; Thu, 13 Aug 2020 11:27:31 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F012F1C889; Thu, 13 Aug 2020 11:27:30 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07DBRUku096483; Thu, 13 Aug 2020 11:27:30 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07DBRUTq096482; Thu, 13 Aug 2020 11:27:30 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202008131127.07DBRUTq096482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 13 Aug 2020 11:27:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544802 - head/x11-themes/qtcurve X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/x11-themes/qtcurve X-SVN-Commit-Revision: 544802 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2020 11:27:31 -0000 Author: jhale Date: Thu Aug 13 11:27:30 2020 New Revision: 544802 URL: https://svnweb.freebsd.org/changeset/ports/544802 Log: x11-themes/qtcurve: Fix patch from r544732 ===> Applying distribution patches for qtcurve-1.9.0 patch: **** can't cd to /wrkdirs/usr/ports/x11-themes/qtcurve/work/qtcurve-1.9: No such file or directory ===> FAILED Applying distribution patch ee2228ea2f18ac5da9b434ee6089381df815aa94.patch with -p1 *** Error code 1 Reported by: pkg-fallout MFH: 2020Q3 (build fix blanket) Modified: head/x11-themes/qtcurve/Makefile Modified: head/x11-themes/qtcurve/Makefile ============================================================================== --- head/x11-themes/qtcurve/Makefile Thu Aug 13 11:27:00 2020 (r544801) +++ head/x11-themes/qtcurve/Makefile Thu Aug 13 11:27:30 2020 (r544802) @@ -7,9 +7,6 @@ CATEGORIES= x11-themes MASTER_SITES= KDE/stable/${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:R} -PATCH_SITES= https://invent.kde.org/system/qtcurve/commit/ -PATCHFILES= ee2228ea2f18ac5da9b434ee6089381df815aa94.patch:-p1 - MAINTAINER= jhale@FreeBSD.org COMMENT?= Widget styles for Qt and GTK+ toolkits @@ -29,6 +26,9 @@ KF5_RUN_DEPENDS= kf5-style-qtcurve>=${PORTVERSION}:x11 QT5_RUN_DEPENDS= qt5-style-qtcurve>=${PORTVERSION}:x11-themes/qtcurve-qt5 .else # !defined(QTCURVE_SLAVE) +PATCH_SITES= https://invent.kde.org/system/${PORTNAME}/commit/ +PATCHFILES= ee2228ea2f18ac5da9b434ee6089381df815aa94.patch:-p1 + LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING