svn commit: r544802 - head/x11-themes/qtcurve

Jason E. Hale jhale at FreeBSD.org
Thu Aug 13 11:27:31 UTC 2020


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 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-head mailing list