From owner-svn-ports-all@freebsd.org Thu Aug 30 22:35:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CA60EFAC3F; Thu, 30 Aug 2018 22:35:22 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2230375824; Thu, 30 Aug 2018 22:35:22 +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 F323612BA0; Thu, 30 Aug 2018 22:35:21 +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 w7UMZLCv034078; Thu, 30 Aug 2018 22:35:21 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7UMZKXm034071; Thu, 30 Aug 2018 22:35:20 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201808302235.w7UMZKXm034071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 30 Aug 2018 22:35:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478499 - in head: deskutils/plasma-applet-daisy deskutils/plasma-applet-panelspacer deskutils/plasma-applet-serverstatuswidget deskutils/plasma-applet-teacooker deskutils/plasma-applet... X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head: deskutils/plasma-applet-daisy deskutils/plasma-applet-panelspacer deskutils/plasma-applet-serverstatuswidget deskutils/plasma-applet-teacooker deskutils/plasma-applet-yawp x11-clocks/plasma-a... X-SVN-Commit-Revision: 478499 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.27 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, 30 Aug 2018 22:35:22 -0000 Author: jhale Date: Thu Aug 30 22:35:20 2018 New Revision: 478499 URL: https://svnweb.freebsd.org/changeset/ports/478499 Log: Deprecate KDE4 plasma applets that I maintain. KDE4 is now marked DEPRECATED and these are useless outside of the KDE4 workspace. Modified: head/deskutils/plasma-applet-daisy/Makefile head/deskutils/plasma-applet-panelspacer/Makefile head/deskutils/plasma-applet-serverstatuswidget/Makefile head/deskutils/plasma-applet-teacooker/Makefile head/deskutils/plasma-applet-yawp/Makefile head/x11-clocks/plasma-applet-adjustableclock/Makefile head/x11-clocks/plasma-applet-geekclock/Makefile Modified: head/deskutils/plasma-applet-daisy/Makefile ============================================================================== --- head/deskutils/plasma-applet-daisy/Makefile Thu Aug 30 22:26:48 2018 (r478498) +++ head/deskutils/plasma-applet-daisy/Makefile Thu Aug 30 22:35:20 2018 (r478499) @@ -14,6 +14,9 @@ COMMENT= Simple launcher plasma applet for KDE4 LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= KDE4 is EOL upstream +EXPIRATION_DATE= 2018-12-31 + USES= cmake gettext kde:4 qt:4 USE_KDE= automoc4 kdelibs workspace USE_QT= corelib dbus gui network svg xml \ Modified: head/deskutils/plasma-applet-panelspacer/Makefile ============================================================================== --- head/deskutils/plasma-applet-panelspacer/Makefile Thu Aug 30 22:26:48 2018 (r478498) +++ head/deskutils/plasma-applet-panelspacer/Makefile Thu Aug 30 22:35:20 2018 (r478499) @@ -13,6 +13,9 @@ COMMENT= Panel spacer plasma applet for KDE4 LICENSE= GPLv2 +DEPRECATED= KDE4 is EOL upstream +EXPIRATION_DATE= 2018-12-31 + USES= cmake kde:4 qt:4 USE_KDE= automoc4 workspace USE_QT= gui dbus network opengl svg webkit xml \ Modified: head/deskutils/plasma-applet-serverstatuswidget/Makefile ============================================================================== --- head/deskutils/plasma-applet-serverstatuswidget/Makefile Thu Aug 30 22:26:48 2018 (r478498) +++ head/deskutils/plasma-applet-serverstatuswidget/Makefile Thu Aug 30 22:35:20 2018 (r478499) @@ -13,6 +13,9 @@ COMMENT= KDE4 server monitoring plasma applet LICENSE= GPLv2 +DEPRECATED= KDE4 is EOL upstream +EXPIRATION_DATE= 2018-12-31 + USES= cmake gettext kde:4 qt:4 tar:bzip2 USE_KDE= automoc4 workspace USE_QT= qmake_build moc_build rcc_build uic_build Modified: head/deskutils/plasma-applet-teacooker/Makefile ============================================================================== --- head/deskutils/plasma-applet-teacooker/Makefile Thu Aug 30 22:26:48 2018 (r478498) +++ head/deskutils/plasma-applet-teacooker/Makefile Thu Aug 30 22:35:20 2018 (r478499) @@ -13,6 +13,9 @@ COMMENT= KDE4 tea cooker plasma applet LICENSE= GPLv3 +DEPRECATED= KDE4 is EOL upstream +EXPIRATION_DATE= 2018-12-31 + USES= cmake kde:4 qt:4 USE_KDE= automoc4 kdelibs USE_QT= gui dbus network opengl svg webkit xml \ Modified: head/deskutils/plasma-applet-yawp/Makefile ============================================================================== --- head/deskutils/plasma-applet-yawp/Makefile Thu Aug 30 22:26:48 2018 (r478498) +++ head/deskutils/plasma-applet-yawp/Makefile Thu Aug 30 22:35:20 2018 (r478499) @@ -13,6 +13,9 @@ COMMENT= KDE4 weather plasma applet LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE-GPL2 +DEPRECATED= KDE4 is EOL upstream +EXPIRATION_DATE= 2018-12-31 + USES= cmake gettext kde:4 qt:4 tar:bzip2 USE_KDE= automoc4 kdelibs workspace USE_QT= corelib dbus gui network svg xml \ Modified: head/x11-clocks/plasma-applet-adjustableclock/Makefile ============================================================================== --- head/x11-clocks/plasma-applet-adjustableclock/Makefile Thu Aug 30 22:26:48 2018 (r478498) +++ head/x11-clocks/plasma-applet-adjustableclock/Makefile Thu Aug 30 22:35:20 2018 (r478499) @@ -13,6 +13,9 @@ COMMENT= KDE4 highly configurable clock plasma applet LICENSE= GPLv2 +DEPRECATED= KDE4 is EOL upstream +EXPIRATION_DATE= 2018-12-31 + USES= cmake gettext kde:4 qt:4 tar:bzip2 USE_KDE= automoc4 workspace USE_QT= qmake_build moc_build rcc_build uic_build Modified: head/x11-clocks/plasma-applet-geekclock/Makefile ============================================================================== --- head/x11-clocks/plasma-applet-geekclock/Makefile Thu Aug 30 22:26:48 2018 (r478498) +++ head/x11-clocks/plasma-applet-geekclock/Makefile Thu Aug 30 22:35:20 2018 (r478499) @@ -11,6 +11,9 @@ DISTNAME= geek-clock-plasmoid-${PORTVERSION}-src MAINTAINER= jhale@FreeBSD.org COMMENT= KDE4 geeky analog clock plasma applet +DEPRECATED= KDE4 is EOL upstream +EXPIRATION_DATE= 2018-12-31 + USES= cmake kde:4 qt:4 USE_KDE= automoc4 kdelibs workspace USE_QT= gui dbus network opengl svg webkit xml \