svn commit: r563526 - head/x11-themes/plasma5-kde-gtk-config

Tobias C. Berner tcberner at FreeBSD.org
Sun Jan 31 20:19:43 UTC 2021


Author: tcberner
Date: Sun Jan 31 20:19:42 2021
New Revision: 563526
URL: https://svnweb.freebsd.org/changeset/ports/563526

Log:
  x11-themes/plasma5-kde-gtk-config: add upstream patch to remove debug output
  
  Remove debug message to avoid polute to stdout.
  This would break application like zenity which output to stdout.
  
  PR:		253123
  Reported by:	Alexander Vereeken <Alexander88207 at protonmail.com>
  Obtained from:	https://invent.kde.org/plasma/kde-gtk-config/-/commit/62e272df848d6848482ceb534d14bf36c9fde241

Modified:
  head/x11-themes/plasma5-kde-gtk-config/Makefile
  head/x11-themes/plasma5-kde-gtk-config/distinfo

Modified: head/x11-themes/plasma5-kde-gtk-config/Makefile
==============================================================================
--- head/x11-themes/plasma5-kde-gtk-config/Makefile	Sun Jan 31 20:12:23 2021	(r563525)
+++ head/x11-themes/plasma5-kde-gtk-config/Makefile	Sun Jan 31 20:19:42 2021	(r563526)
@@ -2,7 +2,11 @@
 
 PORTNAME=	kde-gtk-config
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11-themes kde kde-plasma
+
+PATCH_SITES=	https://invent.kde.org/plasma/kde-gtk-config/-/commit/
+PATCHFILES=	62e272df848d6848482ceb534d14bf36c9fde241.diff:-p1
 
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Plasma5 GTK2 and GTK3 configurator

Modified: head/x11-themes/plasma5-kde-gtk-config/distinfo
==============================================================================
--- head/x11-themes/plasma5-kde-gtk-config/distinfo	Sun Jan 31 20:12:23 2021	(r563525)
+++ head/x11-themes/plasma5-kde-gtk-config/distinfo	Sun Jan 31 20:19:42 2021	(r563526)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1610133444
+TIMESTAMP = 1612124182
 SHA256 (KDE/plasma/5.20.5/kde-gtk-config-5.20.5.tar.xz) = 39a8dd1c143d741846017dc351ccd9161e1dfd710e3d18609327f30044de6eb8
 SIZE (KDE/plasma/5.20.5/kde-gtk-config-5.20.5.tar.xz) = 68208
+SHA256 (KDE/plasma/5.20.5/62e272df848d6848482ceb534d14bf36c9fde241.diff) = b213ed9d0865a41920e15f51e175dd6ddbf5949b90f7bd48f0c25c6e86d43845
+SIZE (KDE/plasma/5.20.5/62e272df848d6848482ceb534d14bf36c9fde241.diff) = 548


More information about the svn-ports-head mailing list