svn commit: r544803 - branches/2020Q3/x11-themes/qtcurve
Jason E. Hale
jhale at FreeBSD.org
Thu Aug 13 11:29:07 UTC 2020
Author: jhale
Date: Thu Aug 13 11:29:06 2020
New Revision: 544803
URL: https://svnweb.freebsd.org/changeset/ports/544803
Log:
MFH: r544802
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
Approved by: ports-secteam (build fix blanket)
Modified:
branches/2020Q3/x11-themes/qtcurve/Makefile
Directory Properties:
branches/2020Q3/ (props changed)
Modified: branches/2020Q3/x11-themes/qtcurve/Makefile
==============================================================================
--- branches/2020Q3/x11-themes/qtcurve/Makefile Thu Aug 13 11:27:30 2020 (r544802)
+++ branches/2020Q3/x11-themes/qtcurve/Makefile Thu Aug 13 11:29:06 2020 (r544803)
@@ -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 at 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
More information about the svn-ports-all
mailing list