From owner-svn-ports-all@freebsd.org Sun Aug 9 08:53:44 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 98C393B0F4F; Sun, 9 Aug 2020 08:53:44 +0000 (UTC) (envelope-from tcberner@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 4BPXvD3ZLzz3bGV; Sun, 9 Aug 2020 08:53:44 +0000 (UTC) (envelope-from tcberner@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 5DFD017117; Sun, 9 Aug 2020 08:53:44 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0798ri6g047867; Sun, 9 Aug 2020 08:53:44 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0798rfiE047852; Sun, 9 Aug 2020 08:53:41 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202008090853.0798rfiE047852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 9 Aug 2020 08:53:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544551 - in head: deskutils/kdeconnect-kde devel/dragon devel/kdesvn devel/kdevelop graphics/kphotoalbum graphics/skanlite sysutils/filelight sysutils/kf5-baloo sysutils/plasma5-kde-cl... X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: deskutils/kdeconnect-kde devel/dragon devel/kdesvn devel/kdevelop graphics/kphotoalbum graphics/skanlite sysutils/filelight sysutils/kf5-baloo sysutils/plasma5-kde-cli-tools www/choqok x11-fm... X-SVN-Commit-Revision: 544551 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: Sun, 09 Aug 2020 08:53:44 -0000 Author: tcberner Date: Sun Aug 9 08:53:41 2020 New Revision: 544551 URL: https://svnweb.freebsd.org/changeset/ports/544551 Log: Remove obsolete CONFLICTS on kde4 ports - kde4 has been removed 2018-12-31, that's way back when. Modified: head/deskutils/kdeconnect-kde/Makefile head/devel/dragon/Makefile head/devel/kdesvn/Makefile head/devel/kdevelop/Makefile head/graphics/kphotoalbum/Makefile head/graphics/skanlite/Makefile head/sysutils/filelight/Makefile head/sysutils/kf5-baloo/Makefile head/sysutils/plasma5-kde-cli-tools/Makefile head/www/choqok/Makefile head/x11-fm/krusader2/Makefile head/x11-themes/kf5-oxygen-icons5/Makefile Modified: head/deskutils/kdeconnect-kde/Makefile ============================================================================== --- head/deskutils/kdeconnect-kde/Makefile Sun Aug 9 08:45:17 2020 (r544550) +++ head/deskutils/kdeconnect-kde/Makefile Sun Aug 9 08:53:41 2020 (r544551) @@ -17,7 +17,6 @@ RUN_DEPENDS= sshpass:security/sshpass \ sshfs:sysutils/fusefs-sshfs \ kpeoplevcard>0:net/kpeoplevcard -CONFLICTS_INSTALL= kdeconnect-kde-0.7* kdeconnect-kde-kde4-0.7.* USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ pkgconfig qca qt:5 tar:xz xorg Modified: head/devel/dragon/Makefile ============================================================================== --- head/devel/dragon/Makefile Sun Aug 9 08:45:17 2020 (r544550) +++ head/devel/dragon/Makefile Sun Aug 9 08:53:41 2020 (r544551) @@ -13,7 +13,6 @@ LICENSE= GPLv3 LIB_DEPENDS= liblfcbase.so:devel/lfcbase -CONFLICTS= dragon-kde4 GNU_CONFIGURE= yes PLIST_FILES= bin/dragon Modified: head/devel/kdesvn/Makefile ============================================================================== --- head/devel/kdesvn/Makefile Sun Aug 9 08:45:17 2020 (r544550) +++ head/devel/kdesvn/Makefile Sun Aug 9 08:53:41 2020 (r544551) @@ -17,7 +17,6 @@ LIB_DEPENDS= libapr-1.so:devel/apr1 \ libgdbm.so:databases/gdbm \ libsvn_client-1.so:devel/subversion -CONFLICTS_INSTALL= kdesvn-kde4 \ qsvn-[0-9]* USES= bdb cmake compiler:c++11-lang kde:5 qt:5 tar:xz Modified: head/devel/kdevelop/Makefile ============================================================================== --- head/devel/kdevelop/Makefile Sun Aug 9 08:45:17 2020 (r544550) +++ head/devel/kdevelop/Makefile Sun Aug 9 08:53:41 2020 (r544551) @@ -38,7 +38,6 @@ USE_KDE= archive attica auth bookmarks codecs completi widgetsaddons windowsystem xmlgui USE_QT= concurrent core dbus declarative gui help network \ script sql widgets xml buildtools_build qmake_build -CONFLICTS= kdevelop-kde4-4* kdevelop-4* kdevplatform-kde4-4* kdevplatform-4* SHEBANG_FILES= kdevplatform/util/kdevplatform_shell_environment.sh \ kdevplatform/util/.zshrc Modified: head/graphics/kphotoalbum/Makefile ============================================================================== --- head/graphics/kphotoalbum/Makefile Sun Aug 9 08:45:17 2020 (r544550) +++ head/graphics/kphotoalbum/Makefile Sun Aug 9 08:53:41 2020 (r544551) @@ -28,6 +28,5 @@ USE_QT= concurrent core dbus declarative gui location buildtools_build qmake_build SHEBANG_FILES= scripts/open-raw.pl scripts/kpa-backup.sh -CONFLICTS_INSTALL= ${PORTNAME}-kde4 .include Modified: head/graphics/skanlite/Makefile ============================================================================== --- head/graphics/skanlite/Makefile Sun Aug 9 08:45:17 2020 (r544550) +++ head/graphics/skanlite/Makefile Sun Aug 9 08:53:41 2020 (r544551) @@ -21,6 +21,5 @@ USE_KDE= ecm auth config configwidgets codecs completi USE_QT= buildtools_build qmake_build \ core concurrent dbus gui network widgets xml -CONFLICTS_INSTALL= skanlite-kde4 .include Modified: head/sysutils/filelight/Makefile ============================================================================== --- head/sysutils/filelight/Makefile Sun Aug 9 08:45:17 2020 (r544550) +++ head/sysutils/filelight/Makefile Sun Aug 9 08:53:41 2020 (r544551) @@ -10,7 +10,6 @@ COMMENT= Map of concentric segmented-rings representin BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ docbook-xml>0:textproc/docbook-xml -CONFLICTS_INSTALL= ${PORTNAME}-kde4* USES= cmake compiler:c++11-lang desktop-file-utils gettext \ kde:5 qt:5 tar:xz Modified: head/sysutils/kf5-baloo/Makefile ============================================================================== --- head/sysutils/kf5-baloo/Makefile Sun Aug 9 08:45:17 2020 (r544550) +++ head/sysutils/kf5-baloo/Makefile Sun Aug 9 08:53:41 2020 (r544551) @@ -17,9 +17,4 @@ USE_KDE= auth completion config coreaddons crash dbusa USE_QT= buildtools_build concurrent core dbus declarative gui network qmake_build \ testlib widgets -# Frameworks ports install localization files that conflict with some -# KDE4 localization ports -CONFLICTS_INSTALL= baloo-4.* \ - kde4-l10n-* - .include Modified: head/sysutils/plasma5-kde-cli-tools/Makefile ============================================================================== --- head/sysutils/plasma5-kde-cli-tools/Makefile Sun Aug 9 08:45:17 2020 (r544550) +++ head/sysutils/plasma5-kde-cli-tools/Makefile Sun Aug 9 08:53:41 2020 (r544551) @@ -7,7 +7,6 @@ CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 non-interactive system tools -CONFLICTS_INSTALL= kde-runtime-kde4 USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz xorg USE_KDE= activities auth bookmarks codecs completion config configwidgets \ Modified: head/www/choqok/Makefile ============================================================================== --- head/www/choqok/Makefile Sun Aug 9 08:45:17 2020 (r544550) +++ head/www/choqok/Makefile Sun Aug 9 08:53:41 2020 (r544551) @@ -29,6 +29,5 @@ USE_QT= concurrent core dbus gui network networkauth USE_LDCONFIG= yes -CONFLICTS_INSTALL= ${PORTNAME}-kde4 .include Modified: head/x11-fm/krusader2/Makefile ============================================================================== --- head/x11-fm/krusader2/Makefile Sun Aug 9 08:45:17 2020 (r544550) +++ head/x11-fm/krusader2/Makefile Sun Aug 9 08:53:41 2020 (r544551) @@ -12,7 +12,6 @@ COMMENT= Twin panel file manager for KDE, like midnigh LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -CONFLICTS_INSTALL= krusader2-kde4 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= archive auth auth bookmarks codecs completion config \ Modified: head/x11-themes/kf5-oxygen-icons5/Makefile ============================================================================== --- head/x11-themes/kf5-oxygen-icons5/Makefile Sun Aug 9 08:45:17 2020 (r544550) +++ head/x11-themes/kf5-oxygen-icons5/Makefile Sun Aug 9 08:53:41 2020 (r544551) @@ -21,6 +21,5 @@ CMAKE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Core=TRUE NO_ARCH= yes -CONFLICTS_INSTALL= kde4-oxygen-icons-* .include